-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.46 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
{
"name": "v-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "16.x",
"pnpm": "8.x"
},
"scripts": {
"dev": "vite",
"build:dev": "vue-tsc && vite build --mode development",
"build:test": "vue-tsc && vite build --mode test",
"build:pro": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/colors": "^7.0.0",
"@ant-design/icons-vue": "^6.1.0",
"@simonwep/pickr": "^1.8.2",
"ant-design-vue": "^3.2.15",
"axios": "^1.7.2",
"dayjs": "^1.11.7",
"echarts": "^5.4.1",
"hotkeys-js": "^3.10.1",
"lodash": "4.17.21",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "3.1.0",
"resize-observer-polyfill": "^1.5.1",
"sortablejs": "^1.15.0",
"tailwindcss": "3.4.9",
"vue": "^3.4.31",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/lodash": "4.14.180",
"@types/node": "^22.5.3",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"antd-less-to-css-variable": "^1.0.5",
"autoprefixer": "^10.4.20",
"cssnano": "6.0.1",
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss": "^8.4.45",
"prettier": "^2.8.1",
"vite": "^5.1.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "1.6.5"
}
}