-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 989 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
35
36
37
38
{
"name": "rising-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build:only": "vite build"
},
"dependencies": {
"@better-scroll/core": "^2.5.1",
"@better-scroll/observe-dom": "^2.5.1",
"colord": "^2.9.3",
"element-plus": "^2.3.9",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@iconify-json/icon-park-outline": "^1.1.12",
"@iconify-json/line-md": "^1.1.26",
"@iconify-json/logos": "^1.1.34",
"@iconify/utils": "^2.1.7",
"@types/node": "^20.5.0",
"@vitejs/plugin-vue": "^4.3.1",
"@vue/tsconfig": "^0.4.0",
"less": "^4.2.0",
"typescript": "^5.1.6",
"unocss": "^0.55.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.5",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
}
}