UNPKG

@ckeditor/ckeditor5-real-time-collaboration

Version:

A set of CKEditor 5 features enabling real-time collaboration within the editor using CKEditor Cloud Services.

65 lines (64 loc) 1.8 kB
{ "name": "@ckeditor/ckeditor5-real-time-collaboration", "version": "48.2.0", "description": "A set of CKEditor 5 features enabling real-time collaboration within the editor using CKEditor Cloud Services.", "license": "SEE LICENSE IN LICENSE.md", "author": "CKSource (http://cksource.com/)", "homepage": "https://ckeditor.com/collaboration/real-time/", "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", "framework" ], "type": "module", "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./dist/*": "./dist/*", "./package.json": "./package.json" }, "sideEffects": [ "*.css", "dist/translations/*.umd.js" ], "dependencies": { "@ckeditor/ckeditor-cloud-services-collaboration": "54.0.5", "@ckeditor/ckeditor5-cloud-services": "48.2.0", "@ckeditor/ckeditor5-collaboration-core": "48.2.0", "@ckeditor/ckeditor5-comments": "48.2.0", "@ckeditor/ckeditor5-core": "48.2.0", "@ckeditor/ckeditor5-editor-multi-root": "48.2.0", "@ckeditor/ckeditor5-engine": "48.2.0", "@ckeditor/ckeditor5-operations-compressor": "48.2.0", "@ckeditor/ckeditor5-revision-history": "48.2.0", "@ckeditor/ckeditor5-track-changes": "48.2.0", "@ckeditor/ckeditor5-ui": "48.2.0", "@ckeditor/ckeditor5-utils": "48.2.0", "es-toolkit": "1.45.1" }, "files": [ "dist", "ckeditor5-metadata.json", "CHANGELOG.md" ], "types": "./dist/index.d.ts", "obfuscated": true }