-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.14 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.14 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
72
73
74
75
76
77
78
79
{
"name": "claude-code-gemini",
"version": "1.0.0",
"description": "Claude Code UI with Google Gemini Backend",
"main": "main.tsx",
"scripts": {
"start": "bun run ./entrypoints/cli.tsx"
},
"dependencies": {
"@anthropic-ai/sandbox-runtime": "^0.0.46",
"@anthropic-ai/sdk": "^0.81.0",
"@commander-js/extra-typings": "^14.0.0",
"@google/generative-ai": "^0.24.1",
"@growthbook/growthbook": "^1.6.5",
"@hono/node-server": "^1.19.12",
"@modelcontextprotocol/sdk": "^1.29.0",
"@opentelemetry/resources": "^2.6.1",
"@opentelemetry/sdk-logs": "^0.214.0",
"ansi-escapes": "^7.3.0",
"bidi-js": "^1.0.3",
"chalk": "^5.6.2",
"chalk-template": "^1.1.2",
"chokidar": "^5.0.0",
"cli-boxes": "^4.0.1",
"color-diff-napi": "^0.0.1",
"date-fns": "^4.1.0",
"diff": "^8.0.4",
"dotenv": "^17.3.1",
"draftlog": "^1.0.13",
"emoji-regex": "^10.6.0",
"env-paths": "^4.0.0",
"execa": "^9.6.1",
"express": "^5.2.1",
"fuse.js": "^7.1.0",
"get-east-asian-width": "^1.5.0",
"glob": "^13.0.6",
"hono": "^4.12.9",
"https-proxy-agent": "^9.0.0",
"ignore": "^7.0.5",
"ink": "^6.8.0",
"is-interactive": "^2.0.0",
"is-unicode-supported": "^2.1.0",
"jsonc-parser": "^3.3.1",
"lodash-es": "^4.17.23",
"log-update": "^7.2.0",
"lru-cache": "^11.2.7",
"marked": "^17.0.5",
"node-fetch": "^3.3.2",
"open": "^11.0.0",
"open-editor": "^6.0.0",
"p-map": "^7.0.4",
"picomatch": "^4.0.4",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"readline-sync": "^1.4.10",
"redaxios": "^0.5.1",
"semver": "^7.7.4",
"slice-ansi": "^8.0.0",
"string-width": "^8.2.0",
"strip-ansi": "^7.2.0",
"term-size": "^3.0.2",
"terminal-link": "^5.0.0",
"terminal-size": "^4.0.1",
"tree-kill": "^1.2.2",
"usehooks-ts": "^3.1.1",
"uuid": "^13.0.0",
"widest-line": "^6.0.0",
"ws": "^8.20.0",
"xss": "^1.0.15",
"yaml": "^2.8.3",
"yaml-ast-parser": "^0.0.43",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14"
}
}