summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/package.json
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-30 07:26:06 -0500
committerAdam <[email protected]>2025-10-30 12:02:49 -0500
commit30f4c2cf4c6c01339434c617fb9d930f6e960883 (patch)
treedb5da342a227724e11609e05f9e3c1fd6e2e7741 /packages/ui/package.json
parent3541fdcb2019676fb82351e909a8e9b740cb8237 (diff)
downloadopencode-30f4c2cf4c6c01339434c617fb9d930f6e960883.tar.gz
opencode-30f4c2cf4c6c01339434c617fb9d930f6e960883.zip
wip: desktop work
Diffstat (limited to 'packages/ui/package.json')
-rw-r--r--packages/ui/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 8fd6bff6b..520baf6e7 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -11,6 +11,7 @@
"./fonts/*": "./src/assets/fonts/*"
},
"scripts": {
+ "typecheck": "tsgo --noEmit",
"dev": "vite",
"generate:tailwind": "bun run script/tailwind.ts"
},
@@ -24,6 +25,7 @@
},
"dependencies": {
"@kobalte/core": "catalog:",
+ "@opencode-ai/sdk": "workspace:*",
"@pierre/precision-diffs": "catalog:",
"@solidjs/meta": "catalog:",
"fuzzysort": "catalog:",