@ckeditor/ckeditor5-collaboration-core
Version:
Base utilities used by CKEditor 5 collaboration features to support multiple users working together in a rich text editor.
61 lines (60 loc) • 1.58 kB
JSON
{
"name": "@ckeditor/ckeditor5-collaboration-core",
"version": "48.1.1",
"description": "Base utilities used by CKEditor 5 collaboration features to support multiple users working together in a rich text editor.",
"license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (http://cksource.com/)",
"homepage": "https://ckeditor.com/collaboration/",
"bugs": {
"url": "https://support.ckeditor.com/hc/en-us/requests/new"
},
"keywords": [
"CKEditor",
"ckeditor5",
"ckeditor 5",
"WYSIWYG",
"WYSIWYW",
"text",
"rich-text",
"richtext",
"editor",
"editing",
"html",
"operational transformation",
"ot",
"collaboration",
"collaborative",
"real-time",
"realtime",
"real time",
"framework"
],
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},
"dependencies": {
"@ckeditor/ckeditor5-comments": "48.1.1",
"@ckeditor/ckeditor5-core": "48.1.1",
"@ckeditor/ckeditor5-engine": "48.1.1",
"@ckeditor/ckeditor5-icons": "48.1.1",
"@ckeditor/ckeditor5-link": "48.1.1",
"@ckeditor/ckeditor5-list": "48.1.1",
"@ckeditor/ckeditor5-track-changes": "48.1.1",
"@ckeditor/ckeditor5-ui": "48.1.1",
"@ckeditor/ckeditor5-utils": "48.1.1",
"@ckeditor/ckeditor5-widget": "48.1.1",
"@types/luxon": "3.6.2",
"diff": "8.0.3",
"luxon": "3.6.1"
},
"files": [
"dist",
"CHANGELOG.md"
],
"types": "./dist/index.d.ts",
"obfuscated": true
}