@resourge/react-fetch
Version:
[](LICENSE)
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "@resourge/react-fetch",
"main": "./dist/index.js",
"react-native": "./dist/index.native.js",
"browser": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": false,
"exports": {
"default": "./dist/index.js",
"react-native": "./dist/index.native.js"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"author": "resourge",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/resourge/fetch.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"@react-native-community/netinfo": "*"
},
"peerDependenciesMeta": {
"@react-native-community/netinfo": {
"optional": true
}
},
"dependencies": {
"use-sync-external-store": "^1.2.0",
"@resourge/http-service": "1.43.1",
"@resourge/history-store": "*"
},
"keywords": [
"javascript",
"fetch",
"api",
"throttle",
"react",
"hooks",
"react-fetch"
],
"homepage": "https:/github.com/resourge/fetch/tree/master/src/lib/react-fetch/README.md",
"version": "1.43.1"
}