added react layout with header, main and footer

This commit is contained in:
2025-07-22 12:41:55 +02:00
parent b9699bd512
commit cb206c10bb
11 changed files with 206 additions and 176 deletions

View File

@@ -12,8 +12,13 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.5"
},
"devDependencies": {
"@eslint/js": "^9.30.1",