UNPKG

react-scoll

Version:

infinite scroller, record scroll position, like twitter's timeline

48 lines (47 loc) 1.25 kB
{ "name": "react-scoll", "version": "1.1.0", "description": "infinite scroller, record scroll position, like twitter's timeline", "main": "dist/react-roll.js", "module": "dist/react-roll.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/fagougou/react-roll.git" }, "keywords": [ "react", "scroller", "scroll", "infinite" ], "author": "boomyao", "license": "ISC", "bugs": { "url": "https://github.com/fagougou/react-roll/issues" }, "homepage": "https://github.com/fagougou/react-roll#readme", "dependencies": {}, "devDependencies": { "@types/react": "^16.9.16", "@typescript-eslint/eslint-plugin": "^2.12.0", "@typescript-eslint/parser": "^2.12.0", "eslint": "^6.7.2", "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.19.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.17.0", "eslint-plugin-react-hooks": "^1.7.0", "react": "^16.12.0", "rollup": "^1.27.13", "rollup-plugin-typescript2": "^0.25.3", "typescript": "^3.7.3" } }