mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
32 lines
690 B
JSON
32 lines
690 B
JSON
{
|
|
"name": "@uppy/progress-bar",
|
|
"description": "A progress bar UI for Uppy",
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"style": "dist/style.min.css",
|
|
"types": "types/index.d.ts",
|
|
"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": "^2.0.0"
|
|
}
|
|
}
|