-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
{
"name": "vxe-admin-template",
"description": "Vxe 后台管理系统模板",
"private": true,
"version": "4.0.0",
"type": "module",
"scripts": {
"update": "npm install --legacy-peer-deps",
"serve": "npm run dev",
"dev": "vite",
"build": "vue-tsc && vite build",
"build:zip": "npm run build",
"preview": "vite preview"
},
"dependencies": {
"@vxe-ui/plugin-export-xlsx": "^4.0.7",
"@vxe-ui/plugin-menu": "^4.0.2",
"@vxe-ui/plugin-render-wangeditor": "^4.0.2",
"axios": "^1.7.2",
"echarts": "^5.5.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"tinycolor2": "^1.6.0",
"vue": "^3.4.38",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vxe-pc-ui": "^4.3.43",
"vxe-table": "^4.9.35",
"xe-utils": "^3.5.32"
},
"devDependencies": {
"@types/node": "^22.3.0",
"@types/echarts": "^4.9.22",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^16.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-typescript": "^0.14.0",
"eslint-plugin-vue": "~9.27.0",
"rollup-plugin-external-globals": "^0.12.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-zip-pack": "^1.2.4",
"vue-tsc": "^2.0.29"
}
}