ckeditor5-custom-build-mathtype-imageresize
Version:
A custom CKEditor 5 build with Mathtype and imageresize plugin.
66 lines (65 loc) • 2.42 kB
JSON
{
"name": "ckeditor5-custom-build-mathtype-imageresize",
"author": "mkt",
"description": "A custom CKEditor 5 build with Mathtype and imageresize plugin.",
"version": "1.0.1",
"license": "SEE LICENSE IN LICENSE.md",
"main": "./build/ckeditor.js",
"devDependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "^32.0.0",
"@ckeditor/ckeditor5-autoformat": "^32.0.0",
"@ckeditor/ckeditor5-basic-styles": "^32.0.0",
"@ckeditor/ckeditor5-block-quote": "^32.0.0",
"@ckeditor/ckeditor5-clipboard": "^32.0.0",
"@ckeditor/ckeditor5-cloud-services": "^32.0.0",
"@ckeditor/ckeditor5-dev-utils": "^25.4.5",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^25.4.5",
"@ckeditor/ckeditor5-easy-image": "^32.0.0",
"@ckeditor/ckeditor5-editor-classic": "^32.0.0",
"@ckeditor/ckeditor5-essentials": "^32.0.0",
"@ckeditor/ckeditor5-font": "^32.0.0",
"@ckeditor/ckeditor5-heading": "^32.0.0",
"@ckeditor/ckeditor5-highlight": "^32.0.0",
"@ckeditor/ckeditor5-image": "^32.0.0",
"@ckeditor/ckeditor5-indent": "^32.0.0",
"@ckeditor/ckeditor5-link": "^32.0.0",
"@ckeditor/ckeditor5-list": "^32.0.0",
"@ckeditor/ckeditor5-media-embed": "^32.0.0",
"@ckeditor/ckeditor5-paragraph": "^32.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^32.0.0",
"@ckeditor/ckeditor5-table": "^32.0.0",
"@ckeditor/ckeditor5-theme-lark": "^32.0.0",
"@ckeditor/ckeditor5-typing": "^32.0.0",
"@wiris/mathtype-ckeditor5": "^7.27.2",
"css-loader": "^5.2.7",
"postcss": "^7.0.39",
"postcss-loader": "^4.3.0",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahesh-trapasiya/ckeditor5-custom-build-mathtype-imageresize"
},
"homepage": "https://github.com/mahesh-trapasiya/ckeditor5-custom-build-mathtype-imageresize",
"keywords": [
"ckeditor-react",
"ckeditor-next",
"ckeditor",
"ckeditor5",
"ckeditor 5",
"ckeditor5-feature",
"ckeditor5-plugin",
"ckeditor5-react",
"ckeditor5-mathtype",
"ckeditor5-imageresize",
"ckeditor5-drag-drop"
],
"scripts": {
"build": "webpack --mode production",
"start": "npx http-server -o ./sample -s -c-1"
}
}