Vibecode central

This commit is contained in:
Alexander Harding
2026-07-31 19:50:55 -04:00
parent 1362f28585
commit a3ea76fdff
67 changed files with 6287 additions and 202 deletions
+8 -1
View File
@@ -9,18 +9,25 @@
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^5.5.7",
"@iconify-react/fa6-solid": "^1.0.2",
"@iconify-react/game-icons": "^1.0.3",
"@iconify-react/mdi": "^1.0.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"bcryptjs": "^3.0.3",
"mongodb": "^7.5.0",
"next": "16.2.10",
"next-auth": "^5.0.0-beta.31",
"react": "19.2.4",
"react-dom": "19.2.4",
"three": "^0.185.1"
"react-hook-form": "^7.83.0",
"three": "^0.185.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",