-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 913 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 913 Bytes
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
{
"name": "fishxcode-docs",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "FishXCode - AI Coding 中转站,支持 Claude、Codex、Gemini 模型在多种平台使用",
"keywords": [
"fishxcode",
"ai-coding",
"claude-code",
"codex",
"gemini",
"roocode",
"qwen-code",
"droid",
"api-relay",
"documentation"
],
"homepage": "https://doc.fishxcode.com",
"repository": {
"type": "git",
"url": "https://github.com/fishxcode/fishxcode.git"
},
"license": "MIT",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"devDependencies": {
"@giscus/vue": "^3.1.1",
"@vite-pwa/vitepress": "^1.1.0",
"feed": "^4.2.2",
"medium-zoom": "^1.1.0",
"vitepress": "^1.6.4",
"vitepress-plugin-group-icons": "^1.7.1",
"workbox-window": "^7.4.0"
}
}