UNPKG

throttle-hooks

Version:

Convenient React useDebounce and useThrottle hooks for a clean code.

53 lines (52 loc) 1.22 kB
{ "name": "throttle-hooks", "version": "1.1.0", "description": "Convenient React useDebounce and useThrottle hooks for a clean code.", "type": "module", "main": "build/index.js", "module": "build/index.mjs", "scripts": { "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/MarkKhramko/throttle-hooks.git" }, "author": "Mark Khramko <markkhramko@gmail.com>", "license": "MIT", "private": false, "bugs": { "url": "https://github.com/MarkKhramko/throttle-hooks/issues" }, "homepage": "https://github.com/MarkKhramko/throttle-hooks#readme", "peerDependencies": { "react": ">= 16.8.0" }, "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "react": "^16.8.0", "rollup": "^4.24.3", "rollup-plugin-sass": "^1.14.0", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.6.3" }, "files": [ "build" ], "source": [ "src" ], "keywords": [ "debounce", "debounce-react", "debounce-hook", "useDebounce", "useThrottle", "throttle-react", "throttle-hook", "react" ] }