package.json 1.0 KB

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