{
  "name": "datocms-plugin-web-previews",
  "homepage": "https://github.com/datocms/plugins/tree/master/web-previews#readme",
  "description": "Add a Visual tab for full-screen side-by-side editing with click-to-edit overlays, preview links in the record sidebar, and inline iframe previews with viewport presets",
  "version": "1.0.39",
  "author": "DatoCMS <support@datocms.com>",
  "license": "GPLv3",
  "files": [
    "docs",
    "dist"
  ],
  "keywords": [
    "datocms",
    "datocms-plugin",
    "sidebar",
    "preview",
    "links"
  ],
  "private": false,
  "datoCmsPlugin": {
    "title": "Web Previews",
    "previewImage": "docs/video.mp4",
    "coverImage": "docs/cover.png",
    "entryPoint": "dist/index.html"
  },
  "dependencies": {
    "@floating-ui/react": "^0.27.19",
    "@fortawesome/free-solid-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.6",
    "@types/lodash-es": "^4.17.12",
    "cuid": "^3.0.0",
    "datocms-plugin-sdk": "2.2.1",
    "datocms-react-ui": "2.2.1",
    "final-form": "^4.20.10",
    "final-form-arrays": "^3.1.0",
    "lodash-es": "^4.17.23",
    "penpal": "^4.1.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-final-form": "^6.5.9",
    "react-final-form-arrays": "^3.1.4",
    "react-merge-refs": "^3.0.2",
    "use-deep-compare": "1.1.0",
    "usehooks-ts": "^2.16.0"
  },
  "scripts": {
    "build": "tsc -b && vite build",
    "prepublishOnly": "npm run build",
    "dev": "vite --port 3000",
    "preview": "vite preview",
    "format": "biome check --write --unsafe ./src",
    "typecheck": "tsc -b"
  },
  "devDependencies": {
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "@vitejs/plugin-react": "^5.2.0",
    "cross-env": "^7.0.3",
    "globals": "^15.15.0",
    "typescript": "^5.9.3",
    "vite": "^7.3.1"
  },
  "type": "module"
}
