UNPKG

@rpldy/uploady

Version:

wrapper&context component to expose and provide react-uploady functionality

54 lines (53 loc) 1.31 kB
{ "version": "1.9.0", "name": "@rpldy/uploady", "description": "wrapper&context component to expose and provide react-uploady functionality", "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/uploady" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-uploady" }, "keywords": [ "file", "upload", "file upload", "react", "hooks", "resumable", "library" ], "scripts": { "build": "node ../../../scripts/build.mjs" }, "dependencies": { "@rpldy/life-events": "1.9.0", "@rpldy/shared": "1.9.0", "@rpldy/shared-ui": "1.9.0", "@rpldy/uploader": "1.9.0" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.8" }, "devDependencies": { "@testing-library/react": "^16", "flow-bin": "^0.256.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "publishConfig": { "access": "public" }, "gitHead": "7c3537b7cb1c478c659dcf1b54224585bb5ddb95" }