package.json 477 B

123456789101112131415161718
  1. {
  2. "private": true,
  3. "name": "@fullcalendar/timegrid",
  4. "version": "4.4.2",
  5. "title": "FullCalendar Time Grid Plugin",
  6. "description": "Display your events on a grid of time slots",
  7. "docs": "https://fullcalendar.io/docs/timegrid-view",
  8. "browserGlobal": "FullCalendarTimeGrid",
  9. "dependencies": {
  10. "@fullcalendar/daygrid": "~4.4.0"
  11. },
  12. "peerDependencies": {
  13. "@fullcalendar/core": "~4.4.0"
  14. },
  15. "devDependencies": {
  16. "@fullcalendar/core": "~4.4.0"
  17. }
  18. }