package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "name": "claude-code",
  3. "version": "1.0.0",
  4. "private": true,
  5. "type": "module",
  6. "workspaces": [
  7. "packages/*",
  8. "packages/@ant/*"
  9. ],
  10. "scripts": {
  11. "build": "bun build src/entrypoints/cli.tsx --outdir dist --target bun",
  12. "dev": "bun run src/entrypoints/cli.tsx"
  13. },
  14. "dependencies": {
  15. "@alcalzone/ansi-tokenize": "^0.3.0",
  16. "@ant/claude-for-chrome-mcp": "workspace:*",
  17. "@ant/computer-use-input": "workspace:*",
  18. "@ant/computer-use-mcp": "workspace:*",
  19. "@ant/computer-use-swift": "workspace:*",
  20. "@anthropic-ai/bedrock-sdk": "^0.26.4",
  21. "@anthropic-ai/claude-agent-sdk": "latest",
  22. "@anthropic-ai/foundry-sdk": "^0.2.3",
  23. "@anthropic-ai/mcpb": "latest",
  24. "@anthropic-ai/sandbox-runtime": "latest",
  25. "@anthropic-ai/sdk": "latest",
  26. "@anthropic-ai/vertex-sdk": "^0.14.4",
  27. "@aws-sdk/client-bedrock": "latest",
  28. "@aws-sdk/client-bedrock-runtime": "latest",
  29. "@aws-sdk/client-sts": "^3.1020.0",
  30. "@aws-sdk/credential-provider-node": "^3.972.28",
  31. "@aws-sdk/credential-providers": "latest",
  32. "@azure/identity": "^4.13.1",
  33. "@commander-js/extra-typings": "latest",
  34. "@growthbook/growthbook": "latest",
  35. "@modelcontextprotocol/sdk": "latest",
  36. "@opentelemetry/api": "latest",
  37. "@opentelemetry/api-logs": "latest",
  38. "@opentelemetry/core": "latest",
  39. "@opentelemetry/exporter-logs-otlp-grpc": "latest",
  40. "@opentelemetry/exporter-logs-otlp-http": "latest",
  41. "@opentelemetry/exporter-logs-otlp-proto": "^0.214.0",
  42. "@opentelemetry/exporter-metrics-otlp-grpc": "latest",
  43. "@opentelemetry/exporter-metrics-otlp-http": "latest",
  44. "@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
  45. "@opentelemetry/exporter-prometheus": "latest",
  46. "@opentelemetry/exporter-trace-otlp-grpc": "latest",
  47. "@opentelemetry/exporter-trace-otlp-http": "latest",
  48. "@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
  49. "@opentelemetry/resources": "latest",
  50. "@opentelemetry/sdk-logs": "latest",
  51. "@opentelemetry/sdk-metrics": "latest",
  52. "@opentelemetry/sdk-trace-base": "latest",
  53. "@opentelemetry/semantic-conventions": "latest",
  54. "@smithy/core": "latest",
  55. "@smithy/node-http-handler": "latest",
  56. "ajv": "latest",
  57. "asciichart": "latest",
  58. "audio-capture-napi": "workspace:*",
  59. "auto-bind": "latest",
  60. "axios": "latest",
  61. "bidi-js": "latest",
  62. "cacache": "^20.0.4",
  63. "chalk": "latest",
  64. "chokidar": "latest",
  65. "cli-boxes": "latest",
  66. "cli-highlight": "^2.1.11",
  67. "code-excerpt": "latest",
  68. "color-diff-napi": "workspace:*",
  69. "diff": "latest",
  70. "emoji-regex": "latest",
  71. "env-paths": "latest",
  72. "execa": "latest",
  73. "fflate": "latest",
  74. "figures": "latest",
  75. "fuse.js": "latest",
  76. "get-east-asian-width": "latest",
  77. "google-auth-library": "latest",
  78. "highlight.js": "latest",
  79. "https-proxy-agent": "latest",
  80. "ignore": "latest",
  81. "image-processor-napi": "workspace:*",
  82. "indent-string": "latest",
  83. "jsonc-parser": "^3.3.1",
  84. "lodash-es": "latest",
  85. "lru-cache": "latest",
  86. "marked": "latest",
  87. "modifiers-napi": "workspace:*",
  88. "p-map": "latest",
  89. "picomatch": "latest",
  90. "plist": "^3.1.0",
  91. "proper-lockfile": "latest",
  92. "qrcode": "latest",
  93. "react": "latest",
  94. "react-compiler-runtime": "^1.0.0",
  95. "react-reconciler": "latest",
  96. "semver": "latest",
  97. "sharp": "^0.34.5",
  98. "shell-quote": "latest",
  99. "signal-exit": "latest",
  100. "stack-utils": "latest",
  101. "strip-ansi": "latest",
  102. "supports-hyperlinks": "latest",
  103. "tree-kill": "latest",
  104. "turndown": "^7.2.2",
  105. "type-fest": "latest",
  106. "undici": "latest",
  107. "url-handler-napi": "workspace:*",
  108. "usehooks-ts": "latest",
  109. "vscode-jsonrpc": "latest",
  110. "vscode-languageserver-protocol": "latest",
  111. "vscode-languageserver-types": "latest",
  112. "wrap-ansi": "latest",
  113. "ws": "latest",
  114. "xss": "latest",
  115. "yaml": "^2.8.3",
  116. "zod": "latest"
  117. },
  118. "devDependencies": {
  119. "@types/bun": "^1.3.11",
  120. "@types/cacache": "^20.0.1",
  121. "@types/plist": "^3.0.5",
  122. "@types/react": "latest",
  123. "@types/react-reconciler": "latest",
  124. "@types/sharp": "^0.32.0",
  125. "@types/turndown": "^5.0.6",
  126. "typescript": "latest"
  127. }
  128. }