From 6b186c074d29a9b37047d53e61dcf0cfbfcb8edc Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Mon, 19 Apr 2021 21:52:42 -0700 Subject: [PATCH] Add FullCalendar module --- .gitignore | 3 +++ package.json | 5 ++++ yarn.lock | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 package.json create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index c65dc0b1..fcdf9332 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,6 @@ build-iPhoneSimulator/ # Used by RuboCop. Remote config files pulled in from inherit_from directive. .rubocop-https?--* + +# Ignore Javascript package binaries +/node_modules diff --git a/package.json b/package.json new file mode 100644 index 00000000..7a1501b9 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "@fullcalendar/resource-timegrid": "^5.6.0" + } +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 00000000..500a76fc --- /dev/null +++ b/yarn.lock @@ -0,0 +1,72 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@fullcalendar/common@~5.6.0": + version "5.6.0" + resolved "https://registry.yarnpkg.com/@fullcalendar/common/-/common-5.6.0.tgz#27206084df07fbab33a67478b0d9b05542b09b79" + integrity sha512-4i4kZDVpRvfdKoJHRljDHsoYu466Odor9FhekP+67dIUoNnXSDTnQRmGfURwiF4RwaTsdWKe2+B7gors9G7zZA== + dependencies: + tslib "^2.0.3" + +"@fullcalendar/daygrid@~5.6.0": + version "5.6.0" + resolved "https://registry.yarnpkg.com/@fullcalendar/daygrid/-/daygrid-5.6.0.tgz#705508a7e7c5d560d01877485283f370c3c70780" + integrity sha512-UaNn6/vKQ3zI4/sDhrMACkIHOSZb/MA0JGlvvw3OTYFULqE5TISuYYnDbo9S1Wdz3AbTBvCzYy5Qk1vZQFsGwg== + dependencies: + "@fullcalendar/common" "~5.6.0" + tslib "^2.0.3" + +"@fullcalendar/premium-common@~5.6.0": + version "5.6.0" + resolved "https://registry.yarnpkg.com/@fullcalendar/premium-common/-/premium-common-5.6.0.tgz#d8dba80dbf09a664184d061928d1ad9ace079238" + integrity sha512-AtcoKphdGasBHNlN9DD7Kxc/7EmCUpIRu7JVRJYnrm4cR8rM3gCUCMMoPt8pyEfy4P/GN/4wGko54kgPkLzUTg== + dependencies: + "@fullcalendar/common" "~5.6.0" + tslib "^2.0.3" + +"@fullcalendar/resource-common@~5.6.0": + version "5.6.0" + resolved "https://registry.yarnpkg.com/@fullcalendar/resource-common/-/resource-common-5.6.0.tgz#e9f5688f366ea4ec10e7756485a2ab25d957513c" + integrity sha512-9FTGQcUO+ER6U44Tj32c+pSvsJ+5CrGs1RDxRyei8UIvUwY6SxQySgdAozW3yxwozEoc5TZ7xLrlLw7vKAwN6w== + dependencies: + "@fullcalendar/common" "~5.6.0" + "@fullcalendar/premium-common" "~5.6.0" + tslib "^2.0.3" + +"@fullcalendar/resource-daygrid@~5.6.0": + version "5.6.0" + resolved "https://registry.yarnpkg.com/@fullcalendar/resource-daygrid/-/resource-daygrid-5.6.0.tgz#537468cdc3910557586fa0d335bcd1bd7b5bdc77" + integrity sha512-KWV61gxtgFoaFTPi6b/MP/FaROMtu8c2ijzznMY5VPjQzjU5CSaWLpPht1T2ZOije3QTiDZ8Gx4M4yLFKMHCAg== + dependencies: + "@fullcalendar/common" "~5.6.0" + "@fullcalendar/daygrid" "~5.6.0" + "@fullcalendar/premium-common" "~5.6.0" + "@fullcalendar/resource-common" "~5.6.0" + tslib "^2.0.3" + +"@fullcalendar/resource-timegrid@^5.6.0": + version "5.6.0" + resolved "https://registry.yarnpkg.com/@fullcalendar/resource-timegrid/-/resource-timegrid-5.6.0.tgz#5461026d085f64297d7507980a7ed069c29002a7" + integrity sha512-BAiSTeuL8P0YwG2o6roavDP2dlA5cXFrxcYhx4qvEyqxscmGunI5NnxhmXafpnWO60PgvwHO++EoJvAsR3WSSg== + dependencies: + "@fullcalendar/common" "~5.6.0" + "@fullcalendar/premium-common" "~5.6.0" + "@fullcalendar/resource-common" "~5.6.0" + "@fullcalendar/resource-daygrid" "~5.6.0" + "@fullcalendar/timegrid" "~5.6.0" + tslib "^2.0.3" + +"@fullcalendar/timegrid@~5.6.0": + version "5.6.0" + resolved "https://registry.yarnpkg.com/@fullcalendar/timegrid/-/timegrid-5.6.0.tgz#0e489d60f224042211e688d3273154964aab6b54" + integrity sha512-NG55pzPvrzZEuVq+/Vn1ZbyKARVjsE6PzhiOHvJuyt3gzVPeWjXGUWjDN3BSDZ8p/4dthbF6H9mCPia977aV1g== + dependencies: + "@fullcalendar/common" "~5.6.0" + "@fullcalendar/daygrid" "~5.6.0" + tslib "^2.0.3" + +tslib@^2.0.3: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==