暂无描述

package.json 942B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@fullcalendar/timegrid",
  3. "version": "4.3.0",
  4. "title": "FullCalendar Time Grid Plugin",
  5. "description": "Display your events on a grid of time slots",
  6. "keywords": [
  7. "calendar",
  8. "event",
  9. "full-sized"
  10. ],
  11. "homepage": "https://fullcalendar.io/",
  12. "docs": "https://fullcalendar.io/docs/timegrid-view",
  13. "bugs": "https://fullcalendar.io/reporting-bugs",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/fullcalendar/fullcalendar.git",
  17. "homepage": "https://github.com/fullcalendar/fullcalendar"
  18. },
  19. "license": "MIT",
  20. "author": {
  21. "name": "Adam Shaw",
  22. "email": "arshaw@arshaw.com",
  23. "url": "http://arshaw.com/"
  24. },
  25. "copyright": "2019 Adam Shaw",
  26. "dependencies": {
  27. "@fullcalendar/daygrid": "~4.3.0"
  28. },
  29. "peerDependencies": {
  30. "@fullcalendar/core": "~4.3.0"
  31. },
  32. "main": "main.js",
  33. "module": "main.esm.js",
  34. "unpkg": "main.min.js",
  35. "types": "main.d.ts"
  36. }