UNPKG

use-async-reducer

Version:

Provides a reducer to simplify handling of async actions

53 lines (52 loc) 1.16 kB
{ "name": "use-async-reducer", "description": "Provides a reducer to simplify handling of async actions", "version": "1.4.0", "license": "MIT", "source": "dist-src/index.js", "types": "dist-types/index.d.ts", "main": "dist-node/index.js", "module": "dist-web/index.js", "pika": true, "sideEffects": false, "keywords": [ "react", "hook", "hooks", "async", "reducer", "typescript", "esm", "pika", "useAsyncReducer", "useReducer" ], "files": [ "dist-*/", "assets/", "bin/" ], "repository": { "type": "git", "url": "https://github.com/azmenak/use-async-reducer" }, "dependencies": { "typesafe-actions": "^3.4.0" }, "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "@pika/plugin-build-node": "^0.3.14", "@pika/plugin-build-web": "^0.3.14", "@pika/plugin-ts-standard-pkg": "^0.3.14", "@types/jest": "^24.0.11", "@types/react": "^16.8.8", "jest": "^24.5.0", "react": "^16.8.3", "react-dom": "^16.8.4", "react-hooks-testing-library": "^0.3.7", "ts-jest": "^24.0.0", "typescript": "^3.3.3333" } }