-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "x-l-admin-vue3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"local": "vite --mode location",
"dev": "vite --mode development",
"prod": "vite --mode production",
"build:dev": "vite build --mode development",
"build:production": "vite build --mode production",
"lint": "eslint src/",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/vue": "^4.1.2",
"animate.css": "^4.1.1",
"axios": "^1.7.2",
"element-plus": "^2.7.6",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.29",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/js": "^9.6.0",
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/ep": "^1.1.15",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"prettier": "^3.3.2",
"sass": "^1.77.7",
"unplugin-auto-import": "^0.17.8",
"unplugin-element-plus": "^0.8.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.1",
"vite-plugin-eslint": "^1.8.1"
}
}