UNPKG

877 BJSONView Raw
1{
2 "name": "@uppy/react",
3 "description": "React component wrappers around Uppy's official UI plugins.",
4 "version": "1.10.6",
5 "license": "MIT",
6 "main": "index.js",
7 "module": "index.mjs",
8 "types": "types/index.d.ts",
9 "keywords": [
10 "file uploader",
11 "uppy",
12 "uppy-plugin",
13 "react",
14 "react-components"
15 ],
16 "homepage": "https://uppy.io",
17 "bugs": {
18 "url": "https://github.com/transloadit/uppy/issues"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/transloadit/uppy.git"
23 },
24 "dependencies": {
25 "@uppy/dashboard": "^1.12.6",
26 "@uppy/drag-drop": "^1.4.19",
27 "@uppy/progress-bar": "^1.3.19",
28 "@uppy/status-bar": "^1.7.6",
29 "@uppy/utils": "^3.2.3",
30 "prop-types": "^15.6.1"
31 },
32 "peerDependencies": {
33 "@uppy/core": "^1.0.0"
34 },
35 "gitHead": "7bf5ca55a74eed7a7fcc71285dfb98350ac2e08e"
36}