UNPKG

@fullcalendar/web-component

Version:
150 lines 5.09 kB
{ "name": "@fullcalendar/web-component", "version": "7.0.2", "title": "FullCalendar Web Component", "description": "Custom Element for FullCalendar", "keywords": [ "calendar", "event", "full-sized", "fullcalendar", "web-component", "custom-element" ], "homepage": "https://fullcalendar.io/docs/web-component", "dependencies": { "@full-ui/headless-calendar": "7.0.2", "@fullcalendar/core": "7.0.2", "preact": "^10.29.0" }, "peerDepencencies": { "temporal-polyfill": "^1.0.1" }, "type": "module", "bugs": "https://fullcalendar.io/reporting-bugs", "repository": { "type": "git", "url": "https://github.com/fullcalendar/fullcalendar.git", "directory": "packages/web-component" }, "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", "unpkg": "./all/global.js", "jsdelivr": "./all/global.js", "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" }, "./global": { "types": "./global.d.ts", "default": "./global.js" }, "./all": { "types": "./all/index.d.ts", "default": "./all/index.js" }, "./skeleton.styles": "./skeleton.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.styles": "./themes/classic/theme.styles.js", "./themes/classic/palette.css": "./themes/classic/palette.css", "./themes/monarch": { "types": "./themes/monarch/index.d.ts", "default": "./themes/monarch/index.js" }, "./themes/monarch/theme.styles": "./themes/monarch/theme.styles.js", "./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.styles": "./themes/breezy/theme.styles.js", "./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.styles": "./themes/forma/theme.styles.js", "./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.styles": "./themes/pulse/theme.styles.js", "./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": [ "./global.js", "./all/global.js", "./skeleton.styles.js", "./locales-all/global.js", "./locales/*/global.js", "./themes/classic/global.js", "./themes/classic/theme.styles.js", "./themes/monarch/global.js", "./themes/monarch/theme.styles.js", "./themes/breezy/global.js", "./themes/breezy/theme.styles.js", "./themes/forma/global.js", "./themes/forma/theme.styles.js", "./themes/pulse/global.js", "./themes/pulse/theme.styles.js", "**/*.css" ] }