Repository URL to install this package:
|
Version:
1.1.5 ▾
|
@kv/react-hooks
/
package.json
|
|---|
{
"name": "@kv/react-hooks",
"version": "1.1.5",
"description": "A collection of generic React hooks",
"license": "MIT",
"author": {
"name": "Wes Moberly",
"email": "wmoberly@kinetic-vision.com",
"url": "https://kinetic-vision.com"
},
"main": "lib/index.js",
"scripts": {
"build": "tsc"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"lodash": "^4.17.21",
"ramda": "^0.27.1",
"~": "link:./src"
},
"devDependencies": {
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.12",
"@types/ramda": "^0.27.60",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.6"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"gitHead": "25950ed9f1d63dc0ae62e4b89701d3db21f8129a"
}