-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "admin-fast",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.7",
"eslint": "^9.13.0",
"vue": "^3.4.37"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.0",
"@arco-plugins/vite-vue": "^1.4.5",
"@eslint/js": "^9.13.0",
"@vitejs/plugin-vue": "^5.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.29.1",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.80.4",
"typescript": "^5.5.3",
"typescript-eslint": "^8.11.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mock": "^3.0.2",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-vue-devtools": "^7.5.4",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^2.0.29"
}
}