UNPKG

@xiaoluxiaolu/react-scrollload

Version:

react function component,achieve scrollload through IntersectionObserver

42 lines (41 loc) 1.18 kB
{ "name": "@xiaoluxiaolu/react-scrollload", "version": "1.0.9", "description": "react function component,achieve scrollload through IntersectionObserver", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npx webpack serve --mode development", "transpile": "babel src -d dist --copy-files" }, "repository": { "type": "git", "url": "git+https://github.com/hfutpath/react-scrollload.git" }, "keywords": [ "react", "scrollload", "IntersectionObserver" ], "author": "trail", "license": "MIT", "bugs": { "url": "https://github.com/hfutpath/react-scrollload/issues" }, "homepage": "https://github.com/hfutpath/react-scrollload#readme", "devDependencies": { "@babel/cli": "^7.13.14", "@babel/core": "^7.13.15", "@babel/preset-env": "^7.13.15", "@babel/preset-react": "^7.13.13", "babel-loader": "^8.2.2", "css-loader": "^5.2.2", "html-webpack-plugin": "^5.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "style-loader": "^2.0.0", "webpack": "^5.33.2", "webpack-cli": "^4.6.0", "webpack-dev-server": "^3.11.2" } }