UNPKG

@robhedley/ckeditorcustom

Version:

Custom package of CKEditor including autoImage and autoLink plugins

60 lines (58 loc) 1.99 kB
{ "name": "@robhedley/ckeditorcustom", "version": "1.0.1", "description": "Custom package of CKEditor including autoImage and autoLink plugins", "main": "index.js", "private": false, "repository": { "type": "git", "url": "git+https://github.com/RobHedley/ckeditorCustomBuild.git" }, "keywords": [ "CKEditor", "Classic", "autoImage", "autoLink" ], "author": "Rob Hedley", "license": "ISC", "bugs": { "url": "https://github.com/RobHedley/ckeditorCustomBuild/issues" }, "homepage": "https://github.com/RobHedley/ckeditorCustomBuild#readme", "devDependencies": { "@ckeditor/ckeditor5-adapter-ckfinder": "^25.0.0", "@ckeditor/ckeditor5-alignment": "^25.0.0", "@ckeditor/ckeditor5-autoformat": "^25.0.0", "@ckeditor/ckeditor5-basic-styles": "^25.0.0", "@ckeditor/ckeditor5-block-quote": "^25.0.0", "@ckeditor/ckeditor5-ckfinder": "^25.0.0", "@ckeditor/ckeditor5-code-block": "^25.0.0", "@ckeditor/ckeditor5-dev-utils": "^24.0.2", "@ckeditor/ckeditor5-dev-webpack-plugin": "^24.0.2", "@ckeditor/ckeditor5-editor-classic": "^25.0.0", "@ckeditor/ckeditor5-essentials": "^25.0.0", "@ckeditor/ckeditor5-heading": "^25.0.0", "@ckeditor/ckeditor5-image": "^25.0.0", "@ckeditor/ckeditor5-indent": "^25.0.0", "@ckeditor/ckeditor5-link": "^25.0.0", "@ckeditor/ckeditor5-list": "^25.0.0", "@ckeditor/ckeditor5-media-embed": "^25.0.0", "@ckeditor/ckeditor5-paragraph": "^25.0.0", "@ckeditor/ckeditor5-paste-from-office": "^25.0.0", "@ckeditor/ckeditor5-table": "^25.0.0", "@ckeditor/ckeditor5-theme-lark": "^25.0.0", "@ckeditor/ckeditor5-typing": "^25.0.0", "css-loader": "^5.0.1", "postcss": "^8.2.4", "postcss-loader": "^4.2.0", "raw-loader": "^4.0.2", "style-loader": "^2.0.0", "terser-webpack-plugin": "^4.2.3", "webpack": "^4.46.0", "webpack-cli": "^4.4.0" }, "scripts": { "build": "webpack --mode production" } }