UNPKG

@ckeditor/ckeditor5-comments

Version:

Collaborative comments feature for CKEditor 5.

68 lines (67 loc) 1.8 kB
{ "name": "@ckeditor/ckeditor5-comments", "version": "48.1.1", "description": "Collaborative comments feature for CKEditor 5.", "license": "SEE LICENSE IN LICENSE.md", "author": "CKSource (http://cksource.com/)", "homepage": "https://ckeditor.com/collaboration/comments/", "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", "comments", "comment", "discussion", "discussions" ], "type": "module", "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./dist/*": "./dist/*", "./package.json": "./package.json" }, "dependencies": { "@ckeditor/ckeditor5-clipboard": "48.1.1", "@ckeditor/ckeditor5-collaboration-core": "48.1.1", "@ckeditor/ckeditor5-core": "48.1.1", "@ckeditor/ckeditor5-engine": "48.1.1", "@ckeditor/ckeditor5-enter": "48.1.1", "@ckeditor/ckeditor5-icons": "48.1.1", "@ckeditor/ckeditor5-paragraph": "48.1.1", "@ckeditor/ckeditor5-revision-history": "48.1.1", "@ckeditor/ckeditor5-select-all": "48.1.1", "@ckeditor/ckeditor5-source-editing": "48.1.1", "@ckeditor/ckeditor5-typing": "48.1.1", "@ckeditor/ckeditor5-ui": "48.1.1", "@ckeditor/ckeditor5-undo": "48.1.1", "@ckeditor/ckeditor5-utils": "48.1.1", "@ckeditor/ckeditor5-widget": "48.1.1", "es-toolkit": "1.45.1" }, "files": [ "dist", "ckeditor5-metadata.json", "CHANGELOG.md" ], "types": "./dist/index.d.ts", "obfuscated": true }