package.json 466 B

123456789101112131415161718
  1. {
  2. "name": "@fullcalendar/bootstrap",
  3. "version": "5.0.0-beta.2",
  4. "title": "FullCalendar Bootstrap Plugin",
  5. "description": "Bootstrap 4 theming for your calendar",
  6. "docs": "https://fullcalendar.io/docs/bootstrap-theme",
  7. "dependencies": {
  8. "tslib": "^1.9.3"
  9. },
  10. "peerDependencies": {
  11. "@fullcalendar/common": "5.0.0-beta.2"
  12. },
  13. "devDependencies": {
  14. "@fullcalendar/common": "5.0.0-beta.2"
  15. },
  16. "module": "main.js",
  17. "types": "main.d.ts"
  18. }