1.0 release

This commit is contained in:
Sean O'Connor
2026-02-10 15:48:28 -05:00
parent ac4726b997
commit 77f497b5e9
16 changed files with 1099 additions and 84 deletions

View File

@@ -16,16 +16,28 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/xr": "^6.6.29",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.69.0",
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"@types/three": "0.170.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.563.0",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"tailwind-merge": "^3.4.0",
"three": "0.170.0",
"zod": "^3.24.2"
},
"devDependencies": {