mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
| Package | Version | Package | Version | | -------------------------- | ------- | -------------------------- | ------- | | @uppy/core | 4.4.2 | @uppy/provider-views | 4.4.2 | | @uppy/google-drive-picker | 0.3.3 | @uppy/url | 4.2.2 | | @uppy/google-photos-picker | 0.3.3 | @uppy/utils | 6.1.2 | | @uppy/locales | 4.5.1 | uppy | 4.13.2 | - @uppy/utils: do not strip www in getSocketHost (Merlijn Vos / #5621) - @uppy/url: skip drag/dropped local files (Merlijn Vos / #5626) - @uppy/provider-views: fix google photos picker videos (Mikael Finstad / #5635) - @uppy/core,@uppy/google-drive-picker,@uppy/google-photos-picker,@uppy/provider-views: fix google picker i18n (Mikael Finstad / #5632)
38 lines
1 KiB
JSON
38 lines
1 KiB
JSON
{
|
|
"name": "@uppy/core",
|
|
"description": "Core module for the 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.4.2",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"style": "dist/style.min.css",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"dependencies": {
|
|
"@transloadit/prettier-bytes": "^0.3.4",
|
|
"@uppy/store-default": "workspace:^",
|
|
"@uppy/utils": "workspace:^",
|
|
"lodash": "^4.17.21",
|
|
"mime-match": "^1.0.2",
|
|
"namespace-emitter": "^2.0.1",
|
|
"nanoid": "^5.0.9",
|
|
"preact": "^10.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^1.2.1"
|
|
}
|
|
}
|