| 1234567891011121314151617 |
- {
- "private": true,
- "name": "@fullcalendar/luxon",
- "version": "4.4.2",
- "title": "FullCalendar Luxon Plugin",
- "description": "A connector to the Luxon date library",
- "docs": "https://fullcalendar.io/docs/luxon-plugin",
- "browserGlobal": "FullCalendarLuxon",
- "peerDependencies": {
- "@fullcalendar/core": "~4.4.0",
- "luxon": "^1.12.1"
- },
- "devDependencies": {
- "@fullcalendar/core": "~4.4.0",
- "luxon": "^1.12.1"
- }
- }
|