-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 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
{
"name": "searchfly",
"version": "1.0.1",
"description": "SearchFly 个性化搜索助手",
"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/search": "^1.0.0",
"@gitcoffee/search-ui": "^1.0.0",
"@gitcoffee/search-utils": "^1.0.0",
"@gitcoffee/setting-ui": "^1.0.0",
"@gitcoffee/storage": "^1.0.0",
"@gitcoffee/store": "^1.0.0",
"@gitcoffee/theme-ui": "^1.0.0",
"@gitcoffee/auth": "^1.0.0",
"@gitcoffee/design-ui": "^1.0.0",
"ant-design-vue": "^4.2.6",
"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"
}