Implemented Fullcalendar

This commit is contained in:
2023-12-02 17:06:39 +01:00
parent 45da05c9a4
commit f63bda171f
25 changed files with 213 additions and 20179 deletions

View File

@@ -17,6 +17,12 @@
"vue-router": "^4.2.5"
},
"dependencies": {
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/resource": "^6.1.10",
"@fullcalendar/resource-timeline": "^6.1.10",
"@fullcalendar/vue3": "^6.1.10",
"@nuxt/ui": "^2.11.0",
"@nuxtjs/strapi": "^1.9.3",
"@pinia/nuxt": "^0.5.1",
@@ -27,7 +33,6 @@
"nuxt-editorjs": "^1.0.4",
"papaparse": "^5.4.1",
"pinia": "^2.1.7",
"sass": "^1.69.5",
"uuidv4": "^6.2.13"
}
}