1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "@uppy/react",
- "description": "React component wrappers around Uppy's official UI plugins.",
- "version": "3.2.2",
- "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:^"
- },
- "devDependencies": {
- "@types/react": "^18.0.8",
- "react": "^18.1.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": "^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
- }
- }
- }
|