@rpldy/upload-drop-zone
Version:
drop zone (container) component to initiate file and folder content uploads
58 lines (57 loc) • 1.48 kB
JSON
{
"version": "1.13.0",
"name": "@rpldy/upload-drop-zone",
"description": "drop zone (container) component to initiate file and folder content uploads",
"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-drop-zone"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"keywords": [
"file",
"upload",
"file upload",
"react",
"hooks",
"drag&drop",
"d&d"
],
"scripts": {
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared-ui": "1.13.0",
"html-dir-content": "^0.3.2"
},
"devDependencies": {
"@rpldy/shared": "1.13.0",
"@rpldy/upload-button": "1.13.0",
"@rpldy/uploady": "1.13.0",
"@testing-library/react": "^16",
"flow-bin": "^0.291.0",
"react": "^19.2.0",
"react-aria-components": "^1.8.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.2.0",
"styled-components": "^6.1.19"
},
"peerDependencies": {
"react": ">=16.8"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3a965dc55c497d868e8c600a403acc58cfac9150"
}