1234567891011121314151617181920212223242526 |
- {
- "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": "4.0.1",
- "license": "MIT",
- "main": "lib/index.js",
- "type": "module",
- "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"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|