This commit is contained in:
Lars Behrends
2026-05-23 15:14:29 +02:00
parent d61472f069
commit 15fe7670c8
34 changed files with 6098 additions and 13 deletions
+5 -1
View File
@@ -13,13 +13,16 @@
"test:ui": "vitest --ui",
"test:run": "vitest run",
"docs": "typedoc",
"docs:serve": "typedoc && npx serve docs"
"docs:serve": "typedoc && npx serve docs",
"tauri": "tauri",
"desktop:build": "bun scripts/build-desktop.js"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@fontsource-variable/geist": "^5.2.8",
"@google/genai": "^1.29.0",
"@tailwindcss/vite": "^4.1.14",
"@tauri-apps/api": "^2.11.0",
"@vitejs/plugin-react": "^5.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -36,6 +39,7 @@
"zustand": "^5.0.12"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.2",
"@types/express": "^4.17.21",
"@types/node": "^22.14.0",
"@vitest/ui": "^4.1.4",