| 123456789101112131415161718 |
- {
- "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/common": "5.0.0-beta.2"
- },
- "devDependencies": {
- "@fullcalendar/common": "5.0.0-beta.2"
- },
- "module": "main.js",
- "types": "main.d.ts"
- }
|