{
  "name": "sanity-plugin-dashboard-widget-feed",
  "version": "0.1.4",
  "description": "A plugin for Sanity dashboard to render a feed of content.",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src -d lib --copy-files",
    "prepublishOnly": "npm run build",
    "lint": "eslint ./src",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "sanity",
    "schema",
    "dashboard",
    "feed"
  ],
  "author": "Alan Reader <opensource@readeral.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/readeral/sanity-plugin-dashboard-widget-feed.git"
  },
  "bugs": {
    "url": "https://github.com/readeral/sanity-plugin-dashboard-widget-feed/issues"
  },
  "homepage": "https://github.com/readeral/sanity-plugin-dashboard-widget-feed",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/plugin-transform-react-jsx": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-config-sanity": "^0.147.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-react": "^7.18.3",
    "prettier": "^1.19.1"
  },
  "peerDependencies": {
    "prop-types": "^15.6 || ^16",
    "react": "^16.8.0"
  },
  "dependencies": {
    "@sanity/base": "^0.147.8",
    "@sanity/client": "^0.147.3",
    "@sanity/image-url": "^0.140.17",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-icons": "^3.9.0",
    "react-player": "^1.15.2"
  }
}
