@@ -100,7 +100,6 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"rrule": "^2.6.2",
"shelljs": "^0.8.3",
- "tslib": "^1.9.3",
"tslint": "^5.16.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.7.3",
@@ -5,6 +5,9 @@
"title": "FullCalendar Bootstrap Plugin",
"description": "Bootstrap 4 theming for your calendar",
"docs": "https://fullcalendar.io/docs/bootstrap-theme",
+ "dependencies": {
+ "tslib": "^1.9.3"
+ },
"peerDependencies": {
"@fullcalendar/core": "~4.3.0"
},
@@ -1,5 +1,8 @@
{
"private": true,
"devDependencies": {
"@fullcalendar/core": "4.3.1",
"@fullcalendar/interaction": "4.3.0",
@@ -4,5 +4,8 @@
"version": "4.3.1",
"title": "FullCalendar Core Package",
"description": "Provides core functionality, including the Calendar class",
- "docs": "https://fullcalendar.io/docs/initialize-es6"
+ "docs": "https://fullcalendar.io/docs/initialize-es6",
+ }
}
"title": "FullCalendar Day Grid Plugin",
"description": "Display events on Month view or DayGrid view",
"docs": "https://fullcalendar.io/docs/month-view",
"title": "FullCalendar Google Calendar Plugin",
"description": "Fetch events from a public Google Calendar feed",
"docs": "https://fullcalendar.io/docs/google-calendar",
"title": "FullCalendar Interaction Plugin",
"description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",
"docs": "https://fullcalendar.io/docs/editable",
"title": "FullCalendar List View Plugin",
"description": "View your events as a bulleted list",
"docs": "https://fullcalendar.io/docs/list-view",
"title": "FullCalendar Luxon Plugin",
"description": "A connector to the Luxon date library",
"docs": "https://fullcalendar.io/docs/luxon-plugin",
"@fullcalendar/core": "~4.3.0",
"luxon": "^1.12.1"
"title": "FullCalendar Moment Timezone Plugin",
"description": "A connector to the moment-timezone library",
"docs": "https://fullcalendar.io/docs/moment-plugins#moment-timezone",
"moment": "^2.24.0",
"title": "FullCalendar Moment Plugin",
"description": "A connector to the MomentJS date library",
"docs": "https://fullcalendar.io/docs/moment-plugins",
"moment": "^2.24.0"
"title": "FullCalendar RRule Plugin",
"description": "A connector to the RRule library, for recurring events",
"docs": "https://fullcalendar.io/docs/rrule-plugin",
"rrule": "^2.6.0"
@@ -6,6 +6,7 @@
"description": "Display your events on a grid of time slots",
"docs": "https://fullcalendar.io/docs/timegrid-view",
"dependencies": {
+ "tslib": "^1.9.3",
"@fullcalendar/daygrid": "~4.3.0"