mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: monorepo 构建完成
This commit is contained in:
17
package.json
17
package.json
@@ -3,12 +3,20 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"packages/@ant/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "bun build src/entrypoints/cli.tsx --outdir dist --target bun",
|
||||
"dev": "bun run --watch src/entrypoints/cli.tsx"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alcalzone/ansi-tokenize": "^0.3.0",
|
||||
"@ant/claude-for-chrome-mcp": "workspace:*",
|
||||
"@ant/computer-use-input": "workspace:*",
|
||||
"@ant/computer-use-mcp": "workspace:*",
|
||||
"@ant/computer-use-swift": "workspace:*",
|
||||
"@anthropic-ai/bedrock-sdk": "^0.26.4",
|
||||
"@anthropic-ai/claude-agent-sdk": "latest",
|
||||
"@anthropic-ai/foundry-sdk": "^0.2.3",
|
||||
@@ -19,6 +27,7 @@
|
||||
"@aws-sdk/client-bedrock": "latest",
|
||||
"@aws-sdk/client-bedrock-runtime": "latest",
|
||||
"@aws-sdk/client-sts": "^3.1020.0",
|
||||
"@aws-sdk/credential-provider-node": "^3.972.28",
|
||||
"@aws-sdk/credential-providers": "latest",
|
||||
"@azure/identity": "^4.13.1",
|
||||
"@commander-js/extra-typings": "latest",
|
||||
@@ -41,10 +50,12 @@
|
||||
"@opentelemetry/sdk-logs": "latest",
|
||||
"@opentelemetry/sdk-metrics": "latest",
|
||||
"@opentelemetry/sdk-trace-base": "latest",
|
||||
"@opentelemetry/semantic-conventions": "latest",
|
||||
"@smithy/core": "latest",
|
||||
"@smithy/node-http-handler": "latest",
|
||||
"ajv": "latest",
|
||||
"asciichart": "latest",
|
||||
"audio-capture-napi": "workspace:*",
|
||||
"auto-bind": "latest",
|
||||
"axios": "latest",
|
||||
"bidi-js": "latest",
|
||||
@@ -54,10 +65,12 @@
|
||||
"cli-boxes": "latest",
|
||||
"cli-highlight": "^2.1.11",
|
||||
"code-excerpt": "latest",
|
||||
"color-diff-napi": "workspace:*",
|
||||
"diff": "latest",
|
||||
"emoji-regex": "latest",
|
||||
"env-paths": "latest",
|
||||
"execa": "latest",
|
||||
"fflate": "latest",
|
||||
"figures": "latest",
|
||||
"fuse.js": "latest",
|
||||
"get-east-asian-width": "latest",
|
||||
@@ -65,11 +78,13 @@
|
||||
"highlight.js": "latest",
|
||||
"https-proxy-agent": "latest",
|
||||
"ignore": "latest",
|
||||
"image-processor-napi": "workspace:*",
|
||||
"indent-string": "latest",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"lodash-es": "latest",
|
||||
"lru-cache": "latest",
|
||||
"marked": "latest",
|
||||
"modifiers-napi": "workspace:*",
|
||||
"p-map": "latest",
|
||||
"picomatch": "latest",
|
||||
"plist": "^3.1.0",
|
||||
@@ -89,7 +104,9 @@
|
||||
"turndown": "^7.2.2",
|
||||
"type-fest": "latest",
|
||||
"undici": "latest",
|
||||
"url-handler-napi": "workspace:*",
|
||||
"usehooks-ts": "latest",
|
||||
"vscode-jsonrpc": "latest",
|
||||
"vscode-languageserver-protocol": "latest",
|
||||
"vscode-languageserver-types": "latest",
|
||||
"wrap-ansi": "latest",
|
||||
|
||||
Reference in New Issue
Block a user