UNPKG

uppy

Version:

Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:

97 lines 2.76 kB
{ "name": "uppy", "description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:", "version": "5.1.9", "license": "MIT", "main": "lib/index.js", "module": "lib/index.js", "type": "module", "unpkg": "dist/uppy.min.js", "style": "dist/uppy.min.css", "files": [ "src", "lib", "dist", "CHANGELOG.md" ], "keywords": [ "file uploader", "drag-drop", "progress", "preview", "resumable uploads", "xhr", "tus", "s3", "google drive", "dropbox", "box", "webcam" ], "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/audio": "3.0.1", "@uppy/aws-s3": "5.0.2", "@uppy/box": "4.0.1", "@uppy/companion-client": "5.1.1", "@uppy/compressor": "3.0.2", "@uppy/core": "5.1.1", "@uppy/dashboard": "5.0.3", "@uppy/drag-drop": "5.0.2", "@uppy/drop-target": "4.0.1", "@uppy/dropbox": "5.0.1", "@uppy/facebook": "5.0.1", "@uppy/form": "5.0.1", "@uppy/golden-retriever": "5.1.1", "@uppy/google-drive": "5.0.1", "@uppy/google-drive-picker": "1.0.1", "@uppy/google-photos-picker": "1.0.1", "@uppy/image-editor": "4.0.2", "@uppy/instagram": "5.0.1", "@uppy/locales": "5.0.0", "@uppy/onedrive": "5.0.2", "@uppy/provider-views": "5.1.1", "@uppy/remote-sources": "3.0.1", "@uppy/screen-capture": "5.0.1", "@uppy/status-bar": "5.0.2", "@uppy/store-default": "5.0.0", "@uppy/thumbnail-generator": "5.0.2", "@uppy/transloadit": "5.2.0", "@uppy/tus": "5.0.2", "@uppy/unsplash": "5.0.1", "@uppy/url": "5.0.2", "@uppy/webcam": "5.0.2", "@uppy/webdav": "1.0.1", "@uppy/xhr-upload": "5.0.2", "@uppy/zoom": "4.0.1" }, "scripts": { "build": "tsc --build tsconfig.build.json && yarn build:bundle", "build:bundle": "node build-bundle.mjs", "build:css": "sass --load-path=../../packages src/style.scss dist/uppy.css && postcss dist/uppy.css -u cssnano -o dist/uppy.min.css", "typecheck": "tsc --build" }, "devDependencies": { "@aws-sdk/client-s3": "^3.338.0", "adm-zip": "^0.5.5", "chalk": "^5.0.0", "concat-stream": "^2.0.0", "cssnano": "^7.0.7", "esbuild": "^0.25.0", "mime-types": "^2.1.26", "npm-packlist": "^5.0.0", "pacote": "^13.0.0", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "sass": "^1.89.2", "tar": "^6.1.0", "typescript": "^5.8.3" } }