package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "fullcalendar",
  3. "version": "5.11.5",
  4. "title": "FullCalendar Standard Bundle",
  5. "description": "An easily consumable combination of standard plugins",
  6. "docs": "https://fullcalendar.io/docs/initialize-globals",
  7. "devDependencies": {
  8. "@fullcalendar/bootstrap": "workspace:~5.11.5",
  9. "@fullcalendar/bootstrap5": "workspace:~5.11.5",
  10. "@fullcalendar/core": "workspace:~5.11.5",
  11. "@fullcalendar/daygrid": "workspace:~5.11.5",
  12. "@fullcalendar/google-calendar": "workspace:~5.11.5",
  13. "@fullcalendar/interaction": "workspace:~5.11.5",
  14. "@fullcalendar/list": "workspace:~5.11.5",
  15. "@fullcalendar/timegrid": "workspace:~5.11.5"
  16. },
  17. "main": "main.js",
  18. "jsdelivr": "main.min.js",
  19. "browserGlobal": "FullCalendar",
  20. "homepage": "https://fullcalendar.io/",
  21. "bugs": "https://fullcalendar.io/reporting-bugs",
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/fullcalendar/fullcalendar.git",
  25. "homepage": "https://github.com/fullcalendar/fullcalendar"
  26. },
  27. "license": "MIT",
  28. "author": {
  29. "name": "Adam Shaw",
  30. "email": "[email protected]",
  31. "url": "http://arshaw.com/"
  32. }
  33. }