package.json 759 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@fullcalendar/common",
  3. "version": "5.11.5",
  4. "title": "FullCalendar Common",
  5. "description": "internal package",
  6. "docs": "https://fullcalendar.io/docs",
  7. "dependencies": {
  8. "tslib": "^2.1.0"
  9. },
  10. "main": "main.cjs.js",
  11. "module": "main.js",
  12. "types": "main.d.ts",
  13. "homepage": "https://fullcalendar.io/",
  14. "bugs": "https://fullcalendar.io/reporting-bugs",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/fullcalendar/fullcalendar.git",
  18. "homepage": "https://github.com/fullcalendar/fullcalendar"
  19. },
  20. "license": "MIT",
  21. "author": {
  22. "name": "Adam Shaw",
  23. "email": "[email protected]",
  24. "url": "http://arshaw.com/"
  25. },
  26. "devDependencies": {
  27. "@fullcalendar/core-preact": "workspace:*"
  28. }
  29. }