1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "@uppy/dashboard",
- "description": "Universal UI plugin for Uppy.",
- "version": "4.0.0-beta.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.0",
- "@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": "^4.17.21",
- "memoize-one": "^6.0.0",
- "nanoid": "^5.0.0",
- "preact": "^10.5.13"
- },
- "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:^"
- },
- "stableVersion": "3.8.0"
- }
|