ckeditor5-classic-plus-fyp
Version:
CKEditor 5 Classic Plus is a custom build built on top of CKEditor 5 Build - Classic (version: 29.1.0). It adds Simple Upload Adapter, Image Resize, Font Styling and much more to the official build.
81 lines (80 loc) • 3.01 kB
JSON
{
"name": "ckeditor5-classic-plus-fyp",
"version": "1.0.2",
"description": "CKEditor 5 Classic Plus is a custom build built on top of CKEditor 5 Build - Classic (version: 29.1.0). It adds Simple Upload Adapter, Image Resize, Font Styling and much more to the official build.",
"keywords": [
"ckeditor5-build",
"ckeditor",
"ckeditor5",
"ckeditor 5",
"wysiwyg",
"rich text",
"editor",
"html",
"contentEditable",
"editing",
"ckeditor5-build-classic",
"ckeditor5-classic-plus",
"ckeditor5-react",
"wysiwyg for React"
],
"main": "./build/ckeditor.js",
"files": [
"build"
],
"dependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "^29.1.0",
"@ckeditor/ckeditor5-alignment": "^29.1.0",
"@ckeditor/ckeditor5-autoformat": "^29.1.0",
"@ckeditor/ckeditor5-basic-styles": "^29.1.0",
"@ckeditor/ckeditor5-block-quote": "^29.1.0",
"@ckeditor/ckeditor5-ckfinder": "^29.1.0",
"@ckeditor/ckeditor5-cloud-services": "^29.1.0",
"@ckeditor/ckeditor5-code-block": "^29.1.0",
"@ckeditor/ckeditor5-easy-image": "^29.1.0",
"@ckeditor/ckeditor5-editor-classic": "^29.1.0",
"@ckeditor/ckeditor5-essentials": "^29.1.0",
"@ckeditor/ckeditor5-font": "^29.1.0",
"@ckeditor/ckeditor5-heading": "^29.1.0",
"@ckeditor/ckeditor5-horizontal-line": "^29.1.0",
"@ckeditor/ckeditor5-image": "^29.1.0",
"@ckeditor/ckeditor5-indent": "^29.1.0",
"@ckeditor/ckeditor5-link": "^29.1.0",
"@ckeditor/ckeditor5-list": "^29.1.0",
"@ckeditor/ckeditor5-media-embed": "^29.1.0",
"@ckeditor/ckeditor5-paragraph": "^29.1.0",
"@ckeditor/ckeditor5-paste-from-office": "^29.1.0",
"@ckeditor/ckeditor5-table": "^29.1.0",
"@ckeditor/ckeditor5-typing": "^29.1.0",
"@ckeditor/ckeditor5-upload": "^29.1.0",
"@ckeditor/ckeditor5-source-editing": "^29.1.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-core": "^29.1.0",
"@ckeditor/ckeditor5-dev-utils": "^25.4.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^25.0.0",
"@ckeditor/ckeditor5-theme-lark": "^29.1.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=5.7.1"
},
"author": "Rahul Santosh Gupta (https://github.com/guptaji048), Cañadas Pascal (https://github.com/leknoppix), Neeraj Kumar Das (https://github.com/nkdas91), CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/guptaji048/ckeditor-custom-build",
"bugs": "https://github.com/nkdas91/ckeditor5-classic-plus/issues",
"repository": {
"type": "git",
"url": "https://github.com/guptaji048/ckeditor-custom-build.git"
},
"scripts": {
"build": "webpack --mode production",
"preversion": "npm run build"
}
}