@@ -5,7 +5,6 @@
"title": "FullCalendar Bootstrap Plugin",
"description": "Bootstrap 4 theming for your calendar",
"docs": "https://fullcalendar.io/docs/bootstrap-theme",
- "browserGlobal": "FullCalendarBootstrap",
"peerDependencies": {
"@fullcalendar/core": "~4.3.0"
},
@@ -4,6 +4,5 @@
"version": "4.3.1",
"title": "FullCalendar Core Package",
"description": "Provides core functionality, including the Calendar class",
- "docs": "https://fullcalendar.io/docs/initialize-es6",
- "browserGlobal": "FullCalendar"
+ "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",
- "browserGlobal": "FullCalendarDayGrid",
"title": "FullCalendar Google Calendar Plugin",
"description": "Fetch events from a public Google Calendar feed",
"docs": "https://fullcalendar.io/docs/google-calendar",
- "browserGlobal": "FullCalendarGoogleCalendar",
"title": "FullCalendar Interaction Plugin",
"description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",
"docs": "https://fullcalendar.io/docs/editable",
- "browserGlobal": "FullCalendarInteraction",
"title": "FullCalendar List View Plugin",
"description": "View your events as a bulleted list",
"docs": "https://fullcalendar.io/docs/list-view",
- "browserGlobal": "FullCalendarList",
"title": "FullCalendar Luxon Plugin",
"description": "A connector to the Luxon date library",
"docs": "https://fullcalendar.io/docs/luxon-plugin",
- "browserGlobal": "FullCalendarLuxon",
"@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",
- "browserGlobal": "FullCalendarMomentTimezone",
"moment": "^2.24.0",
"title": "FullCalendar Moment Plugin",
"description": "A connector to the MomentJS date library",
"docs": "https://fullcalendar.io/docs/moment-plugins",
- "browserGlobal": "FullCalendarMoment",
"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",
- "browserGlobal": "FullCalendarRrule",
"rrule": "^2.6.0"
"title": "FullCalendar Time Grid Plugin",
"description": "Display your events on a grid of time slots",
"docs": "https://fullcalendar.io/docs/timegrid-view",
- "browserGlobal": "FullCalendarTimeGrid",
"dependencies": {
"@fullcalendar/daygrid": "~4.3.0"