forked from WeitJack/bibuDesign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 812 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": "vue-manage-system",
"version": "5.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.21.1",
"element-plus": "1.0.2-beta.52",
"jquery": "^3.6.0",
"js-pinyin": "^0.1.9",
"less": "^4.1.2",
"pinyin-pro": "^3.8.1",
"swiper": "^8.1.3",
"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",
"vxe-table": "^4.1.19",
"wangeditor": "^4.7.4",
"xe-utils": "^3.5.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.1.2",
"vite": "2.3.7"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}