1441 |
ariadna |
1 |
{
|
|
|
2 |
"name": "ckeditor5-custom-build",
|
|
|
3 |
"author": "CKSource",
|
|
|
4 |
"description": "A custom CKEditor 5 build made by the CKEditor 5 online builder.",
|
|
|
5 |
"version": "0.0.1",
|
|
|
6 |
"license": "SEE LICENSE IN LICENSE.md",
|
|
|
7 |
"private": true,
|
|
|
8 |
"main": "./build/ckeditor.js",
|
|
|
9 |
"types": "./build/ckeditor.d.ts",
|
|
|
10 |
"dependencies": {
|
|
|
11 |
"@ckeditor/ckeditor5-alignment": "^43.0.0",
|
|
|
12 |
"@ckeditor/ckeditor5-autoformat": "^43.0.0",
|
|
|
13 |
"@ckeditor/ckeditor5-basic-styles": "^43.0.0",
|
|
|
14 |
"@ckeditor/ckeditor5-block-quote": "^43.0.0",
|
|
|
15 |
"@ckeditor/ckeditor5-code-block": "^43.0.0",
|
|
|
16 |
"@ckeditor/ckeditor5-editor-classic": "^43.0.0",
|
|
|
17 |
"@ckeditor/ckeditor5-essentials": "^43.0.0",
|
|
|
18 |
"@ckeditor/ckeditor5-font": "^43.0.0",
|
|
|
19 |
"@ckeditor/ckeditor5-heading": "^43.0.0",
|
|
|
20 |
"@ckeditor/ckeditor5-highlight": "^43.0.0",
|
|
|
21 |
"@ckeditor/ckeditor5-horizontal-line": "^43.0.0",
|
|
|
22 |
"@ckeditor/ckeditor5-html-support": "^43.0.0",
|
|
|
23 |
"@ckeditor/ckeditor5-image": "^43.0.0",
|
|
|
24 |
"@ckeditor/ckeditor5-indent": "^43.0.0",
|
|
|
25 |
"@ckeditor/ckeditor5-link": "^43.0.0",
|
|
|
26 |
"@ckeditor/ckeditor5-list": "^43.0.0",
|
|
|
27 |
"@ckeditor/ckeditor5-media-embed": "^43.0.0",
|
|
|
28 |
"@ckeditor/ckeditor5-paragraph": "^43.0.0",
|
|
|
29 |
"@ckeditor/ckeditor5-paste-from-office": "^43.0.0",
|
|
|
30 |
"@ckeditor/ckeditor5-remove-format": "^43.0.0",
|
|
|
31 |
"@ckeditor/ckeditor5-select-all": "^43.0.0",
|
|
|
32 |
"@ckeditor/ckeditor5-typing": "^43.0.0",
|
|
|
33 |
"@h5p/ckeditor5-table": "github:h5p/h5p-ckeditor-table#0.0.12"
|
|
|
34 |
},
|
|
|
35 |
"devDependencies": {
|
|
|
36 |
"@ckeditor/ckeditor5-core": "^43.0.0",
|
|
|
37 |
"@ckeditor/ckeditor5-dev-translations": "^32.1.2",
|
|
|
38 |
"@ckeditor/ckeditor5-dev-utils": "^32.1.2",
|
|
|
39 |
"@ckeditor/ckeditor5-theme-lark": "^43.0.0",
|
|
|
40 |
"css-loader": "^5.2.7",
|
|
|
41 |
"postcss": "^8.4.29",
|
|
|
42 |
"postcss-loader": "^4.3.0",
|
|
|
43 |
"raw-loader": "^4.0.2",
|
|
|
44 |
"style-loader": "^2.0.0",
|
|
|
45 |
"terser-webpack-plugin": "^4.2.3",
|
|
|
46 |
"ts-loader": "^9.4.4",
|
|
|
47 |
"typescript": "5.0.4",
|
|
|
48 |
"webpack": "^5.88.2",
|
|
|
49 |
"webpack-cli": "^4.10.0"
|
|
|
50 |
},
|
|
|
51 |
"scripts": {
|
|
|
52 |
"build": "webpack --mode production",
|
|
|
53 |
"postbuild": "tsc --declaration --declarationDir build --stripInternal --emitDeclarationOnly"
|
|
|
54 |
}
|
|
|
55 |
}
|