UNPKG

@rpldy/retry-hooks

Version:

useful hooks for the retry functionality from @rpldy/retry

54 lines (53 loc) 1.33 kB
{ "version": "1.10.0", "name": "@rpldy/retry-hooks", "description": "useful hooks for the retry functionality from @rpldy/retry", "author": "yoav niran (https://github.com/yoavniran)", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "main:dev": "src/index.js", "types": "types/index.d.ts", "license": "MIT", "homepage": "https://react-uploady.org", "repository": { "type": "git", "url": "https://github.com/rpldy/react-uploady.git", "directory": "packages/ui/retry-hooks" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-uploady" }, "keywords": [ "file", "upload", "file upload", "react", "hooks", "retry uploads" ], "scripts": { "build": "node ../../../scripts/build.mjs" }, "dependencies": { "@rpldy/retry": "1.10.0", "@rpldy/shared": "1.10.0", "@rpldy/shared-ui": "1.10.0", "@rpldy/uploader": "1.10.0" }, "peerDependencies": { "react": ">=16.8" }, "devDependencies": { "@rpldy/upload-button": "1.10.0", "@rpldy/upload-preview": "1.10.0", "flow-bin": "^0.256.0", "rc-progress": "^4.0.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "publishConfig": { "access": "public" }, "gitHead": "a473ac607d9e828553511a68b7511189a2e7529d" }