-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 968 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
{
"name": "vite2-vue3-admin",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build-staging": "vite build --mode staging",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@antv/g2": "^4.2.0",
"ant-design-vue": "2.2.6",
"axios": "^0.27.2",
"echarts": "5.1.2",
"moment": "^2.29.3",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"qrcode": "^1.5.0",
"vite-plugin-components": "^0.13.2",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"vuex": "^4.0.2",
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-sfc": "^3.2.33",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"postcss": "^8.4.13",
"postcss-pxtorem": "^6.0.0",
"vite": "^2.9.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-publish": "^1.1.1"
}
}