package.json 988 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@fullcalendar/core",
  3. "version": "5.11.5",
  4. "title": "FullCalendar Core Package",
  5. "description": "Provides core functionality, including the Calendar class",
  6. "docs": "https://fullcalendar.io/docs/initialize-es6",
  7. "dependencies": {
  8. "@fullcalendar/common": "workspace:~5.11.5",
  9. "preact": "~10.12.1",
  10. "tslib": "^2.1.0"
  11. },
  12. "main": "main.cjs.js",
  13. "module": "main.js",
  14. "types": "main.d.ts",
  15. "jsdelivr": "main.global.min.js",
  16. "browserGlobal": "FullCalendar",
  17. "sideEffects": true,
  18. "homepage": "https://fullcalendar.io/",
  19. "bugs": "https://fullcalendar.io/reporting-bugs",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/fullcalendar/fullcalendar.git",
  23. "homepage": "https://github.com/fullcalendar/fullcalendar"
  24. },
  25. "license": "MIT",
  26. "author": {
  27. "name": "Adam Shaw",
  28. "email": "[email protected]",
  29. "url": "http://arshaw.com/"
  30. },
  31. "devDependencies": {
  32. "@fullcalendar/core-preact": "workspace:*"
  33. }
  34. }