|
53 | 53 | "docs:dev": "npx mintlify dev", |
54 | 54 | "rcs": "bun run scripts/rcs.ts" |
55 | 55 | }, |
56 | | - "dependencies": {}, |
| 56 | + "dependencies": { |
| 57 | + "@types/lodash-es": "^4.17.12" |
| 58 | + }, |
57 | 59 | "devDependencies": { |
58 | | - "openai": "^6.33.0", |
59 | 60 | "@alcalzone/ansi-tokenize": "^0.3.0", |
60 | 61 | "@ant/claude-for-chrome-mcp": "workspace:*", |
61 | 62 | "@ant/computer-use-input": "workspace:*", |
|
68 | 69 | "@anthropic-ai/sandbox-runtime": "^0.0.44", |
69 | 70 | "@anthropic-ai/sdk": "^0.80.0", |
70 | 71 | "@anthropic-ai/vertex-sdk": "^0.14.4", |
| 72 | + "@anthropic/ink": "workspace:*", |
71 | 73 | "@aws-sdk/client-bedrock": "^3.1020.0", |
72 | 74 | "@aws-sdk/client-bedrock-runtime": "^3.1020.0", |
73 | 75 | "@aws-sdk/client-sts": "^3.1020.0", |
|
101 | 103 | "@smithy/node-http-handler": "^4.5.1", |
102 | 104 | "@types/bun": "^1.3.11", |
103 | 105 | "@types/cacache": "^20.0.1", |
| 106 | + "@types/picomatch": "^4.0.3", |
104 | 107 | "@types/plist": "^3.0.5", |
| 108 | + "@types/proper-lockfile": "^4.1.4", |
| 109 | + "@types/qrcode": "^1.5.6", |
105 | 110 | "@types/react": "^19.2.14", |
106 | 111 | "@types/react-reconciler": "^0.33.0", |
| 112 | + "@types/semver": "^7.7.1", |
107 | 113 | "@types/sharp": "^0.32.0", |
| 114 | + "@types/shell-quote": "^1.7.5", |
| 115 | + "@types/stack-utils": "^2.0.3", |
108 | 116 | "@types/turndown": "^5.0.6", |
| 117 | + "@types/ws": "^8.18.1", |
109 | 118 | "ajv": "^8.18.0", |
110 | 119 | "asciichart": "^1.5.25", |
111 | 120 | "audio-capture-napi": "workspace:*", |
|
132 | 141 | "highlight.js": "^11.11.1", |
133 | 142 | "https-proxy-agent": "^8.0.0", |
134 | 143 | "ignore": "^7.0.5", |
135 | | - "@anthropic/ink": "workspace:*", |
136 | 144 | "image-processor-napi": "workspace:*", |
137 | 145 | "indent-string": "^5.0.0", |
138 | 146 | "jsonc-parser": "^3.3.1", |
|
141 | 149 | "lru-cache": "^11.2.7", |
142 | 150 | "marked": "^17.0.5", |
143 | 151 | "modifiers-napi": "workspace:*", |
| 152 | + "openai": "^6.33.0", |
144 | 153 | "p-map": "^7.0.4", |
145 | 154 | "picomatch": "^4.0.4", |
146 | 155 | "plist": "^3.1.0", |
|
0 commit comments