UNPKG

fullcalendar

Version:

FullCalendar Vanilla JS package for rendering a calendar

154 lines 5.12 kB
{ "name": "fullcalendar", "version": "7.0.2", "title": "FullCalendar (Vanilla JS)", "description": "FullCalendar Vanilla JS package for rendering a calendar", "dependencies": { "@full-ui/headless-calendar": "7.0.2", "@fullcalendar/core": "7.0.2", "preact": "^10.29.0" }, "peerDependencies": { "temporal-polyfill": "^1.0.1" }, "type": "module", "keywords": [ "calendar", "event", "full-sized", "fullcalendar" ], "homepage": "https://fullcalendar.io", "bugs": "https://fullcalendar.io/reporting-bugs", "repository": { "type": "git", "url": "https://github.com/fullcalendar/fullcalendar.git", "directory": "packages/vanilla" }, "license": "MIT", "author": { "name": "Adam Shaw", "email": "arshaw@arshaw.com", "url": "http://arshaw.com/" }, "copyright": "2026 Adam Shaw", "types": "./index.d.ts", "main": "./index.js", "style": "./skeleton.css", "unpkg": "./all/global.js", "jsdelivr": "./all/global.js", "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" }, "./all": { "types": "./all/index.d.ts", "default": "./all/index.js" }, "./skeleton.css": "./skeleton.css", "./public-components": { "types": "./public-components.d.ts", "default": "./public-components.js" }, "./public-api": { "types": "./public-api.d.ts", "default": "./public-api.js" }, "./protected-api": { "types": "./protected-api.d.ts", "default": "./protected-api.js" }, "./protected-styles": { "types": "./protected-styles.d.ts", "default": "./protected-styles.js" }, "./preact": { "types": "./preact.d.ts", "default": "./preact.js" }, "./locales-all": { "types": "./locales-all/index.d.ts", "default": "./locales-all/index.js" }, "./locales/*": { "types": "./locales/*/index.d.ts", "default": "./locales/*/index.js" }, "./interaction": { "types": "./interaction.d.ts", "default": "./interaction.js" }, "./daygrid": { "types": "./daygrid.d.ts", "default": "./daygrid.js" }, "./timegrid": { "types": "./timegrid.d.ts", "default": "./timegrid.js" }, "./multimonth": { "types": "./multimonth.d.ts", "default": "./multimonth.js" }, "./list": { "types": "./list.d.ts", "default": "./list.js" }, "./themes/classic": { "types": "./themes/classic/index.d.ts", "default": "./themes/classic/index.js" }, "./themes/classic/theme.css": "./themes/classic/theme.css", "./themes/classic/palette.css": "./themes/classic/palette.css", "./themes/monarch": { "types": "./themes/monarch/index.d.ts", "default": "./themes/monarch/index.js" }, "./themes/monarch/theme.css": "./themes/monarch/theme.css", "./themes/monarch/palettes/blue.css": "./themes/monarch/palettes/blue.css", "./themes/monarch/palettes/green.css": "./themes/monarch/palettes/green.css", "./themes/monarch/palettes/purple.css": "./themes/monarch/palettes/purple.css", "./themes/monarch/palettes/red.css": "./themes/monarch/palettes/red.css", "./themes/monarch/palettes/yellow.css": "./themes/monarch/palettes/yellow.css", "./themes/breezy": { "types": "./themes/breezy/index.d.ts", "default": "./themes/breezy/index.js" }, "./themes/breezy/theme.css": "./themes/breezy/theme.css", "./themes/breezy/palettes/amber.css": "./themes/breezy/palettes/amber.css", "./themes/breezy/palettes/emerald.css": "./themes/breezy/palettes/emerald.css", "./themes/breezy/palettes/indigo.css": "./themes/breezy/palettes/indigo.css", "./themes/breezy/palettes/rose.css": "./themes/breezy/palettes/rose.css", "./themes/forma": { "types": "./themes/forma/index.d.ts", "default": "./themes/forma/index.js" }, "./themes/forma/theme.css": "./themes/forma/theme.css", "./themes/forma/palettes/blue.css": "./themes/forma/palettes/blue.css", "./themes/forma/palettes/green.css": "./themes/forma/palettes/green.css", "./themes/forma/palettes/purple.css": "./themes/forma/palettes/purple.css", "./themes/forma/palettes/red.css": "./themes/forma/palettes/red.css", "./themes/pulse": { "types": "./themes/pulse/index.d.ts", "default": "./themes/pulse/index.js" }, "./themes/pulse/theme.css": "./themes/pulse/theme.css", "./themes/pulse/palettes/blue.css": "./themes/pulse/palettes/blue.css", "./themes/pulse/palettes/green.css": "./themes/pulse/palettes/green.css", "./themes/pulse/palettes/purple.css": "./themes/pulse/palettes/purple.css", "./themes/pulse/palettes/red.css": "./themes/pulse/palettes/red.css" }, "sideEffects": [ "./all/global.js", "./locales-all/global.js", "./locales/*/global.js", "./themes/classic/global.js", "./themes/monarch/global.js", "./themes/breezy/global.js", "./themes/forma/global.js", "./themes/pulse/global.js", "**/*.css" ] }