mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@uppy/dashboard",
|
|
"description": "Universal UI plugin for Uppy.",
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"style": "dist/style.min.css",
|
|
"types": "types/index.d.ts",
|
|
"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.debounce": "^4.0.8",
|
|
"memoize-one": "^5.0.4",
|
|
"nanoid": "^3.1.25",
|
|
"preact": "^10.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/google-drive": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"resize-observer-polyfill": "^1.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^2.0.0"
|
|
}
|
|
}
|