-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
62 lines (62 loc) · 1.53 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
{
"name": "strapi-plugin-ckeditor5",
"version": "2.1.1-rc.1",
"description": "Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5",
"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"
],
"files": [
"admin",
"strapi-admin.js"
],
"strapi": {
"name": "strapi-plugin-ckeditor5",
"displayName": "CKEditor 5",
"description": "Replace Strapi default WYSIWYG editor with enhanced build of CKEditor 5",
"kind": "plugin"
},
"scripts": {
"postversion": "git push && git push --tags"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^4.0.0",
"@strapi/design-system": "^0.0.1-alpha.70",
"@strapi/helper-plugin": "^4.1.5",
"ckeditor5-build-strapi-wysiwyg": "^2.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"author": {
"name": "Pavel Roslovets",
"email": "[email protected]",
"url": "https://roslovets/github.io"
},
"homepage": "https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5",
"bugs": "https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5.git"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}