12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "@uppy/status-bar",
- "description": "A progress bar for Uppy, with many bells and whistles.",
- "version": "4.0.6",
- "license": "MIT",
- "main": "lib/index.js",
- "style": "dist/style.min.css",
- "type": "module",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "progress bar",
- "status bar",
- "progress",
- "upload",
- "eta",
- "speed"
- ],
- "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/utils": "workspace:^",
- "classnames": "^2.2.6",
- "preact": "^10.5.13"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|