feat(frontend): add animation and 3D rendering dependencies

This commit is contained in:
MythEclipse
2026-06-03 03:00:35 +07:00
parent b5f233ef88
commit ddd144df53
+6 -1
View File
@@ -17,10 +17,15 @@
"@radix-ui/react-tabs": "^1.1.13",
"@tanstack/react-query": "^5.100.14",
"clsx": "^2.1.1",
"framer-motion": "^12.4.0",
"gsap": "^3.12.7",
"lucide-react": "^1.16.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "^3.6.0"
"tailwind-merge": "^3.6.0",
"@react-three/drei": "^9.6.1",
"@react-three/fiber": "^9.6.1",
"three": "^0.174.0"
},
"devDependencies": {
"@biomejs/biome": "latest",