UNPKG

react-custom-hook-use-axios

Version:
54 lines (53 loc) 1.45 kB
{ "name": "react-custom-hook-use-axios", "version": "1.1.6", "description": "custom react hook and use axios to call api", "main": "src/useFetch/index.js", "bugs": { "url": "https://github.com/TerryLee7788/react-custom-hook-use-axios/issues" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "eject": "react-scripts eject", "test": "jest", "test:watch": "jest --watch --colors", "test:coverage": "jest --coverage --colors", "test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls" }, "homepage": "https://github.com/TerryLee7788/react-custom-hook-use-axios", "repository": "github:TerryLee7788/react-custom-hook-use-axios", "author": "TerryLee", "license": "MIT", "peerDependencies": { "react": "^16.12.0", "axios": "^0.19.2" }, "devDependencies": { "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "@testing-library/jest-dom": "^5.0.2", "@testing-library/react": "^9.4.0", "@testing-library/react-hooks": "^3.2.1", "axios": "^0.19.2", "coveralls": "^3.0.9", "jest": "^25.1.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-test-renderer": "^16.12.0" }, "keywords": [ "react", "axios", "hooks", "react-hook", "react hook", "react-hooks", "react hooks", "custom-hook", "use", "use axios", "fetch", "use fetch" ] }