@rpldy/upload-button
Version:
upload button component and asUploadButton HOC
52 lines (51 loc) • 1.25 kB
JSON
{
"version": "1.13.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.13.0"
},
"devDependencies": {
"@rpldy/retry": "1.13.0",
"@rpldy/shared": "1.13.0",
"@rpldy/uploady": "1.13.0",
"flow-bin": "^0.291.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"styled-components": "^6.1.19"
},
"peerDependencies": {
"react": ">=16.8"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3a965dc55c497d868e8c600a403acc58cfac9150"
}