package.json 990 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@fullcalendar/timegrid",
  3. "version": "5.11.5",
  4. "title": "FullCalendar Time Grid Plugin",
  5. "description": "Display your events on a grid of time slots",
  6. "docs": "https://fullcalendar.io/docs/timegrid-view",
  7. "dependencies": {
  8. "@fullcalendar/common": "workspace:~5.11.5",
  9. "@fullcalendar/daygrid": "workspace:~5.11.5",
  10. "tslib": "^2.1.0"
  11. },
  12. "main": "main.cjs.js",
  13. "module": "main.js",
  14. "types": "main.d.ts",
  15. "jsdelivr": "main.global.min.js",
  16. "browserGlobal": "FullCalendarTimeGrid",
  17. "homepage": "https://fullcalendar.io/",
  18. "bugs": "https://fullcalendar.io/reporting-bugs",
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/fullcalendar/fullcalendar.git",
  22. "homepage": "https://github.com/fullcalendar/fullcalendar"
  23. },
  24. "license": "MIT",
  25. "author": {
  26. "name": "Adam Shaw",
  27. "email": "[email protected]",
  28. "url": "http://arshaw.com/"
  29. },
  30. "devDependencies": {
  31. "@fullcalendar/core-preact": "workspace:*"
  32. }
  33. }