Vibecode central
This commit is contained in:
+8
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user