UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@uppy/react",
3 "description": "React component wrappers around Uppy's official UI plugins.",
4 "version": "1.11.7",
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.19.0",
26 "@uppy/drag-drop": "^1.4.27",
27 "@uppy/file-input": "^1.4.25",
28 "@uppy/progress-bar": "^1.3.27",
29 "@uppy/status-bar": "^1.9.3",
30 "@uppy/utils": "^3.5.0",
31 "prop-types": "^15.6.1"
32 },
33 "devDependencies": {
34 "enzyme": "3.11.0",
35 "enzyme-adapter-react-16": "1.15.2"
36 },
37 "peerDependencies": {
38 "@uppy/core": "^1.0.0",
39 "react": "^16.0.0 || ^17.0.0"
40 },
41 "gitHead": "209a0079d3ced4e20c5ef3e44582c2d82ad2e60c"
42}