package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "claude-code-main",
  3. "module": "index.ts",
  4. "type": "module",
  5. "private": true,
  6. "scripts": {
  7. "start": "bun run index.ts",
  8. "start:src": "bun --define MACRO='{\"VERSION\":\"666.444.0\",\"BUILD_TIME\":\"\",\"FEEDBACK_CHANNEL\":\"#claude-code\",\"VERSION_CHANGELOG\":\"\",\"PACKAGE_URL\":\"@anthropic-ai/claude-code\",\"NATIVE_PACKAGE_URL\":\"@anthropic-ai/claude-code-native\",\"ISSUES_EXPLAINER\":\"open an issue in the Claude Code repository\"}' src/main.tsx"
  9. },
  10. "devDependencies": {
  11. "@types/bun": "latest"
  12. },
  13. "peerDependencies": {
  14. "typescript": "^5"
  15. },
  16. "dependencies": {
  17. "@alcalzone/ansi-tokenize": "^0.3.0",
  18. "@anthropic-ai/sandbox-runtime": "^0.0.44",
  19. "@anthropic-ai/sdk": "^0.80.0",
  20. "@commander-js/extra-typings": "^14.0.0",
  21. "@growthbook/growthbook": "^1.6.5",
  22. "@modelcontextprotocol/sdk": "^1.29.0",
  23. "@opentelemetry/resources": "^2.6.1",
  24. "@opentelemetry/sdk-logs": "^0.214.0",
  25. "ajv": "^8.18.0",
  26. "auto-bind": "^5.0.1",
  27. "axios": "^1.14.0",
  28. "bidi-js": "^1.0.3",
  29. "chalk": "^5.6.2",
  30. "chokidar": "^5.0.0",
  31. "cli-boxes": "^4.0.1",
  32. "code-excerpt": "^4.0.0",
  33. "color-diff-napi": "^0.0.1",
  34. "diff": "^8.0.4",
  35. "emoji-regex": "^10.6.0",
  36. "env-paths": "^4.0.0",
  37. "execa": "^9.6.1",
  38. "get-east-asian-width": "^1.5.0",
  39. "https-proxy-agent": "^8.0.0",
  40. "ignore": "^7.0.5",
  41. "indent-string": "^5.0.0",
  42. "jsonc-parser": "^3.3.1",
  43. "lodash-es": "^4.17.23",
  44. "lru-cache": "^11.2.7",
  45. "marked": "^17.0.5",
  46. "p-map": "^7.0.4",
  47. "picomatch": "^4.0.4",
  48. "react": "^19.2.4",
  49. "react-reconciler": "^0.33.0",
  50. "semver": "^7.7.4",
  51. "stack-utils": "^2.0.6",
  52. "strip-ansi": "^7.2.0",
  53. "supports-hyperlinks": "^4.4.0",
  54. "tree-kill": "^1.2.2",
  55. "usehooks-ts": "^3.1.1",
  56. "wrap-ansi": "^10.0.0",
  57. "xss": "^1.0.15",
  58. "zod": "^4.3.6"
  59. }
  60. }