UNPKG

blockui-components

Version:

Various UI-Components for Angular (V.19)

45 lines 985 B
{ "name": "blockui-components", "version": "1.1.0", "author": "Tim Bahlinger", "description": "Various UI-Components for Angular (V.19)", "keywords": [ "angular", "ui", "components", "library", "ng", "highlight", "syntax", "highlighting", "math", "katex", "video" ], "homepage": "https://www.timbahlinger.de", "repository": { "type": "git", "url": "https://github.com/Creepercraft206/block-ui.git" }, "bugs": "https://github.com/Creepercraft206/block-ui/issues", "peerDependencies": { "@angular/common": "^19.2.0", "@angular/core": "^19.2.0" }, "dependencies": { "tslib": "^2.3.0", "katex": "^0.16.22" }, "sideEffects": false, "module": "fesm2022/blockui-components.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/blockui-components.mjs" } } }