react-http-provider
Version:
Manaing http request with authentication using redux and redux toolkit
32 lines (31 loc) • 807 B
JSON
{
"name": "react-http-provider",
"version": "2.0.0",
"description": "Manaing http request with authentication using redux and redux toolkit",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BaselAskar/react-http-provider.git"
},
"keywords": [
"use-http",
"react-http",
"http-hook"
],
"author": "Basel_Askar",
"license": "ISC",
"bugs": {
"url": "https://github.com/BaselAskar/react-http-provider/issues"
},
"homepage": "https://github.com/BaselAskar/react-http-provider#readme",
"dependencies": {
"@types/react": "^18.0.28",
"react": "^18.2.0"
},
"devDependencies": {
"typescript": "^5.0.2"
}
}