This commit is contained in:
lfirmin
2026-02-25 19:32:34 +01:00
parent 344ad83164
commit 338c249e49
14 changed files with 1789 additions and 96 deletions
+4 -1
View File
@@ -10,11 +10,14 @@
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^12.34.3",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react-dom": "^19.2.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/postcss": "^4.2.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",