123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "@uppy/informer",
- "description": "A notification and error pop-up bar for Uppy.",
- "version": "3.0.3",
- "license": "MIT",
- "main": "lib/index.js",
- "style": "dist/style.min.css",
- "types": "types/index.d.ts",
- "type": "module",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "notification",
- "bar",
- "ui"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "@uppy/utils": "workspace:^",
- "preact": "^10.5.13"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|