mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 09:34:02 +00:00
38 lines
854 B
JSON
38 lines
854 B
JSON
{
|
|
"name": "@uppy/status-bar",
|
|
"description": "A progress bar for Uppy, with many bells and whistles.",
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"style": "dist/style.min.css",
|
|
"types": "types/index.d.ts",
|
|
"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.0.7",
|
|
"@uppy/utils": "workspace:^",
|
|
"classnames": "^2.2.6",
|
|
"lodash.throttle": "^4.1.1",
|
|
"preact": "^10.5.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^2.0.0"
|
|
}
|
|
}
|