@nikitababko/react-custom-hooks
Version:
Custom react hooks
64 lines (63 loc) • 1.42 kB
JSON
{
"name": "@nikitababko/react-custom-hooks",
"author": {
"name": "Nikita Babko",
"email": "niki.babko@gmail.com"
},
"keywords": [
"react",
"hooks",
"react custom hooks",
"custom"
],
"description": "Custom react hooks",
"license": "MIT",
"version": "1.3.2",
"repository": {
"type": "git",
"url": "https://github.com/nikitababko/react-custom-hooks"
},
"bugs": {
"url": "https://github.com/nikitababko/react-custom-hooks/issues"
},
"homepage": "https://github.com/nikitababko/react-custom-hooks",
"private": false,
"main": "src/hooks/index.js",
"files": [
"src/hooks/*.js"
],
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}