{ "name": "@uppy/react", "description": "React component wrappers around Uppy's official UI plugins.", "version": "3.0.0-beta.2", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", "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/dashboard": "workspace:^", "@uppy/drag-drop": "workspace:^", "@uppy/file-input": "workspace:^", "@uppy/progress-bar": "workspace:^", "@uppy/status-bar": "workspace:^", "@uppy/utils": "workspace:^", "prop-types": "^15.6.1" }, "devDependencies": { "@types/react": "^18.0.8", "react": "^18.1.0" }, "peerDependencies": { "@uppy/core": "workspace:^", "react": "^16.0.0 || ^17.0.0 || ^18.0.0" }, "stableVersion": "2.2.1" }