package.json 434 B

1234567891011121314151617
  1. {
  2. "private": true,
  3. "name": "@fullcalendar/bootstrap",
  4. "version": "5.0.0-beta.2",
  5. "title": "FullCalendar Bootstrap Plugin",
  6. "description": "Bootstrap 4 theming for your calendar",
  7. "docs": "https://fullcalendar.io/docs/bootstrap-theme",
  8. "dependencies": {
  9. "tslib": "^1.9.3"
  10. },
  11. "peerDependencies": {
  12. "@fullcalendar/core": "5.0.0-beta.2"
  13. },
  14. "devDependencies": {
  15. "@fullcalendar/core": "5.0.0-beta.2"
  16. }
  17. }