{
  "name": "react-render-if-visible",
  "version": "2.1.1",
  "description": "Harness the power of Intersection Observers for simple list virtualization in React",
  "author": "GusRuss89",
  "license": "Apache-2.0",
  "repository": "NightCafeStudio/react-render-if-visible",
  "main": "dist/index.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "build": "rollup -c",
    "start": "rollup -c -w",
    "prettier": "prettier --write ./src",
    "publish": "np"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": ">= 16.8.0 < 19",
    "react-dom": ">= 16.8.0 < 19"
  },
  "devDependencies": {
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.3",
    "@types/requestidlecallback": "^0.3.1",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "prettier": "^2.6.2",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "rollup": "^1.29.0",
    "rollup-plugin-typescript2": "^0.25.3",
    "typescript": "^2.8.3"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "typescript",
    "virtualization",
    "virtualisation",
    "intersectionobserver",
    "performance"
  ]
}
