@anb98/react-hooks
Version:
Custom hooks for react
50 lines (49 loc) • 1.34 kB
JSON
{
"name": "@anb98/react-hooks",
"version": "1.3.2",
"description": "Custom hooks for react",
"main": "./dist/index.js",
"scripts": {
"lint": "eslint src/**",
"lint:fix": "eslint src/** --fix",
"build": "tsc -b",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Anb98/custom-react-hooks.git"
},
"keywords": [
"custom",
"hooks",
"react"
],
"author": "Abdiel Martinez",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anb98/custom-react-hooks/issues"
},
"homepage": "https://github.com/Anb98/custom-react-hooks#readme",
"dependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^4.7.4"
}
}