UNPKG

web-api-hooks

Version:

Essential set of React Hooks for convenient Web API consumption.

37 lines (36 loc) 775 B
{ "name": "web-api-hooks", "description": "Essential set of React Hooks for convenient Web API consumption.", "version": "3.0.2", "license": "MIT", "files": [ "dist-*/", "bin/" ], "pika": true, "sideEffects": false, "keywords": [ "react", "hooks", "react-hooks", "essential" ], "repository": { "type": "git", "url": "https://github.com/kripod/react-hooks.git", "directory": "packages/web-api-hooks" }, "dependencies": { "@types/resize-observer-browser": "^0.1.2" }, "peerDependencies": { "react": ">=16.8" }, "devDependencies": { "typescript": "^3.9.3" }, "source": "dist-src/index.js", "types": "dist-types/index.d.ts", "main": "dist-node/index.js", "module": "dist-web/index.js" }