@plusify/ngx-markdown-editor
Version:
A customizable Markdown editor for Angular with KaTeX support, syntax highlighting, and a modern toolbar.
55 lines • 1.32 kB
JSON
{
"name": "@plusify/ngx-markdown-editor",
"version": "0.0.7",
"description": "A customizable Markdown editor for Angular with KaTeX support, syntax highlighting, and a modern toolbar.",
"author": "RockyCott",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RockyCott/angular-ui-plusify.git",
"directory": "projects/ngx-markdown-editor"
},
"keywords": [
"angular",
"markdown",
"editor",
"ngx-markdown",
"angular-markdown-editor",
"markdown-editor",
"angular-ui",
"angular19",
"katex",
"prismjs",
"clipboardjs",
"plusify",
"angular-component",
"standalone-components",
"wysiwyg",
"rich-text",
"markdown preview"
],
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"katex": "^0.16.22",
"marked": "^16.0.0",
"prismjs": "^1.30.0",
"clipboard": "^2.0.11",
"ngx-markdown": "^15.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/plusify-ngx-markdown-editor.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/plusify-ngx-markdown-editor.mjs"
}
}
}