-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 914 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
{
"name": "admin-factory",
"author": "aizhifeng",
"description": "Pomelo 管理后台工厂",
"version": "1.4.2",
"type": "module",
"dependencies": {
"@vicons/tabler": "^0.12.0",
"@vueuse/core": "^10.0.2",
"@vueuse/integrations": "^10.0.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.3.5",
"echarts": "^5.4.2",
"emittery": "^1.0.1",
"naive-ui": "^2.34.3",
"pinia": "^2.0.34",
"qrcode": "^1.5.1",
"vue": "^3.2.47",
"vue-cropper": "^1.0.5",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@xaios/vite-plugin-archiver": "^0.0.3",
"stylus": "^0.59.0",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/xaios/admin-factory.git"
}
}