mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
||
"name": "@triliumnext/ckeditor5",
|
||
"description": "The document editor build of CKEditor 5 – the best browser-based rich text editor.",
|
||
"version": "43.2.0",
|
||
"private": true,
|
||
"type": "module",
|
||
"main": "./dist/index.js",
|
||
"module": "./dist/index.js",
|
||
"types": "./dist/index.d.ts",
|
||
"exports": {
|
||
"./package.json": "./package.json",
|
||
".": {
|
||
"development": "./src/index.ts",
|
||
"types": "./dist/index.d.ts",
|
||
"import": "./dist/index.js",
|
||
"default": "./dist/index.js"
|
||
}
|
||
},
|
||
"nx": {
|
||
"name": "ckeditor5",
|
||
"targets": {
|
||
"typecheck": {
|
||
"dependsOn": [ "^build" ]
|
||
}
|
||
}
|
||
},
|
||
"dependencies": {
|
||
"ckeditor5": "43.2.0",
|
||
"@triliumnext/ckeditor5-keyboard-marker": "workspace:*",
|
||
"@triliumnext/ckeditor5-mermaid": "workspace:*",
|
||
"@triliumnext/ckeditor5-admonition": "workspace:*",
|
||
"@triliumnext/ckeditor5-footnotes": "workspace:*",
|
||
"@triliumnext/ckeditor5-math": "workspace:*"
|
||
},
|
||
"devDependencies": {
|
||
"@types/jquery": "3.5.32"
|
||
}
|
||
}
|