uppy/packages/@uppy/dashboard/package.json
github-actions[bot] c45407d099
Release: uppy@3.24.3 (#5091)
| Package         | Version | Package         | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/dashboard |   3.8.1 | uppy            |  3.24.3 |
| @uppy/utils     |   5.8.0 |                 |         |

- docs: add back markdown files (Antoine du Hamel / #5064)
- meta: fix custom provider example (Merlijn Vos / #5079)
- @uppy/utils: add fetcher (Merlijn Vos / #5073)
- meta: Fix prettier (Murderlon)
- @uppy/dashboard: add missing `x-zip-compress` archive type (Younes / #5081)
- meta: Bump docker/metadata-action from 4 to 5 (dependabot[bot] / #5086)
- meta: Bump actions/setup-node from 3 to 4 (dependabot[bot] / #5087)
- meta: Bump docker/setup-qemu-action from 2 to 3 (dependabot[bot] / #5089)
- meta: bump supercharge/redis-github-action from 1.4.0 to 1.8.0 (dependabot[bot] / #5090)
- meta: bump actions/cache from 3 to 4 (dependabot[bot] / #5088)
- meta: add `dependabot.yml` to keep GHA up-to-date (Antoine du Hamel / #5083)
2024-04-16 13:44:22 +00:00

50 lines
1.2 KiB
JSON

{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "3.8.1",
"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.0",
"@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:^"
}
}