uppy/packages/@uppy/dashboard/package.json
Renée Kooi 013eed33f9
Fix setPluginState
I broke this in the object rest spread PR. I noticed the Dashboard was
throwing errors when trying to access `pluginState.target.filter()`.
Added a bunch of tests + fixed that method!
2018-07-19 13:02:23 +02:00

43 lines
1,012 B
JSON

{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "0.26.0",
"license": "MIT",
"main": "lib/index.js",
"jsnext:main": "src/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.26.0",
"@uppy/provider-views": "0.26.0",
"@uppy/status-bar": "0.26.0",
"@uppy/thumbnail-generator": "0.26.0",
"@uppy/utils": "0.26.0",
"classnames": "^2.2.6",
"drag-drop": "^2.14.0",
"preact": "^8.2.9",
"prettier-bytes": "^1.0.4"
},
"devDependencies": {
"@uppy/core": "0.26.0",
"@uppy/google-drive": "0.26.0"
},
"peerDependencies": {
"@uppy/core": "^0.26.0"
}
}