UNPKG

@uppy/angular

Version:

Angular component wrappers around Uppy's official UI plugins.

46 lines 1.12 kB
{ "name": "@uppy/angular", "description": "Angular component wrappers around Uppy's official UI plugins.", "version": "0.8.0", "license": "MIT", "homepage": "https://uppy.io", "keywords": [ "file uploader", "uppy", "uppy-plugin", "angular", "angular-components" ], "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0", "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0", "@uppy/core": "^4.4.4", "@uppy/dashboard": "^4.3.3", "@uppy/drag-drop": "^4.1.2", "@uppy/progress-bar": "^4.2.1", "@uppy/status-bar": "^4.1.3", "@uppy/utils": "^6.1.3" }, "sideEffects": false, "module": "fesm2022/uppy-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/uppy-angular.mjs" } } }