1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@uppy/drag-drop",
- "description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
- "version": "3.0.3",
- "license": "MIT",
- "main": "lib/index.js",
- "style": "dist/style.min.css",
- "type": "module",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "drag-drop",
- "drag",
- "drop",
- "dropzone",
- "upload"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "@uppy/utils": "workspace:^",
- "preact": "^10.5.13"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|