1234567891011121314151617181920212223242526272829 |
- {
- "name": "@uppy/store-redux",
- "description": "Make Uppy use your existing Redux store.",
- "version": "4.0.1",
- "license": "MIT",
- "main": "lib/index.js",
- "type": "module",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "redux"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "nanoid": "^5.0.9"
- },
- "devDependencies": {
- "redux": "^4.0.0",
- "vitest": "^1.2.1"
- }
- }
|