forked from SonicCloudOrg/sonic-client-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 863 Bytes
/
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
{
"name": "sonic-client-web",
"version": "1.3.1-release",
"author": "SonicCloudOrg",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@element-plus/icons": "0.0.11",
"axios": "0.21.4",
"echarts": "5.2.1",
"element-plus": "1.1.0-beta.24",
"jmuxer": "^2.0.3",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"moment": "2.29.1",
"rollup-plugin-copy": "3.4.0",
"vue": "3.2.14",
"vue-clipboard3": "1.0.1",
"vue-draggable-next": "2.0.1",
"vue-router": "4.0.10",
"vue3-video-play": "^1.3.1-beta.6",
"vuex": "4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "1.9.0",
"@vue/compiler-sfc": "3.2.14",
"vite": "2.5.10"
}
}