mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 03:35:19 +00:00
41 lines
892 B
JSON
41 lines
892 B
JSON
{
|
|
"name": "@uppy/status-bar",
|
|
"description": "A progress bar for Uppy, with many bells and whistles.",
|
|
"version": "0.30.5",
|
|
"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": {
|
|
"@uppy/utils": "0.30.5",
|
|
"classnames": "^2.2.6",
|
|
"lodash.throttle": "^4.1.1",
|
|
"preact": "^8.2.9",
|
|
"prettier-bytes": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "0.30.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^0.30.0"
|
|
}
|
|
}
|