state-hooks
Version:
Essential set of React Hooks for convenient state management.
36 lines (35 loc) • 742 B
JSON
{
"name": "state-hooks",
"description": "Essential set of React Hooks for convenient state management.",
"version": "3.0.1",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"keywords": [
"react",
"hooks",
"react-hooks",
"essential",
"state-management"
],
"repository": {
"type": "git",
"url": "https://github.com/kripod/react-hooks.git",
"directory": "packages/state-hooks"
},
"dependencies": {},
"peerDependencies": {
"react": ">=16.8"
},
"devDependencies": {
"typescript": "^3.9.3"
},
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}