-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "ake-admin",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^1.1.8",
"animejs": "^3.2.1",
"ant-design-vue": "^2.2.8",
"axios": "^0.23.0",
"clipboard": "^2.0.8",
"echarts": "^5.2.0",
"md5": "^2.3.0",
"store2": "^2.12.0",
"uuid": "^8.3.2",
"vue": "^3.2.20",
"vue-router": "^4.0.11",
"vue3-ace-editor": "^2.2.1",
"vue3-drag-resize": "^2.0.5",
"vuex": "^4.0.2",
"wangeditor": "^4.7.8"
},
"devDependencies": {
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"@types/tailwindcss": "^2.2.1",
"@vitejs/plugin-vue": "^1.6.2",
"@vue/compiler-sfc": "^3.2.20",
"autoprefixer": "^10.3.4",
"tailwindcss": "^2.2.15",
"vite": "^2.6.5"
}
}