use-array-state
Version:
Provides a reducer to simplify handling of mutations to array state
53 lines (52 loc) • 1.17 kB
JSON
{
"name": "use-array-state",
"description": "Provides a reducer to simplify handling of mutations to array state",
"version": "1.0.2",
"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",
"useArrayState",
"useReducer"
],
"files": [
"dist-*/",
"assets/",
"bin/"
],
"repository": {
"type": "git",
"url": "https://github.com/azmenak/use-array-state"
},
"dependencies": {
"typesafe-actions": "^3.2.1"
},
"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"
}
}