Dmitriy Pleshevskiy
243f4f77e5
breaking!(context): client prop instead base url refac: change axios response to client response chore(deps): remove axios chore: update example Closes #2
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "react-rest-request",
|
|
"version": "0.1.0",
|
|
"description": "Minimalistic REST API client for React inspired by Apollo",
|
|
"readme": "README.md",
|
|
"main": "./target/index.js",
|
|
"types": "./target/index.d.ts",
|
|
"files": [
|
|
"target"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pleshevskiy/react-rest-request.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"rest",
|
|
"request",
|
|
"fetch",
|
|
"hook"
|
|
],
|
|
"author": "Dmitriy Pleshevskiy <dmitriy@ideascup.me>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pleshevskiy/react-rest-request/issues"
|
|
},
|
|
"homepage": "https://github.com/pleshevskiy/react-rest-request#readme",
|
|
"dependencies": {
|
|
"lodash.isequal": "^4.5.0",
|
|
"react": "^17.0.1",
|
|
"tiny-invariant": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.isequal": "^4.5.5",
|
|
"@types/react": "^16.9.55",
|
|
"@typescript-eslint/eslint-plugin": "^4.6.1",
|
|
"@typescript-eslint/parser": "^4.6.1",
|
|
"eslint": "^7.12.1",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|