-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 813 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 813 Bytes
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
{
"name": "im-client-web",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^8.9.4",
"axios": "^0.27.2",
"element-plus": "^2.2.9",
"js-audio-recorder": "^1.0.7",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"livekit-client": "^1.2.10",
"normalize.css": "^8.0.1",
"pinia": "^2.0.14",
"push.js": "^1.0.12",
"vue": "^3.2.25",
"vue-router": "4",
"vue3-discordpicker": "^1.1.0"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@vitejs/plugin-vue": "^2.3.3",
"fast-glob": "^3.2.11",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.34.7"
}
}