| 12345678910111213141516171819202122232425262728 |
- {
- "private": true,
- "name": "@fullcalendar/core-preact",
- "version": "5.11.5",
- "title": "FullCalendar Core-Preact Package",
- "description": "Internal package",
- "docs": "https://fullcalendar.io/docs",
- "dependencies": {
- "preact": "~10.12.1",
- "tslib": "^2.1.0"
- },
- "main": "tsc/vdom.js",
- "types": "tsc/vdom.d.ts",
- "sideEffects": true,
- "homepage": "https://fullcalendar.io/",
- "bugs": "https://fullcalendar.io/reporting-bugs",
- "repository": {
- "type": "git",
- "url": "https://github.com/fullcalendar/fullcalendar.git",
- "homepage": "https://github.com/fullcalendar/fullcalendar"
- },
- "license": "MIT",
- "author": {
- "name": "Adam Shaw",
- "email": "[email protected]",
- "url": "http://arshaw.com/"
- }
- }
|