react-scroll-to-top-route
Version:
A reactJS component which scrolls user back to top when navigating between routes
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "react-scroll-to-top-route",
"version": "1.0.4",
"description": "A reactJS component which scrolls user back to top when navigating between routes",
"main": "./build/index.js",
"scripts": {
"test": "jest",
"build": "webpack",
"build:production": "cross-env NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devbytecom/react-scroll-to-top-route.git"
},
"keywords": [
"React",
"Scroll",
"Top",
"Route",
"Javascript"
],
"author": "Dev Byte Limited",
"license": "ISC",
"bugs": {
"url": "https://github.com/devbytecom/react-scroll-to-top-route/issues"
},
"homepage": "https://github.com/devbytecom/react-scroll-to-top-route#readme",
"dependencies": {
"prop-types": "15.6.2",
"react": "16.7.0",
"react-router-dom": "4.3.1"
},
"peerDependencies": {
"react": "16.7.0",
"react-router-dom": "4.3.1"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/node": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.5",
"cross-env": "5.2.0",
"jest": "23.6.0",
"webpack": "4.28.1",
"webpack-cli": "3.2.1"
}
}