Add framer-motion to project dependencies

Integrated framer-motion package (v12.4.11) to enhance animation capabilities. Updated `package.json` and `package-lock.json` to include the package and its dependencies. This addition provides advanced motion animations for React components.
This commit is contained in:
2025-03-12 09:21:55 +01:00
parent d8980e18ce
commit e57c63e60b
2 changed files with 44 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
"axios": "^1.8.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.4.11",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.477.0",
"next": "15.2.0",