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