package.json 751 B

12345678910111213141516171819202122232425262728
  1. {
  2. "private": true,
  3. "name": "@fullcalendar/core-preact",
  4. "version": "5.11.5",
  5. "title": "FullCalendar Core-Preact Package",
  6. "description": "Internal package",
  7. "docs": "https://fullcalendar.io/docs",
  8. "dependencies": {
  9. "preact": "~10.12.1",
  10. "tslib": "^2.1.0"
  11. },
  12. "main": "tsc/vdom.js",
  13. "types": "tsc/vdom.d.ts",
  14. "sideEffects": true,
  15. "homepage": "https://fullcalendar.io/",
  16. "bugs": "https://fullcalendar.io/reporting-bugs",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/fullcalendar/fullcalendar.git",
  20. "homepage": "https://github.com/fullcalendar/fullcalendar"
  21. },
  22. "license": "MIT",
  23. "author": {
  24. "name": "Adam Shaw",
  25. "email": "[email protected]",
  26. "url": "http://arshaw.com/"
  27. }
  28. }