UNPKG

@iva-stasia/use-fetch-hook

Version:

A simple React hook for handling data fetching.

51 lines (50 loc) 1.29 kB
{ "name": "@iva-stasia/use-fetch-hook", "version": "1.0.1", "description": "A simple React hook for handling data fetching.", "main": "package/useFetch.jsx", "files": [ "README.md", "package/useFetch.jsx" ], "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@iva-stasia/use-fetch-hook": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0", "eslint": "^8.38.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.3.4", "vite": "^4.3.9" }, "repository": { "type": "git", "url": "git+https://github.com/iva-stasia/use-fetch-hook.git" }, "keywords": [ "react hook", "fetch", "usefetch", "hook", "react", "react custom hook" ], "author": "Anastasiia Ivanchenko", "license": "ISC", "bugs": { "url": "https://github.com/iva-stasia/use-fetch-hook/issues" }, "homepage": "https://github.com/iva-stasia/use-fetch-hook#readme" }