mirror of
https://github.com/roger2ai/Claude-Code-Compiled.git
synced 2026-06-20 09:52:13 +08:00
initial: claude-code leaked source (2026-03-31)
This commit is contained in:
67
package.json
Normal file
67
package.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"name": "claude-code",
|
||||
"version": "0.0.0-leaked",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun run src/main.tsx"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alcalzone/ansi-tokenize": "^0.1.0",
|
||||
"@anthropic-ai/sdk": "^0.39.0",
|
||||
"@aws-sdk/client-bedrock-runtime": "^3.700.0",
|
||||
"@commander-js/extra-typings": "^13.0.0",
|
||||
"@growthbook/growthbook": "^1.6.5",
|
||||
"@modelcontextprotocol/sdk": "^1.0.0",
|
||||
"@opentelemetry/api": "^1.9.0",
|
||||
"ajv": "^8.17.0",
|
||||
"asciichart": "^1.5.25",
|
||||
"auto-bind": "^5.0.1",
|
||||
"axios": "^1.7.0",
|
||||
"bidi-js": "^1.0.0",
|
||||
"chalk": "^5.3.0",
|
||||
"chokidar": "^4.0.0",
|
||||
"cli-boxes": "^3.0.0",
|
||||
"code-excerpt": "^4.0.0",
|
||||
"diff": "^7.0.0",
|
||||
"emoji-regex": "^10.4.0",
|
||||
"env-paths": "^3.0.0",
|
||||
"execa": "^9.5.0",
|
||||
"figures": "^6.0.0",
|
||||
"fuse.js": "^7.0.0",
|
||||
"get-east-asian-width": "^1.0.0",
|
||||
"google-auth-library": "^9.15.0",
|
||||
"highlight.js": "^11.10.0",
|
||||
"https-proxy-agent": "^7.0.0",
|
||||
"ignore": "^6.0.0",
|
||||
"indent-string": "^5.0.0",
|
||||
"ink": "^5.1.0",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"lru-cache": "^11.0.0",
|
||||
"marked": "^15.0.0",
|
||||
"p-map": "^7.0.0",
|
||||
"picomatch": "^4.0.0",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"qrcode": "^1.5.0",
|
||||
"react": "^19.0.0",
|
||||
"react-reconciler": "^0.31.0",
|
||||
"semver": "^7.6.0",
|
||||
"shell-quote": "^1.8.0",
|
||||
"signal-exit": "^4.1.0",
|
||||
"stack-utils": "^2.0.6",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"supports-hyperlinks": "^3.0.0",
|
||||
"tree-kill": "^1.2.2",
|
||||
"type-fest": "^4.30.0",
|
||||
"undici": "^7.0.0",
|
||||
"usehooks-ts": "^3.1.0",
|
||||
"vscode-jsonrpc": "^8.2.1",
|
||||
"vscode-languageserver-protocol": "^3.17.0",
|
||||
"vscode-languageserver-types": "^3.17.0",
|
||||
"wrap-ansi": "^9.0.0",
|
||||
"ws": "^8.18.0",
|
||||
"xss": "^1.0.0",
|
||||
"zod": "^3.23.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user