UNPKG

633 BJSONView Raw
1{
2 "name": "@uppy/store-redux",
3 "description": "Make Uppy use your existing Redux store.",
4 "version": "2.1.0",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "types": "types/index.d.ts",
8 "type": "module",
9 "keywords": [
10 "file uploader",
11 "uppy",
12 "uppy-plugin",
13 "redux"
14 ],
15 "homepage": "https://uppy.io",
16 "bugs": {
17 "url": "https://github.com/transloadit/uppy/issues"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/transloadit/uppy.git"
22 },
23 "dependencies": {
24 "nanoid": "^3.1.25"
25 },
26 "devDependencies": {
27 "@jest/globals": "^27.4.2",
28 "redux": "4.0.5"
29 }
30}
\No newline at end of file