UNPKG

@doracoder/ckeditor5-custom-build

Version:

A custom CKEditor 5 build made by the CKEditor 5 online builder.

66 lines (65 loc) 2.28 kB
{ "name": "@doracoder/ckeditor5-custom-build", "author": "Tran Quy <tranphuquy19@gmail.com>", "description": "A custom CKEditor 5 build made by the CKEditor 5 online builder.", "version": "1.0.3", "license": "SEE LICENSE IN LICENSE.md", "private": false, "files": [ "build/**/*", "sample/**/*", "src/**/*", "temp/**/*", "*.md", "*.js" ], "homepage": "https://github.com/tranphuquy19/ckeditor5-custom-build#readme", "keywords": ["ckeditor", "wysiwyg", "react", "react-ckeditor", "react-wysiwyg"], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/tranphuquy19/ckeditor5-custom-build.git" }, "devDependencies": { "@ckeditor/ckeditor5-alignment": "^24.0.0", "@ckeditor/ckeditor5-basic-styles": "^24.0.0", "@ckeditor/ckeditor5-block-quote": "^24.0.0", "@ckeditor/ckeditor5-dev-utils": "^23.6.1", "@ckeditor/ckeditor5-dev-webpack-plugin": "^23.6.1", "@ckeditor/ckeditor5-editor-classic": "^24.0.0", "@ckeditor/ckeditor5-essentials": "^24.0.0", "@ckeditor/ckeditor5-font": "^24.0.0", "@ckeditor/ckeditor5-heading": "^24.0.0", "@ckeditor/ckeditor5-highlight": "^24.0.0", "@ckeditor/ckeditor5-horizontal-line": "^24.0.0", "@ckeditor/ckeditor5-image": "^24.0.0", "@ckeditor/ckeditor5-indent": "^24.0.0", "@ckeditor/ckeditor5-link": "^24.0.0", "@ckeditor/ckeditor5-list": "^24.0.0", "@ckeditor/ckeditor5-media-embed": "^24.0.0", "@ckeditor/ckeditor5-paragraph": "^24.0.0", "@ckeditor/ckeditor5-paste-from-office": "^24.0.0", "@ckeditor/ckeditor5-remove-format": "^24.0.0", "@ckeditor/ckeditor5-special-characters": "^24.0.0", "@ckeditor/ckeditor5-table": "^24.0.0", "@ckeditor/ckeditor5-theme-lark": "^24.0.0", "@ckeditor/ckeditor5-word-count": "^24.0.0", "css-loader": "^5.0.1", "postcss": "^8.2.1", "postcss-loader": "^4.1.0", "raw-loader": "^4.0.2", "style-loader": "^2.0.0", "terser-webpack-plugin": "^4.2.3", "webpack": "^4.44.2", "webpack-cli": "^4.2.0" }, "scripts": { "build": "webpack --mode production" }, "dependencies": { "@ckeditor/ckeditor5-autoformat": "^24.0.0", "@ckeditor/ckeditor5-easy-image": "^24.0.0" } }