@rpldy/upload-button
Version:
upload button component and asUploadButton HOC
52 lines (51 loc) • 1.25 kB
JSON
{
"version": "1.11.0",
"name": "@rpldy/upload-button",
"description": "upload button component and asUploadButton HOC",
"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/upload-button"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"keywords": [
"file",
"upload",
"file upload",
"react",
"hooks",
"upload button"
],
"scripts": {
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared-ui": "1.11.0"
},
"devDependencies": {
"@rpldy/retry": "1.11.0",
"@rpldy/shared": "1.11.0",
"@rpldy/uploady": "1.11.0",
"flow-bin": "^0.274.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.18"
},
"peerDependencies": {
"react": ">=16.8"
},
"publishConfig": {
"access": "public"
},
"gitHead": "052de031684b530ceaf5b1b78797936df9629d41"
}