This commit is contained in:
2025-04-13 15:19:59 +02:00
parent 1ea3e77fa8
commit 14f415e228
46 changed files with 14161 additions and 539 deletions

View File

@ -10,17 +10,14 @@
"preview": "vite preview"
},
"dependencies": {
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.17",
"@fullcalendar/interaction": "^6.1.17",
"@fullcalendar/list": "^6.1.17",
"@fullcalendar/react": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.17",
"@react-jvectormap/core": "^1.0.4",
"@react-jvectormap/world": "^1.1.2",
"@prisma/client": "^6.6.0",
"@types/bcrypt": "^5.0.2",
"@types/crypto-js": "^4.2.2",
"apexcharts": "^4.5.0",
"axios": "^1.8.4",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"flatpickr": "^4.6.13",
"react": "^19.0.0",
"react-apexcharts": "^1.7.0",
@ -28,7 +25,6 @@
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^7.5.0",
"swiper": "^11.2.6",
"tailwind-merge": "^3.2.0",
@ -44,6 +40,7 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"prisma": "^6.6.0",
"tailwindcss": "^4.1.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",