-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.88 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "airadmin",
"version": "1.0.0",
"private": false,
"type": "module",
"description": "AirAdmin - 对话即操作的 AI 中后台管理系统",
"author": "GitCoffee",
"license": "Apache-2.0",
"homepage": "https://airadmin.exmay.com",
"repository": {
"type": "git",
"url": "https://github.com/gitcoffee-os/airadmin"
},
"bugs": {
"url": "https://github.com/gitcoffee-os/airadmin/issues"
},
"keywords": [
"airadmin",
"ai",
"admin",
"management-system",
"vue3",
"typescript",
"ant-design-vue",
"chat-driven",
"low-code"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.0",
"@gitcoffee/account-ui": "^1.0.0",
"@gitcoffee/air-engine": "^1.0.0",
"@gitcoffee/air-ui": "^1.0.0",
"@gitcoffee/api": "^1.0.0",
"@gitcoffee/crudbot": "^1.0.0",
"@gitcoffee/design-ui": "^1.0.0",
"@gitcoffee/exmay-adapter": "^1.0.0",
"@gitcoffee/formbot": "^1.0.0",
"@iconify/iconify": "^3.1.1",
"ant-design-vue": "^4.2.0",
"dayjs": "^1.11.0",
"echarts": "^5.5.0",
"pinia": "^3.0.0",
"vue": "^3.5.26",
"vue-i18n": "^11.2.8",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@iconify-json/ant-design": "^1.2.5",
"@iconify-json/fa-brands": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ri": "^1.2.10",
"@iconify-json/simple-icons": "^1.2.79",
"@unocss/preset-icons": "^66.0.0",
"@unocss/preset-uno": "^66.0.0",
"@unocss/transformer-directives": "^66.0.0",
"@vitejs/plugin-vue": "^5.2.0",
"terser": "^5.36.0",
"typescript": "^5.9.0",
"unocss": "^66.0.0",
"vite": "^5.4.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svg-icons": "^0.1.0",
"vue-tsc": "^2.2.0"
}
}