UNPKG

react-router-global-history

Version:
45 lines (44 loc) 1.04 kB
{ "name": "react-router-global-history", "version": "1.1.0", "description": "Access react-router-4 history outside of the component.", "repository": "https://github.com/Tomekmularczyk/react-router-global-history", "main": "lib/index.js", "types": "index.d.ts", "files": [ "lib" ], "scripts": { "build": "webpack --config config/dist.config.js", "dev": "webpack --config config/dist.config.js --progress --colors --watch" }, "keywords": [ "react-router", "rr4", "history", "global", "react" ], "author": "Tomasz Mularczyk", "license": "ISC", "devDependencies": { "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3", "babel-loader": "^8.0.6", "react": "^16.12.0", "react-router": "^5.1.0", "webpack": "^4.41.5", "webpack-cli": "^3.3.10" }, "peerDependencies": { "react": "^16.x", "react-router": "^4.x" }, "babel": { "presets": [ "@babel/preset-react", "@babel/env" ] } }