-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
49
50
51
52
53
{
"name": "clown-fish-admin",
"author": {
"name": "ZhaoJieXin",
"email": "[email protected]",
"url": "https://1esse.github.io/vue-clownfish-admin/"
},
"version": "1.3.3",
"scripts": {
"dev": "vite",
"stage": "vite --mode staging",
"prod": "vite --mode production",
"build": "vue-tsc --noEmit && vite build",
"build:stage": "vue-tsc --noEmit && vite build --mode staging",
"preview": "vite preview"
},
"dependencies": {
"ant-design-vue": "^3.2.16",
"axios": "^1.3.4",
"echarts": "^5.4.2",
"echarts-gl": "^2.0.9",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"overlayscrollbars": "1.13.2",
"pathe": "^1.1.0",
"pinia": "^2.0.33",
"qs": "^6.11.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/mockjs": "^1.0.7",
"@types/node": "^18.15.10",
"@types/nprogress": "^0.2.0",
"@types/overlayscrollbars": "^1.12.1",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"mockjs": "^1.1.0",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"sass": "^1.60.0",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.2.0"
}
}