-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
86 lines (86 loc) · 2.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ckeditor5-classic-plus",
"version": "41.3.0",
"description": "CKEditor 5 Classic Plus is a custom build built on top of CKEditor 5 Build - Classic (version: 41.3.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",
"operational transformation",
"ot",
"collaboration",
"collaborative",
"real-time",
"framework",
"ckeditor5-build-classic",
"ckeditor5-classic-plus",
"ckeditor5-react",
"wysiwyg for React"
],
"main": "./build/ckeditor.js",
"types": "./build/ckeditor.d.ts",
"files": [
"build"
],
"dependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "^41.3.0",
"@ckeditor/ckeditor5-alignment": "^41.3.0",
"@ckeditor/ckeditor5-autoformat": "^41.3.0",
"@ckeditor/ckeditor5-basic-styles": "^41.3.0",
"@ckeditor/ckeditor5-block-quote": "^41.3.0",
"@ckeditor/ckeditor5-ckbox": "^41.3.0",
"@ckeditor/ckeditor5-ckfinder": "^41.3.0",
"@ckeditor/ckeditor5-cloud-services": "^41.3.0",
"@ckeditor/ckeditor5-code-block": "^41.3.0",
"@ckeditor/ckeditor5-easy-image": "^41.3.0",
"@ckeditor/ckeditor5-editor-classic": "^41.3.0",
"@ckeditor/ckeditor5-essentials": "^41.3.0",
"@ckeditor/ckeditor5-find-and-replace": "^41.3.0",
"@ckeditor/ckeditor5-font": "^41.3.0",
"@ckeditor/ckeditor5-heading": "^41.3.0",
"@ckeditor/ckeditor5-horizontal-line": "^41.3.0",
"@ckeditor/ckeditor5-image": "^41.3.0",
"@ckeditor/ckeditor5-indent": "^41.3.0",
"@ckeditor/ckeditor5-link": "^41.3.0",
"@ckeditor/ckeditor5-list": "^41.3.0",
"@ckeditor/ckeditor5-media-embed": "^41.3.0",
"@ckeditor/ckeditor5-paragraph": "^41.3.0",
"@ckeditor/ckeditor5-paste-from-office": "^41.3.0",
"@ckeditor/ckeditor5-table": "^41.3.0",
"@ckeditor/ckeditor5-typing": "^41.3.0",
"@ckeditor/ckeditor5-upload": "^41.3.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-core": "41.3.0",
"@ckeditor/ckeditor5-dev-translations": "^39.0.0",
"@ckeditor/ckeditor5-dev-utils": "^39.0.0",
"@ckeditor/ckeditor5-theme-lark": "41.3.0",
"terser-webpack-plugin": "^4.2.3",
"typescript": "5.0.4",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=5.7.1"
},
"author": "Neeraj Kumar Das (https://github.com/nkdas91)",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/nkdas91/ckeditor5-classic-plus",
"bugs": "https://github.com/nkdas91/ckeditor5-classic-plus/issues",
"repository": {
"type": "git",
"url": "https://github.com/nkdas91/ckeditor5-classic-plus.git"
},
"scripts": {
"build": "webpack --mode production",
"postbuild": "tsc -p ./tsconfig.types.json"
}
}