mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.4 KiB
59 lines
1.4 KiB
{
|
|
"name": "ngx-markdown",
|
|
"version": "21.1.0",
|
|
"description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
|
|
"homepage": "https://github.com/jfcere/ngx-markdown",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Jean-Francois Cere",
|
|
"email": "jfcere@hotmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jfcere/ngx-markdown"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"ngx",
|
|
"markdown",
|
|
"parser",
|
|
"marked",
|
|
"marked.js",
|
|
"prism",
|
|
"prism.js",
|
|
"katex",
|
|
"emoji",
|
|
"clipboard",
|
|
"clipboard.js"
|
|
],
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^21.0.0",
|
|
"@angular/core": "^21.0.0",
|
|
"@angular/platform-browser": "^21.0.0",
|
|
"marked": "^17.0.0",
|
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
"zone.js": "~0.15.0 || ~0.16.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"clipboard": "^2.0.11",
|
|
"emoji-toolkit": ">= 8.0.0 < 11.0.0",
|
|
"katex": "^0.16.0",
|
|
"mermaid": ">= 10.6.0 < 12.0.0",
|
|
"prismjs": "^1.30.0"
|
|
},
|
|
"sideEffects": false,
|
|
"module": "fesm2022/ngx-markdown.mjs",
|
|
"typings": "types/ngx-markdown.d.ts",
|
|
"exports": {
|
|
"./package.json": {
|
|
"default": "./package.json"
|
|
},
|
|
".": {
|
|
"types": "./types/ngx-markdown.d.ts",
|
|
"default": "./fesm2022/ngx-markdown.mjs"
|
|
}
|
|
}
|
|
}
|