@uppy/dashboard
Version:
Universal UI plugin for Uppy.
49 lines • 1.19 kB
JSON
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "4.3.2",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
"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": "^4.2.1",
"@uppy/provider-views": "^4.4.2",
"@uppy/status-bar": "^4.1.2",
"@uppy/thumbnail-generator": "^4.1.1",
"@uppy/utils": "^6.1.2",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"nanoid": "^5.0.9",
"preact": "^10.5.13",
"shallow-equal": "^3.0.0"
},
"devDependencies": {
"@uppy/google-drive": "^4.3.1",
"@uppy/status-bar": "^4.1.2",
"@uppy/url": "^4.2.2",
"@uppy/webcam": "^4.1.1",
"resize-observer-polyfill": "^1.5.0",
"vitest": "^1.6.1"
},
"peerDependencies": {
"@uppy/core": "^4.4.2"
}
}