|
@@ -22,11 +22,6 @@
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@uppy/dashboard": "workspace:^",
|
|
|
|
- "@uppy/drag-drop": "workspace:^",
|
|
|
|
- "@uppy/file-input": "workspace:^",
|
|
|
|
- "@uppy/progress-bar": "workspace:^",
|
|
|
|
- "@uppy/status-bar": "workspace:^",
|
|
|
|
"@uppy/utils": "workspace:^",
|
|
"@uppy/utils": "workspace:^",
|
|
"prop-types": "^15.6.1"
|
|
"prop-types": "^15.6.1"
|
|
},
|
|
},
|
|
@@ -36,6 +31,28 @@
|
|
},
|
|
},
|
|
"peerDependencies": {
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^",
|
|
"@uppy/core": "workspace:^",
|
|
|
|
+ "@uppy/dashboard": "workspace:^",
|
|
|
|
+ "@uppy/drag-drop": "workspace:^",
|
|
|
|
+ "@uppy/file-input": "workspace:^",
|
|
|
|
+ "@uppy/progress-bar": "workspace:^",
|
|
|
|
+ "@uppy/status-bar": "workspace:^",
|
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
"react": "^16.0.0 || ^17.0.0 || ^18.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
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|