-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
88 lines (88 loc) · 2.9 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
87
88
{
"name": "ckeditor5-build-strapi-wysiwyg",
"version": "2.1.1",
"description": "CKEditor 5 build for Strapi WYSIWYG editor replacement",
"author": "Pavel Roslovets (https://github.com/roslovets)",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg",
"bugs": "https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg/issues",
"repository": {
"type": "git",
"url": "https://github.com/Roslovets-Inc/ckeditor5-build-strapi-wysiwyg.git"
},
"private": false,
"keywords": [
"ckeditor5-build",
"ckeditor",
"ckeditor5",
"ckeditor 5",
"wysiwyg",
"rich text",
"editor",
"html",
"contentEditable",
"editing",
"operational transformation",
"ot",
"collaboration",
"collaborative",
"real-time",
"framework",
"strapi"
],
"main": "./build/ckeditor.js",
"files": [
"build"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=5.7.1"
},
"scripts": {
"build": "webpack --mode development",
"prepare": "npm run build",
"preversion": "npm run build",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@ckeditor/ckeditor5-alignment": "^33.0.0",
"@ckeditor/ckeditor5-autoformat": "^33.0.0",
"@ckeditor/ckeditor5-basic-styles": "^33.0.0",
"@ckeditor/ckeditor5-block-quote": "^33.0.0",
"@ckeditor/ckeditor5-ckfinder": "^33.0.0",
"@ckeditor/ckeditor5-code-block": "^33.0.0",
"@ckeditor/ckeditor5-core": "^33.0.0",
"@ckeditor/ckeditor5-dev-utils": "^29.0.2",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^29.0.2",
"@ckeditor/ckeditor5-easy-image": "^33.0.0",
"@ckeditor/ckeditor5-editor-classic": "^33.0.0",
"@ckeditor/ckeditor5-essentials": "^33.0.0",
"@ckeditor/ckeditor5-font": "^33.0.0",
"@ckeditor/ckeditor5-heading": "^33.0.0",
"@ckeditor/ckeditor5-highlight": "^33.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^33.0.0",
"@ckeditor/ckeditor5-html-embed": "^33.0.0",
"@ckeditor/ckeditor5-image": "^33.0.0",
"@ckeditor/ckeditor5-indent": "^33.0.0",
"@ckeditor/ckeditor5-link": "^33.0.0",
"@ckeditor/ckeditor5-list": "^33.0.0",
"@ckeditor/ckeditor5-media-embed": "^33.0.0",
"@ckeditor/ckeditor5-paragraph": "^33.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^33.0.0",
"@ckeditor/ckeditor5-remove-format": "^33.0.0",
"@ckeditor/ckeditor5-source-editing": "^33.0.0",
"@ckeditor/ckeditor5-special-characters": "^33.0.0",
"@ckeditor/ckeditor5-table": "^33.0.0",
"@ckeditor/ckeditor5-theme-lark": "^33.0.0",
"@ckeditor/ckeditor5-typing": "^33.0.0",
"@gtomato/ckeditor5-strapi-upload-plugin": "^1.0.0",
"css-loader": "^5.2.7",
"postcss-loader": "^4.3.0",
"raw-loader": "^4.0.2",
"sanitize-html": "^2.7.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}