{
  "name": "datocms-plugin-content-calendar",
  "description": "Explore your editorial calendar, right inside DatoCMS",
  "homepage": "https://github.com/datocms/plugins/tree/master/content-calendar#readme",
  "version": "2.2.3",
  "keywords": [
    "datocms",
    "datocms-plugin"
  ],
  "files": [
    "dist",
    "docs"
  ],
  "dependencies": {
    "@datocms/cma-client": "^5.3.0",
    "@fortawesome/fontawesome-svg-core": "^7.2.0",
    "@fortawesome/free-solid-svg-icons": "^7.2.0",
    "@fortawesome/react-fontawesome": "^3.3.0",
    "classnames": "^2.5.1",
    "color-hash": "^2.0.2",
    "date-fns": "^4.1.0",
    "datocms-plugin-sdk": "2.2.1",
    "datocms-react-ui": "2.2.1",
    "lodash-es": "^4.17.23",
    "react": "^19.2.4",
    "react-dom": "^19.2.4"
  },
  "scripts": {
    "build": "tsc -b && vite build",
    "prepublishOnly": "npm run build",
    "dev": "vite",
    "preview": "vite preview"
  },
  "devDependencies": {
    "@types/color-hash": "^2.0.0",
    "@types/lodash-es": "^4.17.12",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.2.0",
    "cross-env": "^10.1.0",
    "globals": "^17.4.0",
    "typescript": "^5.9.3",
    "vite": "^7.3.1"
  },
  "datoCmsPlugin": {
    "title": "Content Calendar",
    "previewImage": "docs/demo.mp4",
    "coverImage": "docs/cover.png",
    "entryPoint": "dist/index.html",
    "permissions": [
      "currentUserAccessToken"
    ]
  },
  "type": "module",
  "overrides": {
    "datocms-react-ui": {
      "react-intersection-observer": "^9.16.0",
      "react": "$react",
      "react-dom": "$react-dom"
    }
  }
}
