forked from T-Lab-CUHKSZ/claude-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 5.85 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 5.85 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "claude-code-research",
"version": "0.1.0",
"description": "Claude Code source research build",
"type": "module",
"main": "src/main.tsx",
"scripts": {
"dev": "bun run src/main.tsx",
"build": "bun build src/main.tsx --outdir=dist --target=bun --sourcemap",
"typecheck": "bun x tsc --noEmit",
"check": "bun x tsc --noEmit 2>&1 | head -100"
},
"dependencies": {
"@alcalzone/ansi-tokenize": "^0.3.0",
"@anthropic-ai/sdk": "^0.80.0",
"@anthropic-ai/claude-agent-sdk": "^0.2.87",
"@anthropic-ai/mcpb": "^2.1.2",
"@anthropic-ai/sandbox-runtime": "^0.0.44",
"@anthropic-ai/bedrock-sdk": "file:src/stubs/ant-packages/@anthropic-ai/bedrock-sdk",
"@anthropic-ai/foundry-sdk": "file:src/stubs/ant-packages/@anthropic-ai/foundry-sdk",
"@anthropic-ai/vertex-sdk": "file:src/stubs/ant-packages/@anthropic-ai/vertex-sdk",
"@aws-sdk/client-bedrock": "file:src/stubs/ant-packages/@aws-sdk/client-bedrock",
"@aws-sdk/client-bedrock-runtime": "^3.700.0",
"@aws-sdk/client-sts": "file:src/stubs/ant-packages/@aws-sdk/client-sts",
"@azure/identity": "file:src/stubs/ant-packages/@azure/identity",
"@commander-js/extra-typings": "^14.0.0",
"@growthbook/growthbook": "^1.6.5",
"@modelcontextprotocol/sdk": "^1.29.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api-logs": "^0.57.0",
"@opentelemetry/core": "^2.0.0",
"@opentelemetry/resources": "^2.0.0",
"@opentelemetry/sdk-logs": "^0.57.0",
"@opentelemetry/sdk-metrics": "^2.0.0",
"@opentelemetry/sdk-trace-base": "^2.0.0",
"@opentelemetry/exporter-logs-otlp-grpc": "file:src/stubs/ant-packages/@opentelemetry/exporter-logs-otlp-grpc",
"@opentelemetry/exporter-logs-otlp-http": "file:src/stubs/ant-packages/@opentelemetry/exporter-logs-otlp-http",
"@opentelemetry/exporter-logs-otlp-proto": "file:src/stubs/ant-packages/@opentelemetry/exporter-logs-otlp-proto",
"@opentelemetry/exporter-metrics-otlp-grpc": "file:src/stubs/ant-packages/@opentelemetry/exporter-metrics-otlp-grpc",
"@opentelemetry/exporter-metrics-otlp-http": "file:src/stubs/ant-packages/@opentelemetry/exporter-metrics-otlp-http",
"@opentelemetry/exporter-metrics-otlp-proto": "file:src/stubs/ant-packages/@opentelemetry/exporter-metrics-otlp-proto",
"@opentelemetry/exporter-prometheus": "file:src/stubs/ant-packages/@opentelemetry/exporter-prometheus",
"@opentelemetry/exporter-trace-otlp-grpc": "file:src/stubs/ant-packages/@opentelemetry/exporter-trace-otlp-grpc",
"@opentelemetry/exporter-trace-otlp-http": "file:src/stubs/ant-packages/@opentelemetry/exporter-trace-otlp-http",
"@opentelemetry/exporter-trace-otlp-proto": "file:src/stubs/ant-packages/@opentelemetry/exporter-trace-otlp-proto",
"@opentelemetry/semantic-conventions": "^1.30.0",
"ajv": "^8.18.0",
"asciichart": "^1.5.25",
"auto-bind": "^5.0.1",
"axios": "^1.14.0",
"bidi-js": "^1.0.3",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"cli-boxes": "^4.0.1",
"code-excerpt": "^4.0.0",
"diff": "^8.0.4",
"emoji-regex": "^10.6.0",
"env-paths": "^4.0.0",
"execa": "^9.6.1",
"figures": "^6.1.0",
"fuse.js": "^7.1.0",
"get-east-asian-width": "^1.5.0",
"google-auth-library": "^10.6.2",
"highlight.js": "^11.11.1",
"https-proxy-agent": "^8.0.0",
"ignore": "^7.0.5",
"indent-string": "^5.0.0",
"ink": "^6.8.0",
"jsonc-parser": "^3.3.1",
"lodash-es": "^4.17.23",
"lru-cache": "^11.2.7",
"marked": "^17.0.5",
"p-map": "^7.0.4",
"picomatch": "^4.0.4",
"proper-lockfile": "^4.1.2",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"react-reconciler": "^0.33.0",
"semver": "^7.7.4",
"sharp": "file:src/stubs/ant-packages/sharp",
"shell-quote": "^1.8.3",
"signal-exit": "^4.1.0",
"stack-utils": "^2.0.6",
"strip-ansi": "^7.2.0",
"supports-hyperlinks": "^4.4.0",
"tree-kill": "^1.2.2",
"type-fest": "^5.5.0",
"undici": "^7.24.6",
"usehooks-ts": "^3.1.1",
"vscode-jsonrpc": "^8.2.1",
"vscode-languageserver-protocol": "^3.17.5",
"vscode-languageserver-types": "^3.17.5",
"wrap-ansi": "^10.0.0",
"ws": "^8.20.0",
"xss": "^1.0.15",
"yaml": "^2.8.3",
"zod": "^4.3.6",
"@ant/claude-for-chrome-mcp": "file:src/stubs/ant-packages/@ant/claude-for-chrome-mcp",
"@ant/computer-use-mcp": "file:src/stubs/ant-packages/@ant/computer-use-mcp",
"@ant/computer-use-swift": "file:src/stubs/ant-packages/@ant/computer-use-swift",
"@ant/computer-use-input": "file:src/stubs/ant-packages/@ant/computer-use-input",
"color-diff-napi": "file:src/stubs/ant-packages/color-diff-napi",
"audio-capture-napi": "file:src/stubs/ant-packages/audio-capture-napi",
"modifiers-napi": "file:src/stubs/ant-packages/modifiers-napi",
"turndown": "file:src/stubs/ant-packages/turndown"
},
"devDependencies": {
"@types/bun": "latest",
"@types/diff": "^7.0.0",
"@types/lodash-es": "^4.17.12",
"@types/proper-lockfile": "^4.1.4",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.0.0",
"@types/react-reconciler": "^0.28.0",
"@types/semver": "^7.7.0",
"@types/shell-quote": "^1.7.5",
"@types/signal-exit": "^3.0.4",
"@types/stack-utils": "^2.0.3",
"@types/ws": "^8.5.0",
"typescript": "^5.8.0"
},
"trustedDependencies": [
"@anthropic-ai/sdk"
],
"overrides": {
"@ant/claude-for-chrome-mcp": "file:src/stubs/ant-packages/@ant/claude-for-chrome-mcp",
"@ant/computer-use-mcp": "file:src/stubs/ant-packages/@ant/computer-use-mcp",
"@ant/computer-use-swift": "file:src/stubs/ant-packages/@ant/computer-use-swift",
"@ant/computer-use-input": "file:src/stubs/ant-packages/@ant/computer-use-input",
"color-diff-napi": "file:src/stubs/ant-packages/color-diff-napi",
"audio-capture-napi": "file:src/stubs/ant-packages/audio-capture-napi",
"modifiers-napi": "file:src/stubs/ant-packages/modifiers-napi"
}
}