@ckeditor/ckeditor5-vue
Version:
Official Vue.js 3+ component for CKEditor 5 – the best browser-based rich text editor.
62 lines (61 loc) • 1.43 kB
JSON
{
"name": "@ckeditor/ckeditor5-vue",
"version": "8.0.0",
"description": "Official Vue.js 3+ component for CKEditor 5 – the best browser-based rich text editor.",
"keywords": [
"wysiwyg",
"rich text",
"editor",
"html",
"contentEditable",
"editing",
"vue",
"vue.js",
"vue component",
"vue.js component",
"ckeditor",
"ckeditor5",
"ckeditor 5"
],
"type": "module",
"main": "./dist/ckeditor.umd.cjs",
"module": "./dist/ckeditor.js",
"types": "./dist/plugin.d.ts",
"exports": {
".": {
"types": "./dist/plugin.d.ts",
"import": "./dist/ckeditor.js",
"require": "./dist/ckeditor.umd.cjs"
},
"./package.json": "./package.json"
},
"dependencies": {
"@ckeditor/ckeditor5-integrations-common": "^2.3.1",
"lodash-es": "^4.18.1"
},
"peerDependencies": {
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly || ^0.0.0-internal",
"vue": "^3.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-vue.git"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"author": "CKSource (http://cksource.com/)",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/ckeditor/ckeditor5-vue/issues"
},
"homepage": "https://github.com/ckeditor/ckeditor5-vue",
"lint-staged": {
"**/*": [
"eslint --quiet"
]
}
}