summaryrefslogtreecommitdiffhomepage
path: root/js/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-26 14:09:17 -0400
committerDax Raad <[email protected]>2025-05-26 14:09:17 -0400
commit80555f13e052443dc9dc67811bf782a3146de512 (patch)
tree9219001cf50a23032ad968fc036053dfd223b65e /js/package.json
parent113c49457fd6e37d517e2d212e2e6eb21084b4fb (diff)
downloadopencode-80555f13e052443dc9dc67811bf782a3146de512.tar.gz
opencode-80555f13e052443dc9dc67811bf782a3146de512.zip
more tools
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/js/package.json b/js/package.json
index f407f3eac..8504de450 100644
--- a/js/package.json
+++ b/js/package.json
@@ -9,7 +9,9 @@
"devDependencies": {
"@tsconfig/bun": "^1.0.7",
"@types/bun": "latest",
+ "@types/jsdom": "^21.1.7",
"@types/react": "18",
+ "@types/turndown": "^5.0.5",
"ink": "^5.2.1",
"ink-text-input": "^6.0.0",
"react": "^18.0.0"
@@ -18,16 +20,18 @@
"typescript": "5"
},
"dependencies": {
- "@ai-sdk/anthropic": "^2.0.0-alpha.2",
+ "@ai-sdk/anthropic": "^2.0.0-alpha.4",
"@flystorage/file-storage": "^1.1.0",
"@flystorage/local-fs": "^1.1.0",
"@hono/zod-validator": "^0.5.0",
- "ai": "^5.0.0-alpha.2",
+ "ai": "^5.0.0-alpha.4",
"cac": "^6.7.14",
"clipanion": "^4.0.0-rc.4",
"hono": "^4.7.10",
"hono-openapi": "^0.4.8",
+ "jsdom": "^26.1.0",
"ts-lsp-client": "^1.0.3",
+ "turndown": "^7.2.0",
"vscode-jsonrpc": "^8.2.1",
"vscode-languageclient": "8",
"zod": "^3.25.3",