-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
59 lines (59 loc) · 1.63 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
{
"name": "open-im-h5",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"postinstall": "patch-package"
},
"dependencies": {
"@livekit/components-core": "^0.8.2",
"@openim/wasm-client-sdk": "^3.8.2-2",
"@vuemap/vue-amap": "^2.0.5",
"@vueuse/core": "^9.10.0",
"absurd-sql-optimized": "^0.0.1",
"axios": "^1.1.3",
"cos-js-sdk-v5": "^1.4.6",
"date-fns": "^2.30.0",
"dayjs": "^1.11.5",
"js-audio-recorder": "^1.0.7",
"livekit-client": "^1.15.5",
"md5": "^2.3.0",
"mitt": "^3.0.0",
"patch-package": "^8.0.0",
"pinia": "^2.0.23",
"rxjs": "^7.8.1",
"uqrcodejs": "^4.0.6",
"uuid": "^9.0.0",
"vant": "^4.0.7",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue": "^3.2.37",
"vue-router": "^4.1.5",
"vue3-qr-reader": "^1.0.0",
"vue3-virtual-scroll-list": "^0.2.1",
"xgplayer": "^2.32.1"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@types/md5": "^2.3.2",
"@types/node": "^16.11.7",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vuemap/unplugin-resolver": "^2.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"sass": "^1.55.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vconsole": "^3.15.0",
"vite": "^4.4.9",
"vue-i18n": "^9.1.10",
"vue-tsc": "^0.40.13"
}
}