2025-05-03 11:44:18 +03:00
|
|
|
|
{
|
|
|
|
|
"name": "@triliumnext/ckeditor5",
|
2025-05-07 13:56:51 +03:00
|
|
|
|
"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",
|
2025-05-03 11:44:18 +03:00
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"module": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
"./package.json": "./package.json",
|
2025-05-07 18:27:37 +03:00
|
|
|
|
"./emoji_definitions/": "./src/emoji_definitions/",
|
2025-05-09 10:29:24 +03:00
|
|
|
|
"./content.css": "./dist/content.css",
|
2025-05-09 14:19:42 +03:00
|
|
|
|
"./index.css": "./dist/index.css",
|
2025-05-03 11:44:18 +03:00
|
|
|
|
".": {
|
|
|
|
|
"development": "./src/index.ts",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
|
"default": "./dist/index.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nx": {
|
2025-05-05 21:12:00 +03:00
|
|
|
|
"name": "ckeditor5",
|
|
|
|
|
"targets": {
|
|
|
|
|
"typecheck": {
|
2025-06-16 19:07:11 +03:00
|
|
|
|
"dependsOn": [
|
|
|
|
|
"^build"
|
|
|
|
|
]
|
2025-05-05 21:12:00 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2025-05-03 11:44:18 +03:00
|
|
|
|
},
|
2025-05-03 12:04:55 +03:00
|
|
|
|
"dependencies": {
|
2025-05-04 21:10:06 +03:00
|
|
|
|
"@triliumnext/ckeditor5-admonition": "workspace:*",
|
2025-05-04 23:03:29 +03:00
|
|
|
|
"@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"
|
2025-05-03 17:00:24 +03:00
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/jquery": "3.5.32"
|
2025-05-03 12:04:55 +03:00
|
|
|
|
}
|
2025-05-03 11:44:18 +03:00
|
|
|
|
}
|