package.json 920 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@fullcalendar/list",
  3. "version": "5.11.5",
  4. "title": "FullCalendar List View Plugin",
  5. "description": "View your events as a bulleted list",
  6. "docs": "https://fullcalendar.io/docs/list-view",
  7. "dependencies": {
  8. "@fullcalendar/common": "workspace:~5.11.5",
  9. "tslib": "^2.1.0"
  10. },
  11. "main": "main.cjs.js",
  12. "module": "main.js",
  13. "types": "main.d.ts",
  14. "jsdelivr": "main.global.min.js",
  15. "browserGlobal": "FullCalendarList",
  16. "homepage": "https://fullcalendar.io/",
  17. "bugs": "https://fullcalendar.io/reporting-bugs",
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/fullcalendar/fullcalendar.git",
  21. "homepage": "https://github.com/fullcalendar/fullcalendar"
  22. },
  23. "license": "MIT",
  24. "author": {
  25. "name": "Adam Shaw",
  26. "email": "[email protected]",
  27. "url": "http://arshaw.com/"
  28. },
  29. "devDependencies": {
  30. "@fullcalendar/core-preact": "workspace:*"
  31. }
  32. }