{
  "name": "@fullcalendar/vue3",
  "version": "5.11.4",
  "title": "FullCalendar Vue 3 Component",
  "description": "An official FullCalendar component for Vue 3",
  "keywords": [
    "vue",
    "calendar",
    "fullcalendar"
  ],
  "docs": "https://fullcalendar.io/docs/vue",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar-vue.git"
  },
  "scripts": {
    "tsc": "tsc -p tsconfig.json",
    "clean": "rm -rf dist tmp",
    "watch": "tsc -p tsconfig.json --watch",
    "build": "tsc -p tsconfig.json && rollup -c && npm run minify",
    "minify": "terser --compress --mangle --comments false --output dist/main.global.min.js -- dist/main.global.js",
    "test": "wtr --watch",
    "test:ci": "wtr",
    "ci": "./scripts/ci.sh"
  },
  "dependencies": {
    "@fullcalendar/core": "~5.11.4",
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "vue": "^3.0.11"
  },
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.8.4",
    "@babel/runtime": "^7.12.1",
    "@esm-bundle/chai": "^4.3.4",
    "@fullcalendar/daygrid": "~5.11.4",
    "@rollup/plugin-alias": "^3.1.2",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "@rollup/plugin-replace": "^2.4.2",
    "@types/estree": "^0.0.45",
    "@types/node": "14.10.0",
    "@vue/compiler-dom": "^3.0.11",
    "@vue/compiler-sfc": "^3.0.11",
    "@vue/test-utils": "next",
    "@web/dev-server-rollup": "^0.3.4",
    "@web/test-runner": "^0.13.5",
    "postcss": "^8.3.0",
    "rollup": "^2.21.0",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-vue": "next",
    "source-map-loader": "^1.1.1",
    "terser": "^4.8.0",
    "typescript": "^4.0.5",
    "vue": "^3.0.11",
    "vue-i18n": "next"
  },
  "main": "dist/main.cjs.js",
  "module": "dist/main.js",
  "types": "dist/main.d.ts",
  "jsdelivr": "dist/main.global.min.js",
  "files": [
    "dist",
    "src"
  ]
}