-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 974 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
33
34
35
36
37
38
39
{
"name": "sanVue",
"version": "0.0.0",
"license": "",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@wangeditor/editor": "^5.1.23",
"axios": "^1.3.3",
"echarts": "^5.4.1",
"element-plus": "^2.2.32",
"js-md5": "^0.7.3",
"nprogress": "^0.2.0",
"pinia": "^2.0.31",
"pinia-plugin-persist": "^1.0.0",
"pinia-plugin-persistedstate": "^3.1.0",
"qs": "^6.11.0",
"vue": "^3.2.8",
"vue-router": "^4.1.6",
"wangeditor5-for-vue3": "^1.0.0"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.9",
"@iconify/json": "^2.2.100",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"mockjs": "^1.1.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"unplugin-auto-import": "^0.14.3",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.0",
"vite": "^2.5.2",
"vite-plugin-mock": "^2.9.6"
}
}