Files
Trilium/packages/ckeditor5/package.json

22 lines
703 B
JSON
Raw Normal View History

{
"name": "@triliumnext/ckeditor5",
"description": "The document editor build of CKEditor 5 the best browser-based rich text editor.",
2025-05-07 19:07:33 +03:00
"version": "45.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"dependencies": {
"@triliumnext/ckeditor5-admonition": "workspace:*",
"@triliumnext/ckeditor5-footnotes": "workspace:*",
2025-06-16 19:07:11 +03:00
"@triliumnext/ckeditor5-keyboard-marker": "workspace:*",
"@triliumnext/ckeditor5-math": "workspace:*",
"@triliumnext/ckeditor5-mermaid": "workspace:*",
"ckeditor5": "47.1.0",
"ckeditor5-premium-features": "47.1.0"
},
"devDependencies": {
"@smithy/middleware-retry": "4.4.4",
"@types/jquery": "3.5.33"
}
}