12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "@uppy/dashboard",
- "description": "Universal UI plugin for Uppy.",
- "version": "4.1.3",
- "license": "MIT",
- "main": "lib/index.js",
- "style": "dist/style.min.css",
- "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.3.4",
- "@uppy/informer": "workspace:^",
- "@uppy/provider-views": "workspace:^",
- "@uppy/status-bar": "workspace:^",
- "@uppy/thumbnail-generator": "workspace:^",
- "@uppy/utils": "workspace:^",
- "classnames": "^2.2.6",
- "lodash": "^4.17.21",
- "memoize-one": "^6.0.0",
- "nanoid": "^5.0.9",
- "preact": "^10.5.13",
- "shallow-equal": "^3.0.0"
- },
- "devDependencies": {
- "@uppy/google-drive": "workspace:^",
- "@uppy/status-bar": "workspace:^",
- "@uppy/url": "workspace:^",
- "@uppy/webcam": "workspace:^",
- "resize-observer-polyfill": "^1.5.0",
- "vitest": "^1.2.1"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|