feat(frontend): migrate animations to GSAP and update client socket types for Next 16.3

This commit is contained in:
asepharyana
2026-08-25 22:47:25 +07:00
7 changed files with 621 additions and 8 deletions
+3 -2
View File
@@ -10,10 +10,11 @@
"format": "biome format --write"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@orpc/client": "1.15.0",
"clsx": "^2.1.1",
"gsap": "^3.15.0",
"lucide-react": "^1.33.0",
"motion": "^13.1.1",
"next": "16.3.2",
"next-themes": "^0.4.6",
"partysocket": "1.3.0",
@@ -35,4 +36,4 @@
"tailwindcss": "^4",
"typescript": "^7"
}
}
}