UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@uppy/dashboard",
3 "description": "Universal UI plugin for Uppy.",
4 "version": "1.17.0",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "style": "dist/style.min.css",
8 "types": "types/index.d.ts",
9 "keywords": [
10 "file uploader",
11 "uppy",
12 "uppy-plugin",
13 "dashboard",
14 "ui"
15 ],
16 "homepage": "https://uppy.io",
17 "bugs": {
18 "url": "https://github.com/transloadit/uppy/issues"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/transloadit/uppy.git"
23 },
24 "dependencies": {
25 "@transloadit/prettier-bytes": "0.0.7",
26 "@uppy/informer": "^1.6.1",
27 "@uppy/provider-views": "^1.11.1",
28 "@uppy/status-bar": "^1.9.1",
29 "@uppy/thumbnail-generator": "^1.7.6",
30 "@uppy/utils": "^3.4.1",
31 "classnames": "^2.2.6",
32 "cuid": "^2.1.1",
33 "is-shallow-equal": "^1.0.1",
34 "lodash.debounce": "^4.0.8",
35 "lodash.throttle": "^4.1.1",
36 "memoize-one": "^5.0.4",
37 "preact": "8.2.9",
38 "resize-observer-polyfill": "^1.5.0"
39 },
40 "peerDependencies": {
41 "@uppy/core": "^1.0.0"
42 },
43 "gitHead": "7d162b0dcc4df5dbb3d508b65e31788c2302746e"
44}