uppy/packages/@uppy/react/package.json
2018-06-18 10:14:08 +02:00

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"
}
}