forked from ckeditor/strapi-plugin-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.55 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
{
"name": "@going-dev/strapi-plugin-ckeditor",
"version": "0.0.1",
"description": "Forked CKEditor 5 custom field for Strapi.",
"strapi": {
"name": "ckeditor",
"description": "The rich text editor for every use case",
"kind": "plugin",
"displayName": "CKEditor"
},
"keywords": [
"strapi",
"ckeditor",
"ckeditor5",
"ckeditor 5",
"wysiwyg",
"rich text",
"editor"
],
"files": [
"admin",
"server",
"strapi-admin.js",
"strapi-server.js"
],
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^40.0.0",
"@ckeditor/ckeditor5-autoformat": "^40.0.0",
"@ckeditor/ckeditor5-autosave": "^40.0.0",
"@ckeditor/ckeditor5-basic-styles": "^40.0.0",
"@ckeditor/ckeditor5-block-quote": "^40.0.0",
"@ckeditor/ckeditor5-code-block": "^40.0.0",
"@ckeditor/ckeditor5-easy-image": "^40.0.0",
"@ckeditor/ckeditor5-editor-classic": "^40.0.0",
"@ckeditor/ckeditor5-essentials": "^40.0.0",
"@ckeditor/ckeditor5-find-and-replace": "^40.0.0",
"@ckeditor/ckeditor5-font": "^40.0.0",
"@ckeditor/ckeditor5-heading": "^40.0.0",
"@ckeditor/ckeditor5-highlight": "^40.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^40.0.0",
"@ckeditor/ckeditor5-html-embed": "^40.0.0",
"@ckeditor/ckeditor5-image": "^40.0.0",
"@ckeditor/ckeditor5-indent": "^40.0.0",
"@ckeditor/ckeditor5-language": "^40.0.0",
"@ckeditor/ckeditor5-link": "^40.0.0",
"@ckeditor/ckeditor5-list": "^40.0.0",
"@ckeditor/ckeditor5-markdown-gfm": "^40.0.0",
"@ckeditor/ckeditor5-media-embed": "^40.0.0",
"@ckeditor/ckeditor5-page-break": "^40.0.0",
"@ckeditor/ckeditor5-paragraph": "^40.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^40.0.0",
"@ckeditor/ckeditor5-react": "^6.1.0",
"@ckeditor/ckeditor5-remove-format": "^40.0.0",
"@ckeditor/ckeditor5-special-characters": "^40.0.0",
"@ckeditor/ckeditor5-table": "^40.0.0",
"@ckeditor/ckeditor5-theme-lark": "^40.0.0",
"@ckeditor/ckeditor5-upload": "^40.0.0",
"@ckeditor/ckeditor5-word-count": "^40.0.0",
"@reinmar/ckeditor5-maximum-length": "^0.0.1",
"ckeditor5": "^40.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/going-dev"
},
"peerDependencies": {
"@strapi/strapi": "^4.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/going-dev/strapi-plugin-ckeditor.git"
},
"homepage": "https://github.com/going-dev/strapi-plugin-ckeditor",
"engines": {
"npm": ">=6.0.0"
},
"license": "MIT",
"devDependencies": {
"semantic-release": "22.0.10"
}
}