{
  "name": "@fullcalendar/vue3",
  "version": "7.0.2",
  "title": "FullCalendar Vue 3 Component",
  "description": "The official Vue 3 component for FullCalendar",
  "keywords": [
    "calendar",
    "event",
    "full-sized",
    "fullcalendar",
    "calendar",
    "event",
    "full-sized",
    "fullcalendar",
    "vue",
    "vue3"
  ],
  "homepage": "https://fullcalendar.io/docs/vue",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar-vue.git",
    "directory": "packages/vue3"
  },
  "dependencies": {
    "@full-ui/headless-calendar": "7.0.2",
    "@fullcalendar/core": "7.0.2",
    "preact": "^10.29.0"
  },
  "peerDependencies": {
    "vue": "^3.0.11",
    "temporal-polyfill": "^1.0.1"
  },
  "type": "module",
  "bugs": "https://fullcalendar.io/reporting-bugs",
  "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",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./all": {
      "types": "./all.d.ts",
      "default": "./all.js"
    },
    "./skeleton.css": "./skeleton.css",
    "./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"
    },
    "./locales-all": {
      "types": "./locales-all.d.ts",
      "default": "./locales-all.js"
    },
    "./locales/*": {
      "types": "./locales/locale.d.ts",
      "default": "./locales/*.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.d.ts",
      "default": "./themes/classic.js"
    },
    "./themes/classic/theme.css": "./themes/classic/theme.css",
    "./themes/classic/palette.css": "./themes/classic/palette.css",
    "./themes/monarch": {
      "types": "./themes/monarch.d.ts",
      "default": "./themes/monarch.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.d.ts",
      "default": "./themes/breezy.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.d.ts",
      "default": "./themes/forma.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.d.ts",
      "default": "./themes/pulse.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": [
    "**/*.css"
  ]
}