react-infinite-scroll-hook
Version:
A simple hook to create infinite scroll components
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "react-infinite-scroll-hook",
"version": "2.0.0",
"description": "A simple hook to create infinite scroll components",
"author": "Onur Onder",
"homepage": "https://onderonur.github.io/react-infinite-scroll-hook/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/onderonur/react-infinite-scroll-hook.git"
},
"bugs": {
"url": "https://github.com/onderonur/react-infinite-scroll-hook/issues"
},
"keywords": [
"react",
"react-hooks",
"infinite-scroll",
"react-component"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "./index.d.ts",
"files": [
"css",
"es",
"lib",
"umd",
"index.d.ts"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"predeploy": "npm run clean && npm run build",
"deploy": "npm run predeploy && gh-pages -d demo/dist"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"gh-pages": "^2.0.1",
"nwb": "0.23.x",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.3.1"
}
}