forked from cossteam/cossim-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 4.93 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "coss-client",
"private": false,
"version": "1.0.2",
"description": "coss-client",
"repository": "",
"author": "xm",
"license": "UNLICENSED",
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development vite --host",
"build": "cross-env NODE_ENV=production vite build",
"build-cordova": "cross-env TARGET=cordova cross-env NODE_ENV=production vite build && node ./build/build-cordova.js && cd cordova && cordova build",
"build-cordova-ios": "cross-env TARGET=cordova cross-env NODE_ENV=production vite build && node ./build/build-cordova.js && cd cordova && cordova build ios",
"cordova-ios": "cross-env TARGET=cordova cross-env NODE_ENV=production vite build && node ./build/build-cordova.js && cd cordova && cordova run ios",
"build-cordova-android": "cross-env TARGET=cordova cross-env NODE_ENV=production vite build && node ./build/build-cordova.js && cd cordova && cordova build android",
"cordova-android": "cross-env TARGET=cordova cross-env NODE_ENV=production vite build && node ./build/build-cordova.js && cd cordova && cordova run android",
"postinstall": "cpy --flat ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy --flat ./node_modules/material-icons/iconfont/*.* ./src/fonts/",
"start:electron": "electron ./electron/main.js",
"build:electron": "vite build && electron-builder",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,less}'",
"translate": "node node_modules/vue-auto-translate/server.js",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"browserslist": [
"IOS >= 15",
"Safari >= 15",
"last 5 Chrome versions",
"last 5 Firefox versions"
],
"dependencies": {
"@aomao/engine": "^2.10.25",
"@aomao/plugin-mention": "^2.10.3",
"@aomao/plugin-quote": "^2.10.0",
"@editablejs/plugins": "^1.0.6",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@livekit/components-react": "^1.5.3",
"@livekit/components-styles": "^1.0.9",
"@privacyresearch/libsignal-protocol-typescript": "^0.0.16",
"@reactuses/core": "^4.0.13",
"@signalapp/libsignal-client": "^0.38.0",
"@ts-stack/markdown": "^1.5.0",
"animate.css": "^4.1.1",
"antd-mobile": "^5.34.0",
"antd-mobile-icons": "^0.3.0",
"axios": "^1.6.3",
"clsx": "^2.1.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"dom7": "^4.0.6",
"fingerprintjs2": "^2.1.4",
"framework7": "^8.3.0",
"framework7-icons": "^5.0.5",
"framework7-react": "^8.3.0",
"highlight.js": "^11.9.0",
"i18next": "^23.7.13",
"js-base64": "^3.7.6",
"libsignal": "^2.0.1",
"libsignal-protocol": "^1.3.8",
"livekit-client": "^1.15.11",
"lodash-es": "^4.17.21",
"material-icons": "^1.13.12",
"openpgp": "^5.11.0",
"prop-types": "^15.8.1",
"protobufjs": "^7.2.5",
"qrcode.react": "^3.1.0",
"qrcodejs": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
"rxjs": "^7.8.1",
"skeleton-elements": "^4.0.1",
"styled-components": "^6.1.8",
"swiper": "^11.0.5",
"timeago.js": "4.0.0-beta.3",
"tippy.js": "^6.3.7",
"tweetnacl": "^1.0.3",
"vant": "^4.8.3",
"vue-auto-translate": "^1.1.12",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vant/auto-import-resolver": "^1.0.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"electron": "^28.1.4",
"electron-builder": "^24.9.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-standard-recommended": "^1.2.2",
"less": "^4.2.0",
"postcss": "^8.4.32",
"postcss-preset-env": "^9.3.0",
"prettier": "3.1.1",
"react-refresh": "^0.14.0",
"rollup": "^4.9.1",
"tailwindcss": "^3.4.0",
"tree-kill": "^1.2.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.0.0",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-electron": "^0.15.5",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-html": "^3.2.1",
"vite-plugin-mkcert": "^1.17.3",
"vite-plugin-node": "^3.1.0",
"vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-require-transform": "^1.0.21"
},
"main": "dist-electron/main.js"
}