-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"eslintConfig": {
"root": true,
"env": {
"node": true
}
},
"name": "vue-manage-system",
"version": "5.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^0.2.4",
"@rollup/plugin-alias": "^3.1.9",
"axios": "^0.21.1",
"element-plus": "1.0.2-beta.52",
"html-command-prompt": "^1.0.5",
"js-md5": "^0.7.3",
"mitt": "^3.0.0",
"moment": "^2.29.1",
"node-sass": "^7.0.1",
"require": "^2.4.20",
"rollup-plugin-copy": "^3.4.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"vue": "^3.1.2",
"vue-cropperjs": "^5.0.0",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.10",
"vue-schart": "^2.0.0",
"vuex": "^4.0.2",
"wangeditor": "^4.7.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.1.2",
"jquery": "^3.6.0",
"vite": "2.3.7"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}