mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
| Package | Version | Package | Version | | ---------------- | ------- | ---------------- | ------- | | @uppy/compressor | 1.1.4 | @uppy/status-bar | 3.3.3 | | @uppy/core | 3.11.2 | uppy | 3.25.2 | | @uppy/dashboard | 3.8.3 | | | - @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: Upgrade @transloadit/prettier-bytes (Merlijn Vos / #5150) - meta: run Prettier in the release workflow (Antoine du Hamel)
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@uppy/dashboard",
|
|
"description": "Universal UI plugin for Uppy.",
|
|
"version": "3.8.3",
|
|
"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.3.4",
|
|
"@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": {
|
|
"@uppy/google-drive": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"@uppy/url": "workspace:^",
|
|
"@uppy/webcam": "workspace:^",
|
|
"resize-observer-polyfill": "^1.5.0",
|
|
"vitest": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
}
|
|
}
|