1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "@uppy/progress-bar",
- "description": "A progress bar UI for Uppy",
- "version": "4.1.0",
- "license": "MIT",
- "main": "lib/index.js",
- "style": "dist/style.min.css",
- "type": "module",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "progress",
- "progress bar",
- "upload progress"
- ],
- "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/utils": "workspace:^",
- "preact": "^10.5.13"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|