-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 952 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
{
"name": "admin-web",
"version": "0.0.0",
"scripts": {
"dev": "vite --debug",
"build": "vite build",
"preview": "vite preview",
"update": "ncu -u",
"inst": "pnpm install",
"del": "rimraf node_modules && rimraf pnpm-lock.yaml"
},
"dependencies": {
"@antv/g2": "^4.2.8",
"@element-plus/icons-vue": "^2.0.10",
"axios": "^1.1.3",
"element-plus": "^2.2.19",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"remixicon": "^2.5.0",
"screenfull": "^6.0.2",
"vue": "^3.2.41",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vuex": "^4.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "3.2.0",
"unplugin-element-plus": "^0.4.1",
"sass": "^1.55.0",
"vite": "3.2.0"
}
}