UNPKG

@fullcalendar/timeline

Version:

Display events on a horizontal time axis (without resources)

61 lines 1.63 kB
{ "name": "@fullcalendar/timeline", "version": "6.1.19", "title": "FullCalendar Timeline Plugin", "description": "Display events on a horizontal time axis (without resources)", "keywords": [ "calendar", "event", "full-sized", "fullcalendar", "scheduler", "resource", "scheduler", "timeline" ], "homepage": "https://fullcalendar.io/docs/timeline-view-no-resources", "dependencies": { "@fullcalendar/premium-common": "~6.1.19", "@fullcalendar/scrollgrid": "~6.1.19" }, "peerDependencies": { "@fullcalendar/core": "~6.1.19" }, "type": "module", "bugs": "https://fullcalendar.io/reporting-bugs", "repository": { "type": "git", "url": "https://github.com/fullcalendar/fullcalendar-workspace.git", "directory": "premium/packages/timeline" }, "license": "SEE LICENSE IN LICENSE.md", "author": { "name": "Adam Shaw", "email": "arshaw@arshaw.com", "url": "http://arshaw.com/" }, "copyright": "2024 Adam Shaw", "types": "./index.d.ts", "main": "./index.cjs", "module": "./index.js", "unpkg": "./index.global.min.js", "jsdelivr": "./index.global.min.js", "exports": { "./package.json": "./package.json", "./index.cjs": "./index.cjs", "./index.js": "./index.js", ".": { "types": "./index.d.ts", "require": "./index.cjs", "import": "./index.js" }, "./internal.cjs": "./internal.cjs", "./internal.js": "./internal.js", "./internal": { "types": "./internal.d.ts", "require": "./internal.cjs", "import": "./internal.js" } }, "sideEffects": false }