feat:#4 added packages

This commit is contained in:
Elmar Kresse
2024-05-19 13:24:00 +02:00
parent d73f7e284b
commit 97db35edab
2 changed files with 18 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"dependencies": { "dependencies": {
"@fullcalendar/core": "^6.1.11", "@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11", "@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/icalendar": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11", "@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11", "@fullcalendar/timegrid": "^6.1.11",
"@fullcalendar/vue3": "^6.1.11", "@fullcalendar/vue3": "^6.1.11",
@ -17,6 +18,7 @@
"@tanstack/vue-query-devtools": "^5.28.10", "@tanstack/vue-query-devtools": "^5.28.10",
"@vueuse/core": "^10.9.0", "@vueuse/core": "^10.9.0",
"country-flag-emoji-polyfill": "^0.1.8", "country-flag-emoji-polyfill": "^0.1.8",
"ical.js": "^1.5.0",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"primeflex": "^3.3.1", "primeflex": "^3.3.1",
"primeicons": "^6.0.1", "primeicons": "^6.0.1",
@ -2331,6 +2333,15 @@
"@fullcalendar/core": "~6.1.11" "@fullcalendar/core": "~6.1.11"
} }
}, },
"node_modules/@fullcalendar/icalendar": {
"version": "6.1.11",
"resolved": "https://registry.npmjs.org/@fullcalendar/icalendar/-/icalendar-6.1.11.tgz",
"integrity": "sha512-a1kFIUs/G1ic9kkblL08n8Vwqw+jkBExhgFjbARVQrvyTwx0/SDmRtt0crqlkUYUOnu5nofj3xXPNupdxgPSwg==",
"peerDependencies": {
"@fullcalendar/core": "~6.1.11",
"ical.js": "^1.4.0"
}
},
"node_modules/@fullcalendar/interaction": { "node_modules/@fullcalendar/interaction": {
"version": "6.1.11", "version": "6.1.11",
"resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.11.tgz", "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.11.tgz",
@ -5691,6 +5702,11 @@
"node": ">=16.17.0" "node": ">=16.17.0"
} }
}, },
"node_modules/ical.js": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/ical.js/-/ical.js-1.5.0.tgz",
"integrity": "sha512-7ZxMkogUkkaCx810yp0ZGKvq1ZpRgJeornPttpoxe6nYZ3NLesZe1wWMXDdwTkj/b5NtXT+Y16Aakph/ao98ZQ=="
},
"node_modules/idb": { "node_modules/idb": {
"version": "7.1.1", "version": "7.1.1",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",

View File

@ -15,6 +15,7 @@
"dependencies": { "dependencies": {
"@fullcalendar/core": "^6.1.11", "@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11", "@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/icalendar": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11", "@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11", "@fullcalendar/timegrid": "^6.1.11",
"@fullcalendar/vue3": "^6.1.11", "@fullcalendar/vue3": "^6.1.11",
@ -22,6 +23,7 @@
"@tanstack/vue-query-devtools": "^5.28.10", "@tanstack/vue-query-devtools": "^5.28.10",
"@vueuse/core": "^10.9.0", "@vueuse/core": "^10.9.0",
"country-flag-emoji-polyfill": "^0.1.8", "country-flag-emoji-polyfill": "^0.1.8",
"ical.js": "^1.5.0",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"primeflex": "^3.3.1", "primeflex": "^3.3.1",
"primeicons": "^6.0.1", "primeicons": "^6.0.1",