mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +00:00
- uppy@0.27.0 - @uppy/aws-s3-multipart@0.27.0 - @uppy/aws-s3@0.27.0 - @uppy/companion-client@0.27.0 - @uppy/companion@0.14.0 - @uppy/core@0.27.0 - @uppy/dashboard@0.27.0 - @uppy/drag-drop@0.27.0 - @uppy/dropbox@0.27.0 - @uppy/file-input@0.27.0 - @uppy/form@0.27.0 - @uppy/golden-retriever@0.27.0 - @uppy/google-drive@0.27.0 - @uppy/informer@0.27.0 - @uppy/instagram@0.27.0 - @uppy/progress-bar@0.27.0 - @uppy/provider-views@0.27.0 - @uppy/react@0.27.0 - @uppy/redux-dev-tools@0.27.0 - @uppy/status-bar@0.27.0 - @uppy/store-default@0.27.0 - @uppy/store-redux@0.27.0 - @uppy/thumbnail-generator@0.27.0 - @uppy/transloadit@0.27.0 - @uppy/tus@0.27.0 - @uppy/url@0.27.0 - @uppy/utils@0.27.0 - @uppy/webcam@0.27.0 - @uppy/xhr-upload@0.27.0
38 lines
873 B
JSON
38 lines
873 B
JSON
{
|
|
"name": "@uppy/react",
|
|
"description": "React component wrappers around Uppy's official UI plugins.",
|
|
"version": "0.27.0",
|
|
"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": "0.27.0",
|
|
"@uppy/drag-drop": "0.27.0",
|
|
"@uppy/progress-bar": "0.27.0",
|
|
"@uppy/status-bar": "0.27.0",
|
|
"@uppy/utils": "0.27.0",
|
|
"prop-types": "^15.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "0.27.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^0.26.0"
|
|
}
|
|
}
|