{ "name": "@uppy/react", "description": "React component wrappers around Uppy's official UI plugins.", "version": "2.1.1", "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": "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": "^17.0.13", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.2", "react": "^16.8.6", "react-dom": "^16.8.6" }, "peerDependencies": { "@uppy/core": "^2.0.0", "react": "^16.0.0 || ^17.0.0" } }