UNPKG

@fsegurai/ngx-markdown

Version:

Angular library that uses marked to parse markdown to html combined with Prism.js for syntax highlights

64 lines (63 loc) 1.51 kB
{ "name": "@fsegurai/ngx-markdown", "version": "20.0.0", "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for syntax highlights", "license": "MIT", "author": { "name": "Fabián Segura", "url": "https://www.fsegurai.com/" }, "keywords": [ "angular", "ngx", "markdown", "parser", "marked", "marked.js", "prism", "prism.js", "katex", "emoji", "clipboard", "clipboard.js", "ngx-markdown" ], "dependencies": { "tslib": "^2.8.1" }, "peerDependencies": { "@angular/common": "^20.0.3", "@angular/core": "^20.0.3", "@angular/platform-browser": "^20.0.3", "marked": ">= 15.0.0 < 16.0.0", "rxjs": "^6.5.3 || ^7.4.0 || ^7.8.2", "zone.js": "~0.15.1" }, "optionalDependencies": { "clipboard": "^2.0.11", "emoji-toolkit": "^9.0.1", "katex": "^0.16.22", "mermaid": "^11.6.0", "prismjs": "^1.30.0" }, "sideEffects": false, "module": "fesm2022/fsegurai-ngx-markdown.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/fsegurai-ngx-markdown.mjs" } }, "repository": { "type": "git", "url": "git+https://github.com/fsegurai/ngx-markdown.git" }, "bugs": { "url": "https://github.com/fsegurai/ngx-markdown/issues" }, "homepage": "https://github.com/fsegurai/ngx-markdown#readme" }