use-root-reducer
Version:
a helper to create and maintain a global state without redux. (based on react hook)
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "use-root-reducer",
"version": "1.0.1",
"description": "a helper to create and maintain a global state without redux. (based on react hook)",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"devDependencies": {
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^24.0.22",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"father": "^2.24.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-test-renderer": "^16.11.0"
},
"peerDependencies": {
"react": "^16.11.0"
},
"scripts": {
"build": "father build",
"test": "father test",
"ci": "father test --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahungrynoob/use-root-reducer.git"
},
"keywords": [
"react",
"hook",
"useContext",
"useState"
],
"author": "ahungrynoob",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahungrynoob/use-root-reducer/issues"
},
"homepage": "https://github.com/ahungrynoob/use-root-reducer#readme"
}