mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
- uppy@0.27.5 - @uppy/aws-s3-multipart@0.27.4 - @uppy/aws-s3@0.27.4 - @uppy/core@0.27.3 - @uppy/dashboard@0.27.5 - @uppy/drag-drop@0.27.4 - @uppy/dropbox@0.27.4 - @uppy/file-input@0.27.4 - @uppy/form@0.27.4 - @uppy/golden-retriever@0.27.4 - @uppy/google-drive@0.27.5 - @uppy/informer@0.27.4 - @uppy/instagram@0.27.5 - @uppy/progress-bar@0.27.4 - @uppy/provider-views@0.27.4 - @uppy/react@0.27.5 - @uppy/redux-dev-tools@0.27.4 - @uppy/status-bar@0.27.4 - @uppy/thumbnail-generator@0.27.4 - @uppy/transloadit@0.27.5 - @uppy/tus@0.27.5 - @uppy/url@0.27.5 - @uppy/webcam@0.27.4 - @uppy/xhr-upload@0.27.4
30 lines
766 B
JSON
30 lines
766 B
JSON
{
|
||
"name": "@uppy/redux-dev-tools",
|
||
"description": "Redux developer tools plugin for Uppy that simply syncs Uppy’s state with redux-devtools browser or JS extensions, and allows for basic time travel",
|
||
"version": "0.27.4",
|
||
"license": "MIT",
|
||
"main": "lib/index.js",
|
||
"jsnext:main": "src/index.js",
|
||
"types": "types/index.d.ts",
|
||
"keywords": [
|
||
"file uploader",
|
||
"redux",
|
||
"redux-dev-tools",
|
||
"uppy",
|
||
"uppy-plugin"
|
||
],
|
||
"homepage": "https://uppy.io",
|
||
"bugs": {
|
||
"url": "https://github.com/transloadit/uppy/issues"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/transloadit/uppy.git"
|
||
},
|
||
"devDependencies": {
|
||
"@uppy/core": "0.27.3"
|
||
},
|
||
"peerDependencies": {
|
||
"@uppy/core": "^0.27.0"
|
||
}
|
||
}
|