-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 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
{
"name": "dreamingai",
"version": "1.0.0",
"description": "DreamingAI 企业级 AI 助手与智能协作平台",
"author": "GitCoffee Team @GitCoffee",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@gitcoffee/app": "^1.0.0",
"@gitcoffee/icons": "^1.0.0",
"@gitcoffee/api": "^1.0.0",
"@gitcoffee/chatbot-ui": "^1.0.0",
"@gitcoffee/chatbot-utils": "^1.0.0",
"@gitcoffee/i18n": "^1.0.0",
"@gitcoffee/plugin-ui": "^1.0.0",
"@gitcoffee/plugins": "^1.0.0",
"@gitcoffee/storage": "^1.0.0",
"@gitcoffee/store": "^1.0.0",
"@gitcoffee/theme-ui": "^1.0.0",
"@gitcoffee/design-ui": "^1.0.0",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^6.0.1"
},
"keywords": [
"search",
"assistant",
"ai"
],
"license": "Apache-2.0"
}