UNPKG

@fullcalendar/scrollgrid

Version:

Tabular data chunked into scrollable panes

58 lines 1.52 kB
{ "name": "@fullcalendar/scrollgrid", "version": "6.1.17", "title": "FullCalendar ScrollGrid Plugin", "description": "Tabular data chunked into scrollable panes", "dependencies": { "@fullcalendar/premium-common": "~6.1.17" }, "peerDependencies": { "@fullcalendar/core": "~6.1.17" }, "type": "module", "keywords": [ "calendar", "event", "full-sized", "fullcalendar", "scheduler", "resource" ], "homepage": "https://fullcalendar.io/docs/premium", "bugs": "https://fullcalendar.io/reporting-bugs", "repository": { "type": "git", "url": "https://github.com/fullcalendar/fullcalendar-workspace.git", "directory": "premium/packages/scrollgrid" }, "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 }