UNPKG

react-debounce-hook

Version:

A react hook for using a debouncing an input with state variables In react.

41 lines (40 loc) 992 B
{ "name": "react-debounce-hook", "version": "1.1.19", "description": "A react hook for using a debouncing an input with state variables In react.", "scripts": { "build:prod": "yarn run webpack --env.mode production", "build:dev": "yarn run webpack --env.mode development" }, "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "git@github.com:logzio/use-debounce.git", "author": "Amir Tugendhaft <Amir.Tugi@gmail.com>", "keywords": [ "react", "hooks", "hook", "react-hook", "react-hooks", "debounce", "useDebounce", "debounce-hook", "react-debounce" ], "contributors": [ "Eden Turgeman <Edmx0.et@gmail.com>" ], "license": "Apache-2.0", "private": false, "peerDependencies": { "react": "^16.8.1" }, "devDependencies": { "react": "^16.8.1", "@types/react": "^16.8.1", "ts-loader": "^6.0.4", "typescript": "^3.5.3", "webpack": "^4.39.1", "webpack-cli": "^3.3.6" } }