feat: hackathon landing mvp

This commit is contained in:
Nik L
2026-03-30 16:51:54 -04:00
parent 803c7523a5
commit a4a6dd97c9
7 changed files with 1684 additions and 4 deletions

View File

@@ -8,6 +8,9 @@
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@types/three": "^0.183.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
@@ -15,7 +18,8 @@
"next-themes": "^0.4.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "^3.3.1"
"tailwind-merge": "^3.3.1",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.9",