{
  "name": "datocms-plugin-notes",
  "version": "0.1.6",
  "private": false,
  "description": "Add Post-it notes to your records",
  "homepage": "https://github.com/datocms/plugins/tree/master/notes#readme",
  "keywords": [
    "datocms",
    "datocms-plugin",
    "sidebar"
  ],
  "files": [
    "docs",
    "dist"
  ],
  "datoCmsPlugin": {
    "title": "Sidebar notes",
    "previewImage": "docs/demo.mp4",
    "coverImage": "docs/cover.png",
    "entryPoint": "dist/index.html",
    "permissions": []
  },
  "dependencies": {
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "datocms-plugin-sdk": "^2.1.1",
    "datocms-react-ui": "^2.1.4",
    "javascript-time-ago": "^2.6.4",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-textarea-autosize": "^8.5.9",
    "react-time-ago": "^7.4.4"
  },
  "scripts": {
    "build": "tsc -b && vite build",
    "prepublishOnly": "npm run build",
    "dev": "vite",
    "preview": "vite preview"
  },
  "devDependencies": {
    "cross-env": "^10.1.0",
    "@vitejs/plugin-react": "^5.1.4",
    "globals": "^17.4.0",
    "typescript": "^5.9.3",
    "vite": "^7.3.1"
  },
  "type": "module",
  "overrides": {
    "datocms-react-ui": {
      "react-intersection-observer": "^9.16.0",
      "react": "$react",
      "react-dom": "$react-dom"
    }
  }
}
