Room reservations planning

This commit is contained in:
imperosol
2025-06-27 18:47:47 +02:00
parent e973b013c6
commit e2a417bdac
10 changed files with 1859 additions and 1054 deletions
+5 -1
View File
@@ -21,7 +21,8 @@
"#core:*": "./core/static/bundled/*",
"#pedagogy:*": "./pedagogy/static/bundled/*",
"#counter:*": "./counter/static/bundled/*",
"#com:*": "./com/static/bundled/*"
"#com:*": "./com/static/bundled/*",
"#reservation:*": "./reservation/static/bundled/*"
},
"devDependencies": {
"@babel/core": "^7.29.0",
@@ -45,7 +46,10 @@
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/icalendar": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/resource": "^6.1.20",
"@fullcalendar/resource-timeline": "^6.1.20",
"@sentry/browser": "^10.53.1",
"@zip.js/zip.js": "^2.8.26",
"3d-force-graph": "^1.80.0",