package.json 487 B

123456789101112131415161718
  1. {
  2. "private": true,
  3. "name": "@fullcalendar/moment",
  4. "version": "4.4.2",
  5. "title": "FullCalendar Moment Plugin",
  6. "description": "A connector to the MomentJS date library",
  7. "docs": "https://fullcalendar.io/docs/moment-plugins",
  8. "browserGlobal": "FullCalendarMoment",
  9. "peerDependencies": {
  10. "@fullcalendar/core": "~4.4.0",
  11. "moment": "^2.24.0"
  12. },
  13. "devDependencies": {
  14. "@fullcalendar/core": "~4.4.0",
  15. "@types/moment": "^2.13.0",
  16. "moment": "^2.24.0"
  17. }
  18. }