react-redux-restate
Version:
Reform, rewire, restate redux state, or even states
38 lines (37 loc) • 864 B
JSON
{
"name": "react-redux-restate",
"version": "1.3.9",
"description": "Reform, rewire, restate redux state, or even states",
"main": "lib/index.js",
"types": "react-redux-restate.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"redux",
"restate",
"compose",
"tree",
"update",
"isolate",
"lense"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thekashey/restate.git"
},
"author": "Anton Korzunov <thekashey@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-redux": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"hoist-react-statics": "^1.0.1",
"prop-types": "^15.6.0",
"react-display-name": "^0.2.3",
"redux-restate": "^1.3.8",
"shallowequal": "^1.0.2"
}
}