123456789101112131415161718192021222324252627282930 |
- {
- "name": "@uppy/store-redux",
- "description": "Make Uppy use your existing Redux store.",
- "version": "4.0.0-beta.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.0"
- },
- "devDependencies": {
- "redux": "^4.0.0",
- "vitest": "^1.2.1"
- },
- "stableVersion": "3.0.7"
- }
|