feat(frontend): add full reservation workflow, timeline gantt, and booking modal

This commit is contained in:
DanielS
2026-08-19 00:32:33 +02:00
parent 737686692a
commit 769268a77e
12 changed files with 1897 additions and 327 deletions

View File

@@ -10,8 +10,15 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.3",
"axios": "^1.19.0",
"konva": "^10.3.1",
"lucide-react": "^0.462.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-konva": "^19.2.5",
"tailwindcss": "^4.3.3",
"zustand": "^5.0.15"
},
"devDependencies": {
"@eslint/js": "^9.13.0",