@ckeditor/ckeditor5-comments
Version:
Collaborative comments feature for CKEditor 5.
93 lines (92 loc) • 2.42 kB
JSON
{
"name": "@ckeditor/ckeditor5-comments",
"version": "47.3.0",
"description": "Collaborative comments feature for CKEditor 5.",
"license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (http://cksource.com/)",
"bugs": {
"url": "https://support.ckeditor.com/hc/en-us/requests/new"
},
"homepage": "https://ckeditor.com/collaboration/comments/",
"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": "src/index.js",
"files": [
"build",
"dist",
"lang",
"src/**/*.js",
"src/**/*.d.ts",
"theme",
"ckeditor5-metadata.json",
"CHANGELOG.md"
],
"dependencies": {
"@ckeditor/ckeditor5-clipboard": "47.3.0",
"@ckeditor/ckeditor5-collaboration-core": "47.3.0",
"@ckeditor/ckeditor5-core": "47.3.0",
"@ckeditor/ckeditor5-engine": "47.3.0",
"@ckeditor/ckeditor5-enter": "47.3.0",
"@ckeditor/ckeditor5-icons": "47.3.0",
"@ckeditor/ckeditor5-paragraph": "47.3.0",
"@ckeditor/ckeditor5-revision-history": "47.3.0",
"@ckeditor/ckeditor5-select-all": "47.3.0",
"@ckeditor/ckeditor5-source-editing": "47.3.0",
"@ckeditor/ckeditor5-theme-lark": "47.3.0",
"@ckeditor/ckeditor5-typing": "47.3.0",
"@ckeditor/ckeditor5-ui": "47.3.0",
"@ckeditor/ckeditor5-undo": "47.3.0",
"@ckeditor/ckeditor5-utils": "47.3.0",
"@ckeditor/ckeditor5-widget": "47.3.0",
"ckeditor5": "47.3.0",
"ckeditor5-collaboration": "47.3.0",
"es-toolkit": "1.39.5"
},
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.js",
"default": "./src/index.js"
},
"./dist/*": {
"types": "./src/index.d.ts",
"import": "./dist/*",
"default": "./dist/*"
},
"./src/*": {
"types": "./src/*.d.ts",
"import": "./src/*",
"default": "./src/*"
},
"./build/*": "./build/*",
"./lang/*": "./lang/*",
"./theme/*": "./theme/*",
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
"./package.json": "./package.json"
},
"obfuscated": true
}