mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 09:34:02 +00:00
34 lines
823 B
JSON
34 lines
823 B
JSON
{
|
|
"name": "@uppy/react",
|
|
"description": "React component wrappers around Uppy's official UI plugins.",
|
|
"version": "0.25.5",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"plugin name and other keywords",
|
|
"uppy",
|
|
"uppy-plugin"
|
|
],
|
|
"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/dashboard": "^0.25.5",
|
|
"@uppy/drag-drop": "^0.25.5",
|
|
"@uppy/progress-bar": "^0.25.5",
|
|
"@uppy/statusbar": "^0.25.5",
|
|
"@uppy/utils": "^0.25.5",
|
|
"prop-types": "^15.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^0.25.5"
|
|
}
|
|
}
|