wip: css and ui packages

This commit is contained in:
Adam 2025-10-14 07:14:26 -05:00
commit 37e6c8342f
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
28 changed files with 2392 additions and 123 deletions

23
packages/ui/package.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "@opencode-ai/ui",
"version": "0.15.0",
"type": "module",
"exports": {
".": "./src/components/index.ts",
"./*": "./src/components/*"
},
"scripts": {
"dev": "vite"
},
"devDependencies": {
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-solid": "catalog:"
},
"dependencies": {
"remeda": "catalog:",
"solid-js": "catalog:",
"@kobalte/core": "catalog:",
"@opencode-ai/css": "workspace:*"
}
}