UNPKG

react-scroll-into-view

Version:

Simple React element that when clicked scrolls to any element on page

41 lines (40 loc) 1.18 kB
{ "name": "react-scroll-into-view", "version": "1.3.2", "description": "Simple React element that when clicked scrolls to any element on page", "main": "dist/index.js", "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:dominikbulaj/react-scroll-into-view.git" }, "keywords": [ "react", "scroll" ], "author": "Dominik Bułaj <dominik@bulaj.com>", "license": "MIT", "bugs": { "url": "https://github.com/dominikbulaj/react-scroll-into-view/issues" }, "homepage": "https://github.com/dominikbulaj/react-scroll-into-view#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-es2015-rollup": "^3.0.0", "prop-types": "^15.6.1", "recompose": "^0.26.0", "rollup": "^0.57.1", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^9.1.0", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-uglify": "^3.0.0" }, "peerDependencies": { "react": "^16.0.0" } }