@uppy/dashboard
Version:
Universal UI plugin for Uppy.
50 lines • 1.23 kB
JSON
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "3.8.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.3.0",
"@uppy/informer": "^3.1.0",
"@uppy/provider-views": "^3.11.0",
"@uppy/status-bar": "^3.3.1",
"@uppy/thumbnail-generator": "^3.1.0",
"@uppy/utils": "^5.7.5",
"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": "^3.5.0",
"@uppy/status-bar": "^3.3.1",
"@uppy/url": "^3.6.0",
"@uppy/webcam": "^3.4.0",
"resize-observer-polyfill": "^1.5.0",
"vitest": "^1.2.1"
},
"peerDependencies": {
"@uppy/core": "^3.10.0"
}
}