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:
96 lines • 2.86 kB
JSON
{
"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": "4.18.1",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"unpkg": "dist/uppy.min.js",
"style": "dist/uppy.min.css",
"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": "2.2.2",
"@uppy/aws-s3": "4.3.2",
"@uppy/box": "3.3.2",
"@uppy/companion-client": "4.5.2",
"@uppy/compressor": "2.3.2",
"@uppy/core": "4.5.2",
"@uppy/dashboard": "4.4.3",
"@uppy/drag-drop": "4.2.2",
"@uppy/drop-target": "3.2.2",
"@uppy/dropbox": "4.3.2",
"@uppy/facebook": "4.3.2",
"@uppy/file-input": "4.2.2",
"@uppy/form": "4.2.2",
"@uppy/golden-retriever": "4.2.2",
"@uppy/google-drive": "4.4.2",
"@uppy/google-drive-picker": "0.4.2",
"@uppy/google-photos-picker": "0.4.2",
"@uppy/image-editor": "3.4.2",
"@uppy/informer": "4.3.2",
"@uppy/instagram": "4.3.2",
"@uppy/locales": "4.8.3",
"@uppy/onedrive": "4.3.2",
"@uppy/progress-bar": "4.3.2",
"@uppy/provider-views": "4.5.2",
"@uppy/redux-dev-tools": "4.1.3",
"@uppy/remote-sources": "2.4.2",
"@uppy/screen-capture": "4.4.2",
"@uppy/status-bar": "4.2.3",
"@uppy/store-default": "4.3.2",
"@uppy/store-redux": "4.1.2",
"@uppy/thumbnail-generator": "4.2.2",
"@uppy/transloadit": "4.3.2",
"@uppy/tus": "4.3.2",
"@uppy/unsplash": "4.4.2",
"@uppy/url": "4.3.2",
"@uppy/webcam": "4.3.2",
"@uppy/webdav": "0.4.2",
"@uppy/xhr-upload": "4.4.2",
"@uppy/zoom": "3.3.2"
},
"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"
}
}