mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 02:38:58 +00:00
| Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/aws-s3-multipart | 3.5.1 | @uppy/provider-views | 3.4.1 | | @uppy/companion-client | 3.2.2 | @uppy/status-bar | 3.2.3 | | @uppy/dashboard | 3.5.0 | @uppy/utils | 5.4.2 | | @uppy/locales | 3.2.4 | uppy | 3.13.0 | - meta: Add i18n to CONTRIBUTING.md (Mikael Finstad / #4591) - @uppy/provider-views: Add VirtualList to ProviderView (Merlijn Vos / #4566) - @uppy/provider-views: fix race conditions with folder loading (Mikael Finstad / #4578) - @uppy/status-bar: fix ETA when status bar is installed during upload (Antoine du Hamel / #4588) - @uppy/provider-views: fix infinite folder loading (Mikael Finstad / #4590) - meta: examples/aws: client-side signing (Antoine du Hamel / #4463) - meta: Bump word-wrap from 1.2.3 to 1.2.4 (dependabot[bot] / #4586) - meta: e2e: increase `requestTimeout` to 16s (Antoine du Hamel / #4587) - @uppy/locales: update zh_TW translation (5idereal / #4583) - @uppy/aws-s3-multipart: fix crash on pause/resume (Merlijn Vos / #4581) - @uppy/aws-s3-multipart: do not access `globalThis.crypto` on the top-level (Bryan J Swift / #4584)
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@uppy/dashboard",
|
|
"description": "Universal UI plugin for Uppy.",
|
|
"version": "3.5.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"style": "dist/style.min.css",
|
|
"types": "types/index.d.ts",
|
|
"type": "module",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"dashboard",
|
|
"ui"
|
|
],
|
|
"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.0.7",
|
|
"@uppy/informer": "workspace:^",
|
|
"@uppy/provider-views": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"@uppy/thumbnail-generator": "workspace:^",
|
|
"@uppy/utils": "workspace:^",
|
|
"classnames": "^2.2.6",
|
|
"is-shallow-equal": "^1.0.1",
|
|
"lodash": "^4.17.21",
|
|
"memoize-one": "^6.0.0",
|
|
"nanoid": "^4.0.0",
|
|
"preact": "^10.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.0.0",
|
|
"@uppy/google-drive": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"resize-observer-polyfill": "^1.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
}
|
|
}
|