{
  "_from": "react-use@^8.3.1",
  "_id": "react-use@8.4.0",
  "_inBundle": false,
  "_integrity": "sha512-oht/WBmkjMoRnlWMKxWs5mldu1xOln+4NBmT94WwJdW7caopY+eDYk2NyPhfKj8Fj9ggLkBMA9vaRDbvNpuC6A==",
  "_location": "/react-use",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-use@^8.3.1",
    "name": "react-use",
    "escapedName": "react-use",
    "rawSpec": "^8.3.1",
    "saveSpec": null,
    "fetchSpec": "^8.3.1"
  },
  "_requiredBy": [
    "/react-spring-modal"
  ],
  "_resolved": "https://registry.npmjs.org/react-use/-/react-use-8.4.0.tgz",
  "_shasum": "9c674d8732b6d27db3c65e507390857a321a8801",
  "_spec": "react-use@^8.3.1",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com/node_modules/react-spring-modal",
  "author": {
    "name": "@streamich"
  },
  "bugs": {
    "url": "https://github.com/streamich/react-use/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "git-cz"
    }
  },
  "dependencies": {
    "copy-to-clipboard": "^3.1.0",
    "nano-css": "^5.1.0",
    "react-fast-compare": "^2.0.4",
    "react-wait": "^0.3.0",
    "screenfull": "^4.1.0",
    "throttle-debounce": "^2.0.1",
    "ts-easing": "^0.2.0"
  },
  "deprecated": false,
  "description": "Collection of React Hooks",
  "devDependencies": {
    "@babel/core": "7.4.4",
    "@babel/preset-env": "7.4.4",
    "@babel/preset-react": "7.0.0",
    "@babel/preset-typescript": "7.3.3",
    "@semantic-release/changelog": "3.0.2",
    "@semantic-release/git": "7.0.8",
    "@semantic-release/npm": "5.1.4",
    "@storybook/addon-actions": "5.0.11",
    "@storybook/addon-knobs": "5.0.11",
    "@storybook/addon-notes": "5.0.11",
    "@storybook/addon-options": "5.0.11",
    "@storybook/react": "5.0.11",
    "@types/jest": "24.0.12",
    "@types/react": "16.8.16",
    "babel-core": "6.26.3",
    "babel-loader": "8.0.5",
    "fork-ts-checker-webpack-plugin": "1.3.0",
    "gh-pages": "2.0.1",
    "husky": "1.3.1",
    "jest": "24.8.0",
    "keyboardjs": "2.5.1",
    "lint-staged": "8.1.6",
    "markdown-loader": "5.0.0",
    "prettier": "1.17.0",
    "react": "16.8.4",
    "react-dom": "16.8.4",
    "react-hooks-testing-library": "0.4.1",
    "react-spring": "6.1.10",
    "rebound": "0.1.0",
    "rimraf": "2.6.3",
    "rxjs": "6.5.1",
    "semantic-release": "15.13.3",
    "ts-loader": "5.4.5",
    "ts-node": "8.1.0",
    "tslint": "5.16.0",
    "tslint-config-prettier": "1.18.0",
    "tslint-eslint-rules": "5.4.0",
    "tslint-plugin-prettier": "2.0.1",
    "tslint-react": "4.0.0",
    "typescript": "3.4.5"
  },
  "files": [
    "lib/",
    "esm/"
  ],
  "homepage": "https://github.com/streamich/react-use#readme",
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint:types && lint-staged"
    }
  },
  "license": "Unlicense",
  "lint-staged": {
    "src/**/*.{ts,tsx}": [
      "tslint --fix -t verbose",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "module": "esm/index.js",
  "name": "react-use",
  "peerDependencies": {
    "keyboardjs": "*",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "rebound": "*"
  },
  "release": {
    "branches": [
      "master",
      {
        "name": "next",
        "prerelease": "rc"
      }
    ],
    "verifyConditions": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ],
    "prepare": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streamich/react-use.git"
  },
  "scripts": {
    "build": "yarn build:cjs && yarn build:es",
    "build:cjs": "tsc",
    "build:es": "tsc -m esNext --outDir esm",
    "clean": "rimraf lib storybook-static esm",
    "lint": "tslint 'src/**/*.{ts,tsx}' -t verbose",
    "lint:fix": "yarn lint --fix",
    "lint:types": "tsc --noEmit",
    "release": "semantic-release",
    "start": "yarn storybook",
    "storybook": "start-storybook -p 6008",
    "storybook:build": "build-storybook",
    "storybook:clean": "rimraf storybook-static",
    "storybook:upload": "gh-pages -d storybook-static",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "types": "lib/index.d.ts",
  "typings": "lib/index.d.ts",
  "version": "8.4.0"
}
