-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 897 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
{
"name": "aio_admin_vite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development",
"prod": "vite --mode production",
"build": "vue-tsc --noEmit && vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^8.9.2",
"axios": "^0.27.2",
"element-plus": "^2.2.9",
"pinia": "^2.0.16",
"sass": "^1.53.0",
"vue": "^3.2.25",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.6",
"@iconify-json/fluent": "^1.1.13",
"@iconify-json/line-md": "^1.1.13",
"@types/node": "^18.0.6",
"@unocss/preset-icons": "^0.44.1",
"@vitejs/plugin-vue": "^2.3.3",
"typescript": "^4.5.4",
"unocss": "^0.44.1",
"unplugin-auto-import": "^0.9.2",
"unplugin-vue-components": "^0.21.1",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}