feat: setup, landing page

This commit is contained in:
Louis
2025-10-24 14:24:49 +02:00
parent b62fbe505b
commit 5eb0beafb3
25 changed files with 1834 additions and 466 deletions

View File

@@ -10,8 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"clsx": "^2.1.1",
"i18next": "^25.6.0",
"motion": "^12.23.24",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-i18next": "^16.0.0",
"react-router": "^7.9.4"
},
"devDependencies": {
"@types/react": "^18.2.37",