@ckeditor/ckeditor5-vue
Version:
Official Vue.js 3+ component for CKEditor 5 – the best browser-based rich text editor.
75 lines (74 loc) • 1.63 kB
JSON
{
"name": "@ckeditor/ckeditor5-vue",
"version": "7.3.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": {
"lodash-es": "^4.17.21",
"@ckeditor/ckeditor5-integrations-common": "^2.2.2"
},
"peerDependencies": {
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly",
"vue": "^3.4.0"
},
"resolutions": {
"wrap-ansi": "7.0.0",
"string-width": "4.1.0",
"semver": "^7.0.0",
"ws": "^8"
},
"engines": {
"node": ">=18.0.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": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/ckeditor/ckeditor5-vue/issues"
},
"homepage": "https://github.com/ckeditor/ckeditor5-vue",
"eslintIgnore": [
"coverage/**",
"dist/**"
],
"lint-staged": {
"**/*.{js,ts,vue}": [
"eslint --quiet"
]
}
}