54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "react-router-redux",
|
||
|
|
"version": "5.0.0-alpha.9",
|
||
|
|
"description": "Redux bindings for React Router",
|
||
|
|
"repository": "ReactTraining/react-router",
|
||
|
|
"license": "MIT",
|
||
|
|
"authors": [
|
||
|
|
"Tim Dorr"
|
||
|
|
],
|
||
|
|
"files": [
|
||
|
|
"ConnectedRouter.js",
|
||
|
|
"actions.js",
|
||
|
|
"es",
|
||
|
|
"index.js",
|
||
|
|
"selectors.js",
|
||
|
|
"middleware.js",
|
||
|
|
"reducer.js",
|
||
|
|
"umd"
|
||
|
|
],
|
||
|
|
"main": "index.js",
|
||
|
|
"module": "es/index.js",
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": ">=15"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"history": "^4.7.2",
|
||
|
|
"prop-types": "^15.6.0",
|
||
|
|
"react-router": "^4.2.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"babel-cli": "^6.26.0",
|
||
|
|
"babel-core": "^6.21.0",
|
||
|
|
"babel-eslint": "^8.0.1",
|
||
|
|
"babel-jest": "^21.2.0",
|
||
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
|
||
|
|
"babel-preset-es2015": "^6.14.0",
|
||
|
|
"babel-preset-react": "^6.5.0",
|
||
|
|
"babel-preset-stage-1": "^6.5.0",
|
||
|
|
"eslint": "^4.9.0",
|
||
|
|
"eslint-plugin-import": "^2.2.0",
|
||
|
|
"eslint-plugin-react": "^7.4.0",
|
||
|
|
"gzip-size": "^4.0.0",
|
||
|
|
"jest": "^21.2.1",
|
||
|
|
"pretty-bytes": "^4.0.2",
|
||
|
|
"react": "^16.0.0",
|
||
|
|
"react-dom": "^16.0.0",
|
||
|
|
"react-redux": "^5.0.6",
|
||
|
|
"react-test-renderer": "^16.1.0",
|
||
|
|
"redux": "^3.6.0",
|
||
|
|
"rollup": "^0.50.0",
|
||
|
|
"rollup-plugin-babel": "^3.0.2",
|
||
|
|
"rollup-plugin-uglify": "^2.0.1"
|
||
|
|
}
|
||
|
|
}
|