UNPKG

fullcalendar-scheduler

Version:

Easily render a full-sized drag & drop calendar with a combination of standard & premium plugins

59 lines 1.78 kB
{ "name": "fullcalendar-scheduler", "version": "6.1.18", "title": "FullCalendar Premium Bundle", "description": "Easily render a full-sized drag & drop calendar with a combination of standard & premium plugins", "homepage": "https://fullcalendar.io/docs/initialize-globals", "dependencies": { "@fullcalendar/adaptive": "~6.1.18", "@fullcalendar/core": "~6.1.18", "@fullcalendar/daygrid": "~6.1.18", "@fullcalendar/interaction": "~6.1.18", "@fullcalendar/list": "~6.1.18", "@fullcalendar/multimonth": "~6.1.18", "@fullcalendar/resource": "~6.1.18", "@fullcalendar/resource-daygrid": "~6.1.18", "@fullcalendar/resource-timegrid": "~6.1.18", "@fullcalendar/resource-timeline": "~6.1.18", "@fullcalendar/scrollgrid": "~6.1.18", "@fullcalendar/timegrid": "~6.1.18", "@fullcalendar/timeline": "~6.1.18" }, "type": "module", "keywords": [ "calendar", "event", "full-sized", "fullcalendar", "scheduler", "resource" ], "bugs": "https://fullcalendar.io/reporting-bugs", "repository": { "type": "git", "url": "https://github.com/fullcalendar/fullcalendar-workspace.git", "directory": "premium/bundle" }, "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" } } }