{
  "name": "react-resize-detector",
  "description": "React resize detector",
  "main": "build/index.js",
  "module": "build/index.esm.js",
  "files": [
    "build"
  ],
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maslianok/react-resize-detector.git"
  },
  "scripts": {
    "build": "rollup -c",
    "link": "npm link react react-dom",
    "prerelease": "npm version prerelease --preid=rc"
  },
  "dependencies": {
    "@types/resize-observer-browser": "^0.1.5",
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1",
    "resize-observer-polyfill": "^1.5.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-inject": "^4.0.2",
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@types/lodash": "^4.14.167",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.12.0",
    "@typescript-eslint/parser": "^4.12.0",
    "babel-eslint": "^10.0.3",
    "cross-env": "^7.0.3",
    "eslint": "^7.17.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.22.0",
    "rimraf": "^3.0.0",
    "rollup": "^2.36.1",
    "rollup-plugin-typescript2": "^0.29.0",
    "tslint": "^6.1.3",
    "typescript": "^4.1.3"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0",
    "react-dom": "^16.0.0 || ^17.0.0"
  },
  "author": "Vitalii Maslianok <maslianok@gmail.com> (https://github.com/maslianok)",
  "version": "6.3.3",
  "bugs": {
    "url": "https://github.com/maslianok/react-resize-detector/issues"
  },
  "directories": {
    "example": "example"
  },
  "homepage": "https://github.com/maslianok/react-resize-detector",
  "keywords": [
    "react",
    "resize",
    "detector"
  ],
  "license": "MIT",
  "sideEffects": false,
  "maintainers": [
    {
      "name": "Vitalii Maslianok",
      "email": "maslianok@gmail.com"
    }
  ],
  "contributors": [
    {
      "name": "James J. Womack (@james_womack)"
    },
    {
      "name": "Lam Hieu",
      "email": "lamhieu.vk@gmail.com",
      "url": "https://lamhieu.info"
    }
  ]
}
