| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "fullcalendar",
- "version": "5.11.5",
- "title": "FullCalendar Standard Bundle",
- "description": "An easily consumable combination of standard plugins",
- "docs": "https://fullcalendar.io/docs/initialize-globals",
- "devDependencies": {
- "@fullcalendar/bootstrap": "workspace:~5.11.5",
- "@fullcalendar/bootstrap5": "workspace:~5.11.5",
- "@fullcalendar/core": "workspace:~5.11.5",
- "@fullcalendar/daygrid": "workspace:~5.11.5",
- "@fullcalendar/google-calendar": "workspace:~5.11.5",
- "@fullcalendar/interaction": "workspace:~5.11.5",
- "@fullcalendar/list": "workspace:~5.11.5",
- "@fullcalendar/timegrid": "workspace:~5.11.5"
- },
- "main": "main.js",
- "jsdelivr": "main.min.js",
- "browserGlobal": "FullCalendar",
- "homepage": "https://fullcalendar.io/",
- "bugs": "https://fullcalendar.io/reporting-bugs",
- "repository": {
- "type": "git",
- "url": "https://github.com/fullcalendar/fullcalendar.git",
- "homepage": "https://github.com/fullcalendar/fullcalendar"
- },
- "license": "MIT",
- "author": {
- "name": "Adam Shaw",
- "email": "[email protected]",
- "url": "http://arshaw.com/"
- }
- }
|