package.json 1008 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@fullcalendar/moment",
  3. "version": "5.11.5",
  4. "title": "FullCalendar Moment Plugin",
  5. "description": "A connector to the MomentJS date library",
  6. "docs": "https://fullcalendar.io/docs/moment-plugin",
  7. "dependencies": {
  8. "@fullcalendar/common": "workspace:~5.11.5",
  9. "tslib": "^2.1.0"
  10. },
  11. "peerDependencies": {
  12. "moment": "^2.29.1"
  13. },
  14. "devDependencies": {
  15. "@fullcalendar/core-preact": "workspace:*",
  16. "moment": "^2.29.1"
  17. },
  18. "main": "main.cjs.js",
  19. "module": "main.js",
  20. "types": "main.d.ts",
  21. "jsdelivr": "main.global.min.js",
  22. "browserGlobal": "FullCalendarMoment",
  23. "homepage": "https://fullcalendar.io/",
  24. "bugs": "https://fullcalendar.io/reporting-bugs",
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/fullcalendar/fullcalendar.git",
  28. "homepage": "https://github.com/fullcalendar/fullcalendar"
  29. },
  30. "license": "MIT",
  31. "author": {
  32. "name": "Adam Shaw",
  33. "email": "[email protected]",
  34. "url": "http://arshaw.com/"
  35. }
  36. }