-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.65 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.65 KB
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
{
"name": "vxe-admin-template",
"description": "Vxe 后台管理系统模板",
"private": true,
"version": "4.0.0",
"type": "module",
"scripts": {
"update": "pnpm install --no-frozen-lockfile",
"serve": "pnpm run dev",
"dev": "vite",
"build": "vue-tsc && vite build",
"build:zip": "pnpm run build",
"preview": "vite preview"
},
"dependencies": {
"@vxe-ui/plugin-export-xlsx": "^4.3.0",
"@vxe-ui/plugin-menu": "^4.1.1",
"@vxe-ui/plugin-render-wangeditor": "^4.0.5",
"axios": "^1.7.2",
"echarts": "^5.5.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"tinycolor2": "^1.6.0",
"vue": "~3.5.26",
"vue-i18n": "~11.3.0",
"vue-router": "~4.5.0",
"vxe-pc-ui": "~4.13.24",
"vxe-table": "~4.18.12",
"xe-utils": "^4.0.4"
},
"devDependencies": {
"@types/node": "~24.1.0",
"@typescript-eslint/eslint-plugin": "~4.32.0",
"@typescript-eslint/parser": "~4.32.0",
"@vitejs/plugin-vue": "~6.0.5",
"@vitejs/plugin-vue-jsx": "~5.1.5",
"del": "~6.0.0",
"eslint": "~7.13.0",
"eslint-config-prettier": "~6.15.0",
"eslint-config-standard": "~16.0.3",
"eslint-friendly-formatter": "~4.0.1",
"eslint-plugin-import": "~2.32.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettier": "~3.1.4",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-typescript": "~0.14.0",
"eslint-plugin-vue": "~9.33.0",
"rollup-plugin-external-globals": "~0.13.0",
"sass": "~1.98.0",
"sass-loader": "~16.0.7",
"typescript": "~5.9.3",
"vite": "~8.0.0",
"vite-plugin-html": "~3.2.2",
"vite-plugin-zip-pack": "~1.2.4",
"vue-tsc": "~3.2.5"
}
}