@ckeditor/ckeditor5-core
Version:
The core architecture of CKEditor 5 – the best browser-based rich text editor.
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "@ckeditor/ckeditor5-core",
"version": "48.0.0",
"description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.",
"license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (http://cksource.com/)",
"homepage": "https://ckeditor.com/ckeditor-5",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5.git",
"directory": "packages/ckeditor5-core"
},
"keywords": [
"wysiwyg",
"rich text",
"editor",
"html",
"contentEditable",
"editing",
"operational transformation",
"ot",
"collaboration",
"collaborative",
"real-time",
"framework",
"ckeditor",
"ckeditor5",
"ckeditor 5",
"ckeditor5-lib"
],
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},
"dependencies": {
"@ckeditor/ckeditor5-engine": "48.0.0",
"@ckeditor/ckeditor5-ui": "48.0.0",
"@ckeditor/ckeditor5-utils": "48.0.0",
"@ckeditor/ckeditor5-watchdog": "48.0.0",
"es-toolkit": "1.45.1"
},
"files": [
"dist",
"CHANGELOG.md"
],
"types": "./dist/index.d.ts"
}