UNPKG

use-axios-http-requests-ts

Version:

Incredibly useful package for making HTTP requests! This package eliminates the need for the Fetch API and is built on top of the powerful library [axios](https://www.npmjs.com/package/axios).

38 lines (37 loc) 799 B
{ "name": "use-axios-http-requests-ts", "version": "1.1.4", "description": "", "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx rollup -c" }, "keywords": [ "axios", "fetch", "useAxios", "http-requests", "http", "hooks", "axios-hooks" ], "author": "", "license": "ISC", "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@types/axios": "^0.14.0", "@types/react": "^18.2.64", "react": "^18.2.0", "rollup": "^4.12.1", "tslib": "^2.6.2", "typescript": "^5.4.2" }, "dependencies": { "axios": "^1.6.7" } }