{
  "name": "hippy-recycler-view",
  "version": "4.2.1-1",
  "description": "The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.",
  "main": "dist/reactnative/index.js",
  "types": "dist/reactnative/index.d.ts",
  "scripts": {
    "build": "sh scripts/build.sh",
    "clean": "sh scripts/clean.sh",
    "release": "sh scripts/publish-latest.sh",
    "release-beta": "sh scripts/publish-beta.sh",
    "release-local": "sh scripts/publish-local.sh"
  },
  "keywords": [
    "hippy",
    "recyclerview",
    "listview",
    "60fps",
    "cross-platform",
    "web",
    "hippy-web",
    "performance"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hippy-contrib/hippy-recycler-view"
  },
  "author": "linjinze999 <linjinze999@163.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/hippy-contrib/hippy-recycler-view/issues"
  },
  "homepage": "https://github.com/hippy-contrib/hippy-recycler-view",
  "dependencies": {
    "lodash.debounce": "4.0.8",
    "prop-types": "15.8.1",
    "ts-object-utils": "0.0.5"
  },
  "peerDependencies": {
    "@hippy/react": "2.14.4",
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@hippy/react": "2.14.4",
    "@types/hippy__react": "^2.13.4",
    "@types/lodash.debounce": "4.0.8",
    "@types/prop-types": "15.5.2",
    "@types/react": "17.0.21",
    "@types/resize-observer-browser": "0.1.7",
    "file-directives": "1.4.6",
    "react": "17.0.2",
    "tslint": "5.11.0",
    "typescript": "4.9.5"
  }
}
