UNPKG

react-hook-sticky

Version:
46 lines (45 loc) 970 B
{ "name": "react-hook-sticky", "version": "0.4.0", "description": "React hook sticky", "keywords": [ "react", "react-sticky", "sticky-hook", "sticky" ], "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/Ariel-Rodriguez/react-hook-sticky.git" }, "author": "Ariel Fernando Rodriguez", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "eslint": "6.7.0", "eslint-config-prettier": "^6.7.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-react": "7.16.0", "husky": "3.1.0", "prettier": "1.19.1", "pretty-quick": "2.0.1" }, "scripts": { "test": "", "lint:fix": "prettier --write {example,lib}/**/*{.js,.json,.scss}" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 10", "not op_mini all" ], "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } } }