mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@uppy/dashboard",
|
|
"description": "Universal UI plugin for Uppy.",
|
|
"version": "3.0.0-beta.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.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": "^4.0.0",
|
|
"preact": "^10.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^27.4.2",
|
|
"@uppy/google-drive": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"resize-observer-polyfill": "^1.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
}
|
|
}
|