{
  "name": "datocms-plugin-unsplash-asset-source",
  "description": "Search free high-resolution photos on Unsplash, and insert them directly inside of your DatoCMS project",
  "version": "0.1.7",
  "private": false,
  "keywords": [
    "datocms",
    "datocms-plugin",
    "unsplash"
  ],
  "files": [
    "dist",
    "docs"
  ],
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.36",
    "@fortawesome/free-solid-svg-icons": "^5.15.4",
    "@fortawesome/react-fontawesome": "^0.1.16",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "blurhash": "^1.1.4",
    "datocms-plugin-sdk": "^0.3.24",
    "datocms-react-ui": "^0.3.24",
    "react": "^17.0.2",
    "react-blurhash": "^0.1.3",
    "react-dom": "^17.0.2",
    "unsplash-js": "^7.0.15"
  },
  "scripts": {
    "build": "tsc -b && vite build",
    "prepublishOnly": "npm run build",
    "dev": "vite",
    "preview": "vite preview"
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "@vitejs/plugin-react": "^4.3.1",
    "globals": "^15.9.0",
    "typescript": "^5.5.3",
    "vite": "^5.4.1"
  },
  "datoCmsPlugin": {
    "title": "Asset source for Unsplash",
    "previewImage": "docs/demo.mp4",
    "coverImage": "docs/cover.png",
    "entryPoint": "dist/index.html"
  },
  "type": "module"
}
