mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
22 lines
703 B
JSON
22 lines
703 B
JSON
{
|
||
"name": "@triliumnext/ckeditor5",
|
||
"description": "The document editor build of CKEditor 5 – the best browser-based rich text editor.",
|
||
"version": "45.0.0",
|
||
"private": true,
|
||
"type": "module",
|
||
"main": "./src/index.ts",
|
||
"dependencies": {
|
||
"@triliumnext/ckeditor5-admonition": "workspace:*",
|
||
"@triliumnext/ckeditor5-footnotes": "workspace:*",
|
||
"@triliumnext/ckeditor5-keyboard-marker": "workspace:*",
|
||
"@triliumnext/ckeditor5-math": "workspace:*",
|
||
"@triliumnext/ckeditor5-mermaid": "workspace:*",
|
||
"ckeditor5": "47.0.0",
|
||
"ckeditor5-premium-features": "47.0.0"
|
||
},
|
||
"devDependencies": {
|
||
"@smithy/middleware-retry": "4.4.3",
|
||
"@types/jquery": "3.5.33"
|
||
}
|
||
}
|