{
  "name": "popmotion-react",
  "version": "2.1.1",
  "description":
    "Use physics, animation and input tracking with Popmotion and React",
  "author": "Matt Perry <sirhound@popmotion.io>",
  "homepage": "http://popmotion.io",
  "main": "./lib/index.js",
  "esnext": "./src/index.js",
  "files": ["lib", "src"],
  "repository": {
    "type": "git",
    "url":
      "https://github.com/Popmotion/popmotion/tree/master/packages/popmotion-react/"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "keywords": ["popmotion", "animation", "window", "react", "react animation"],
  "analyze": true,
  "license": "MIT",
  "scripts": {
    "compile": "babel src --out-dir lib"
  },
  "devDependencies": {
    "@storybook/react": "^3.1.7",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.0.20",
    "babel-eslint": "^6.0.2",
    "babel-plugin-root-import": "^5.1.0",
    "babel-plugin-transform-export-extensions": "^6.4.0",
    "babel-plugin-transform-react-constant-elements": "^6.9.1",
    "babel-plugin-transform-react-jsx": "^6.7.5",
    "babel-plugin-transform-react-remove-prop-types": "^0.2.6",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.5.2",
    "babel-preset-es2015": "^6.0.15",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-2": "^6.17.0",
    "babel-register": "^6.3.13",
    "eslint": "^2.7.0",
    "eslint-plugin-flowtype": "^2.30.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jasmine": "2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.0",
    "react": "^15.6.1",
    "react-three-renderer": "^3.1.0",
    "react-transition-group": "^1.2.0",
    "styled-components": "^2.1.1",
    "three": "^0.86.0"
  },
  "peerDependencies": {
    "popmotion": "^8.1.0",
    "react": "^15.5.4",
    "react-dom": "~15.5.3"
  },
  "dependencies": {
    "popmotion": "^8.1.0"
  }
}
