Files
loki 32835341ea feat: Outlook-style week calendar replacing month calendar
- New WeekCalendar component with time grid (Mo-Fr, 08:00-16:00)
- Slots rendered as positioned blocks in day columns
- Amber = available, red = fully booked, grey = no slot
- Week navigation (prev/next)
- SlotsPage uses WeekCalendar + detail modal on slot click
- BookingPage uses WeekCalendar with side panel booking form
- Removed react-day-picker dependency
- Fixed CSS nesting bug in index.css
2026-05-08 23:43:26 +02:00

40 lines
995 B
JSON

{
"name": "update-planer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@tanstack/react-query": "^5.100.9",
"axios": "^1.16.0",
"better-auth": "^1.6.9",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-hook-form": "^7.75.0",
"react-router-dom": "^7.15.0",
"zod": "^4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.2.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"tailwindcss": "^4.2.4",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.10"
}
}