mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@uppy/dashboard",
|
|
"description": "Universal UI plugin for Uppy.",
|
|
"version": "0.30.4",
|
|
"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": {
|
|
"@uppy/informer": "0.30.4",
|
|
"@uppy/provider-views": "0.30.4",
|
|
"@uppy/status-bar": "0.30.4",
|
|
"@uppy/thumbnail-generator": "0.30.4",
|
|
"@uppy/utils": "0.30.4",
|
|
"classnames": "^2.2.6",
|
|
"cuid": "^2.1.1",
|
|
"drag-drop": "2.13.3",
|
|
"lodash.throttle": "^4.1.1",
|
|
"preact": "^8.2.9",
|
|
"preact-css-transition-group": "^1.3.0",
|
|
"prettier-bytes": "^1.0.4",
|
|
"resize-observer-polyfill": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "0.30.4",
|
|
"@uppy/google-drive": "0.30.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^0.30.0"
|
|
}
|
|
}
|