@gravitywelluk/react-hooks
Version:
Library of commonly used React hooks
52 lines • 1.19 kB
JSON
{
"name": "@gravitywelluk/react-hooks",
"version": "1.1.0",
"description": "Library of commonly used React hooks",
"keywords": [
"gravitywell",
"gravitywelluk",
"react-hooks",
"react",
"hooks"
],
"author": "Luke Baker <luke.baker@live.com>",
"homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/frontend/react-hooks",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GravitywellUK/packages.git"
},
"scripts": {
"build": "tsc -b",
"release": "yarn npm publish && npm-slack $SLACK_WEBHOOK_URL"
},
"bugs": {
"url": "https://github.com/GravitywellUK/packages/issues"
},
"dependencies": {
"@gravitywelluk/debug": "^1.0.29"
},
"devDependencies": {
"@gravitywelluk/npm-slack": "1.0.0",
"@types/react": "^17.0.18"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-dom": ">=16.13.1"
}
}