-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·68 lines (68 loc) · 2.04 KB
/
package.json
File metadata and controls
executable file
·68 lines (68 loc) · 2.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
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
{
"displayName": "SeekFlow 智能探索助手",
"name": "seekflow",
"version": "1.0.2",
"description": "SeekFlow 智能探索助手",
"author": "GitCoffee Team @GitCoffee",
"scripts": {
"dev": "vite",
"build": "vite build",
"vite-to-plasmo": "node scripts/vite-to-plasmo.js",
"plasmo:dev": "vite build && node scripts/vite-to-plasmo.js && plasmo dev",
"plasmo:build": "vite build && node scripts/vite-to-plasmo.js --build && plasmo build",
"wxt:dev": "wxt",
"wxt:build": "wxt build",
"wxt:zip": "wxt zip",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@gitcoffee/api": "^1.0.0",
"@gitcoffee/app": "^1.0.0",
"@gitcoffee/auth": "^1.0.0",
"@gitcoffee/browser": "^1.0.0",
"@gitcoffee/chatbot": "^1.0.0",
"@gitcoffee/chatbot-ui": "^1.0.0",
"@gitcoffee/chatbot-utils": "^1.0.0",
"@gitcoffee/design-ui": "^1.0.0",
"@gitcoffee/i18n": "^1.0.0",
"@gitcoffee/icons": "^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",
"ant-design-vue": "^4.2.6",
"tree-kill": "^1.2.2",
"vue": "^3.5.26",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4",
"wxt": "^0.20.13"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/chrome": "^0.0.268",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"@wxt-dev/auto-icons": "^1.1.0",
"@wxt-dev/module-vue": "^1.0.3",
"chokidar": "^5.0.0",
"glob": "^13.0.0",
"plasmo": "^0.90.5",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite-plugin-copy": "^0.1.6"
},
"keywords": [
"search",
"assistant",
"ai"
],
"license": "Apache-2.0"
}