feat: implement 3D components and create a coming soon page with a memory match game

This commit is contained in:
sazzadulalambd
2026-06-22 15:52:44 +06:00
parent a831ea7a7c
commit 87d3421606
7 changed files with 969 additions and 34 deletions

View File

@@ -10,6 +10,8 @@
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"date-fns": "^4.1.0",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
@@ -17,13 +19,15 @@
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hot-toast": "^2.6.0"
"react-hot-toast": "^2.6.0",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.184.1",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",