react-accumulated-hook
Version:
React hook for accumulating data heap with following usage within delayed callback
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "react-accumulated-hook",
"version": "0.1.1",
"description": "React hook for accumulating data heap with following usage within delayed callback",
"author": "AleX83Xpert",
"license": "MIT",
"main": "./dist/index.js",
"files": [
"src",
"dist"
],
"scripts": {
"build": "babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AleX83Xpert/react-accumulated-hook.git"
},
"keywords": [
"react",
"hooks",
"accumulated",
"delta",
"delayed",
"forms"
],
"bugs": {
"url": "https://github.com/AleX83Xpert/react-accumulated-hook/issues"
},
"homepage": "https://github.com/AleX83Xpert/react-accumulated-hook#readme",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.12",
"lodash": "^4.17.21",
"react": "^18.1.0"
},
"dependencies": {
"@babel/preset-env": "^7.17.12",
"@babel/preset-react": "^7.17.12"
}
}