| 1234567891011121314151617 |
- {
- "private": true,
- "name": "@fullcalendar/bootstrap",
- "version": "5.0.0-beta.2",
- "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": "5.0.0-beta.2"
- },
- "devDependencies": {
- "@fullcalendar/core": "5.0.0-beta.2"
- }
- }
|