Ajout page login non fonctionnelle

This commit is contained in:
2025-09-16 10:55:23 +02:00
parent 83e2b786c7
commit ad695b82f7
12 changed files with 3076 additions and 784 deletions

View File

@@ -12,13 +12,15 @@
"dependencies": {
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "^7.9.1"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/react": "^18.3.5",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",