{
  "name": "sanity-plugin-graph-tool",
  "version": "1.0.2",
  "main": "package.json",
  "author": "Sanity.io <hello@sanity.io>",
  "license": "MIT",
  "scripts": {
    "build": "babel src -d lib --copy-files",
    "lint": "eslint .",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@sanity/color": "^1.0.0",
    "bezier-easing": "^2.1.0",
    "deep-equal": "^2.0.4",
    "polished": "^4.0.1",
    "react-force-graph": "^1.37.0",
    "uuid": "^8.3.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-react": "^7.10.4",
    "@babel/runtime": "^7.11.2",
    "@sanity/base": "1.150.9-review-changes.1024",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.21.3",
    "eslint-plugin-react-hooks": "^4.1.2",
    "prettier": "^2.1.2",
    "react": "^16.13.1"
  },
  "peerDependencies": {
    "@sanity/base": ">= 1.150.x",
    "@sanity/client": ">= 1.150.x"
  },
  "bugs": {
    "url": "https://github.com/sanity-io/sanity-plugin-graph-tool/issues"
  },
  "homepage": "https://github.com/sanity-io/sanity-plugin-graph-tool#readme"
}
