hooks-for-redux
Version:
All the power of Redux in half the code.
37 lines (36 loc) • 864 B
JSON
{
"name": "hooks-for-redux",
"dependencies": {
"@types/react-redux": "^7.1.5",
"react-redux": "^7.1.1",
"redux": "^4.0.4"
},
"scripts": {
"test": "react-scripts test"
},
"devDependencies": {
"hooks-for-redux": "file:.",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.1",
"react-test-renderer": "^17.0.2"
},
"keywords": [
"react",
"h4r",
"redux",
"hooks",
"DRY",
"boilerplate"
],
"author": "Shane Brinkman-Davis Delamore, GenUI",
"bugs": "https://github.com/generalui/hooks-for-redux/issues",
"homepage": "https://github.com/generalui/hooks-for-redux",
"description": "All the power of Redux in half the code.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/generalui/hooks-for-redux.git"
},
"version": "2.2.1"
}