{
  "name": "react-animation",
  "version": "1.2.2",
  "description": "Helpful animation components for adding movement to your React components",
  "main": "dist/react-animation.js",
  "files": [
    "react-animation.js",
    "keyframes.css"
  ],
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "start": "webpack-dev-server --mode development",
    "prebuild": "rm -rf ./dist",
    "build": "webpack --config webpack.dist.config.js",
    "dev": "npm start",
    "deploy": "gh-pages -d examples/dist",
    "build-demo": "webpack",
    "publish-demo": "npm run build && npm run build-demo && npm run deploy",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nearform/react-animation.git"
  },
  "keywords": [
    "react",
    "animation",
    "keyframes",
    "timing-functions"
  ],
  "author": "NearForm",
  "license": "Apache-2.0",
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "bugs": {
    "url": "https://github.com/nearform/react-animation/issues"
  },
  "homepage": "https://github.com/nearform/react-animation#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "copy-webpack-plugin": "^4.6.0",
    "css-loader": "^2.1.0",
    "enzyme": "^3.8.0",
    "enzyme-adapter-react-16": "^1.7.1",
    "eslint": "^5.12.0",
    "eslint-config-prettier": "^3.5.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-config-standard-react": "^7.0.2",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.3",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-react-hooks": "0.0.0",
    "eslint-plugin-standard": "^4.0.0",
    "file-loader": "^3.0.1",
    "gh-pages": "^2.0.1",
    "html-webpack-plugin": "^3.2.0",
    "identity-obj-proxy": "^3.0.0",
    "image-webpack-loader": "^5.0.0",
    "jest": "^23.6.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "react-lazyload": "^2.3.0",
    "react-test-renderer": "^16.7.0",
    "style-loader": "^0.23.1",
    "styled-components": "^4.3.2",
    "url-loader": "^1.1.2",
    "webpack": "^4.28.4",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.14",
    "webpack-merge": "^4.2.1"
  },
  "dependencies": {
    "regenerator-runtime": "^0.13.1",
    "react-transition-group": "^2.7.0"
  }
}
