uppy/packages/@uppy/react/package.json
Renée Kooi c1d15abf10
error on import lint failure + some misc lint fixes (#2813)
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2021-03-20 11:02:49 +01:00

37 lines
953 B
JSON

{
"name": "@uppy/react",
"description": "React component wrappers around Uppy's official UI plugins.",
"version": "1.11.5",
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"react",
"react-components"
],
"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": "file:../dashboard",
"@uppy/drag-drop": "file:../drag-drop",
"@uppy/file-input": "file:../file-input",
"@uppy/progress-bar": "file:../progress-bar",
"@uppy/status-bar": "file:../status-bar",
"@uppy/utils": "file:../utils",
"prop-types": "^15.6.1"
},
"peerDependencies": {
"@uppy/core": "^1.0.0",
"react": "^16.0.0 || ^17.0.0"
}
}