use-debounced-effect-hook
Version:
useEffect hook from ReactJS debounced!
85 lines (84 loc) • 2.86 kB
JSON
{
"name": "use-debounced-effect-hook",
"version": "1.1.62",
"description": "useEffect hook from ReactJS debounced!",
"author": "pedro-lb",
"license": "MIT",
"repository": "pedro-lb/use-debounced-effect-hook",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx",
"build": "rollup -c",
"copy_publish_files": "cp ../README.md .",
"prepublish": "yarn run build && yarn run copy_publish_files"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@types/jest": "^25.1.2",
"@types/lodash.isequal": "^4.5.5",
"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"gh-pages": "^2.0.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "^3.0.1",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-typescript2": "^0.17.0",
"rollup-plugin-url": "^2.1.0",
"typescript": "^3.7.5"
},
"dependencies": {
"lodash.isequal": "^4.5.0",
"use-debounce": "^3.3.0"
},
"keywords": [
"debounce",
"hook",
"hooks",
"react",
"react-hook",
"use-effect"
]
}