{
  "name": "redux-query-react",
  "version": "3.6.1-rc.2",
  "description": "The React interface for integrating with redux-query",
  "homepage": "https://github.com/amplitude/redux-query",
  "main": "dist/commonjs/index.js",
  "module": "dist/es/index.js",
  "jsnext:main": "dist/es/index.js",
  "scripts": {
    "build:commonjs": "cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs --ignore test/",
    "build:es": "cross-env NODE_ENV=production cross-env BABEL_ENV=es babel src --out-dir dist/es --ignore test/",
    "build:umd": "cross-env NODE_ENV=production webpack --config webpack.config.js --bail",
    "build:flow": "cp flow-template dist/commonjs/index.js.flow && cp flow-template dist/es/index.js.flow",
    "build": "yarn clean && yarn run build:commonjs && yarn run build:es && yarn run build:umd && yarn run build:flow",
    "clean": "rimraf dist",
    "lint": "eslint src test --fix",
    "prepublish": "yarn build",
    "test": "jest"
  },
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/amplitude/redux-query.git"
  },
  "keywords": [
    "redux-query",
    "redux",
    "react",
    "query",
    "fetch",
    "REST"
  ],
  "author": "Ryan Ashcraft <ryan@amplitude.com>",
  "license": "MIT",
  "dependencies": {
    "hoist-non-react-statics": "^3.3.0"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-redux": "7.1.0",
    "redux-query": "^3.0.0-alpha.10"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@testing-library/react": "^8.0.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.8.0",
    "babel-loader": "^8.0.2",
    "cross-env": "^1.0.7",
    "eslint": "^5.11.1",
    "eslint-plugin-flowtype": "^3.10.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-react": "^7.11.1",
    "eslint-plugin-react-hooks": "^1.6.0",
    "flow-bin": "^0.100.0",
    "gh-pages": "^0.12.0",
    "jest": "^25.0.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-hooks-testing-library": "^0.5.1",
    "react-redux": "7.1.0",
    "react-test-renderer": "^16.8.6",
    "redux": "^4.0.1",
    "redux-query": "^3.6.1",
    "rimraf": "^2.4.3",
    "terser-webpack-plugin": "^1.3.0",
    "webpack": "^4.19.0",
    "webpack-cli": "^3.1.0"
  },
  "resolutions": {
    "**/qs": "6.9.7"
  },
  "jest": {
    "transform": {
      "^.+\\.js$": "babel-jest"
    }
  },
  "gitHead": "5d599c99447938cf4a93a35bc3711bd59af96965"
}
