react-blazing-infinity-scroll
Version:
React component that supports infinity scroll aiming blazing speed
54 lines (53 loc) • 1.48 kB
JSON
{
"name": "react-blazing-infinity-scroll",
"version": "1.0.19",
"description": "React component that supports infinity scroll aiming blazing speed",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start:dev": "webpack-dev-server",
"build:prod": "rm -rf lib && webpack --config webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TylorShin/react-blazing-infinity-scroll.git"
},
"keywords": [
"react",
"infinite",
"infinity",
"scroll",
"infinite-scroll",
"typescript"
],
"author": "Tylor Shin",
"license": "MIT",
"bugs": {
"url": "https://github.com/TylorShin/react-blazing-infinity-scroll/issues"
},
"homepage": "https://github.com/TylorShin/react-blazing-infinity-scroll#readme",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^16.7.6",
"@types/react-dom": "^16.0.9",
"@types/request": "^2.48.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"axios": "^0.18.0",
"css-loader": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.0",
"typescript": "^3.1.6",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}