mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
| Package | Version | Package | Version | | -------------------- | ------- | -------------------- | ------- | | @uppy/companion | 5.4.0 | @uppy/store-redux | 4.0.2 | | @uppy/core | 4.3.2 | @uppy/url | 4.1.3 | | @uppy/dashboard | 4.2.0 | @uppy/webdav | 0.2.0 | | @uppy/provider-views | 4.2.1 | uppy | 4.10.0 | | @uppy/react | 4.1.0 | | | - @uppy/react: allow React 19 as peer dependency (Shubs / #5556) - @uppy/webdav: add plugin icon (Merlijn Vos / #5555) - @uppy/companion: pass fetched origins to window.postMessage() (Merlijn Vos / #5529) - @uppy/core,@uppy/dashboard,@uppy/provider-views,@uppy/store-redux,@uppy/url: build(deps): bump nanoid from 5.0.7 to 5.0.9 (dependabot[bot] / #5544)
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@uppy/react",
|
|
"description": "React component wrappers around Uppy's official UI plugins.",
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"type": "module",
|
|
"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/utils": "workspace:^",
|
|
"use-sync-external-store": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^14.2.2",
|
|
"@types/react": "^18.0.8",
|
|
"@types/use-sync-external-store": "^0.0.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^",
|
|
"@uppy/dashboard": "workspace:^",
|
|
"@uppy/drag-drop": "workspace:^",
|
|
"@uppy/file-input": "workspace:^",
|
|
"@uppy/progress-bar": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"react": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@uppy/dashboard": {
|
|
"optional": true
|
|
},
|
|
"@uppy/drag-drop": {
|
|
"optional": true
|
|
},
|
|
"@uppy/file-input": {
|
|
"optional": true
|
|
},
|
|
"@uppy/progress-bar": {
|
|
"optional": true
|
|
},
|
|
"@uppy/status-bar": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|