@guanghechen/react-hooks
Version:
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "@guanghechen/react-hooks",
"version": "3.0.14",
"description": "Some custom react hooks.",
"author": {
"name": "guanghechen",
"url": "https://github.com/guanghechen/"
},
"repository": {
"type": "git",
"url": "https://github.com/guanghechen/react-kit/tree/@guanghechen/react-hooks@3.0.13",
"directory": "packages/react-hooks"
},
"homepage": "https://github.com/guanghechen/react-kit/tree/@guanghechen/react-hooks@3.0.13/packages/react-hooks#readme",
"keywords": [
"react hooks",
"useDeepCompareCallback",
"useDeepCompareEffect",
"useDeepCompareMemo",
"useEventCallback",
"useInterval",
"usePreviousState"
],
"type": "module",
"exports": {
"types": "./lib/types/index.d.ts",
"require": "./lib/cjs/index.cjs",
"import": "./lib/esm/index.mjs"
},
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.cjs",
"module": "./lib/esm/index.mjs",
"source": "./src/index.ts",
"license": "MIT",
"files": [
"lib/",
"!lib/**/*.map",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"dependencies": {
"@guanghechen/equal": "^1.0.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"gitHead": "e06a1c0f18de912337972d92f094ad5007909ff7"
}