diff options
| author | Adam <[email protected]> | 2025-10-16 14:53:44 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-16 14:53:44 -0500 |
| commit | 47d9e017657c4d265dea53bd86d727097a7ba282 (patch) | |
| tree | e278fb3983f13f6fa474228cf5031c3b4680f566 /package.json | |
| parent | fc18fc8a08e703a54553e714344e638673b2d313 (diff) | |
| download | opencode-47d9e017657c4d265dea53bd86d727097a7ba282.tar.gz opencode-47d9e017657c4d265dea53bd86d727097a7ba282.zip | |
wip: css/ui and desktop work
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index ea06e5e40..6b697a66a 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,8 @@ "@tsconfig/bun": "1.0.9", "@cloudflare/workers-types": "4.20251008.0", "@openauthjs/openauth": "0.0.0-20250322224806", + "@solidjs/meta": "0.29.4", + "@tailwindcss/vite": "4.1.11", "diff": "8.0.2", "ai": "5.0.8", "hono": "4.7.10", @@ -36,7 +38,6 @@ "remeda": "2.26.0", "solid-js": "1.9.9", "tailwindcss": "4.1.11", - "@tailwindcss/vite": "4.1.11", "vite": "7.1.4", "vite-plugin-solid": "2.11.8" } |
