Notes/packages/ckeditor5/package.json

45 lines
1.2 KiB
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": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
"./emoji_definitions/": "./src/emoji_definitions/",
"./content.css": "./dist/content.css",
"./index.css": "./dist/index.css",
".": {
"development": "./src/index.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"nx": {
"name": "ckeditor5",
"targets": {
"typecheck": {
2025-06-16 19:07:11 +03:00
"dependsOn": [
"^build"
]
}
}
},
"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": "45.2.0",
"ckeditor5-premium-features": "45.2.0"
},
"devDependencies": {
"@types/jquery": "3.5.32"
}
}