@ckeditor/ckeditor5-angular
Version:
Official Angular component for CKEditor 5 – the best browser-based rich text editor.
55 lines (54 loc) • 1.43 kB
JSON
{
"name": "@ckeditor/ckeditor5-angular",
"version": "9.1.0",
"description": "Official Angular component for CKEditor 5 – the best browser-based rich text editor.",
"keywords": [
"wysiwyg",
"rich text",
"editor",
"html",
"contentEditable",
"editing",
"angular",
"angular2",
"angular 5",
"ng",
"component",
"ckeditor",
"ckeditor5",
"ckeditor 5"
],
"dependencies": {
"@ckeditor/ckeditor5-integrations-common": "^2.2.2",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly",
"rxjs": ">=6.0.0"
},
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
"homepage": "https://ckeditor.com",
"bugs": "https://github.com/ckeditor/ckeditor5-angular/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-angular.git"
},
"module": "fesm2022/ckeditor-ckeditor5-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ckeditor-ckeditor5-angular.mjs",
"esm": "./esm2022/ckeditor-ckeditor5-angular.mjs",
"default": "./fesm2022/ckeditor-ckeditor5-angular.mjs"
}
},
"sideEffects": false
}