forked from ckeditor/strapi-plugin-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.47 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
{
"name": "@ckeditor/strapi-plugin-ckeditor",
"version": "0.0.11",
"description": "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": "^41.2.1",
"@ckeditor/ckeditor5-autoformat": "^41.2.1",
"@ckeditor/ckeditor5-autosave": "^41.2.1",
"@ckeditor/ckeditor5-basic-styles": "^41.2.1",
"@ckeditor/ckeditor5-block-quote": "^41.2.1",
"@ckeditor/ckeditor5-code-block": "^41.2.1",
"@ckeditor/ckeditor5-easy-image": "^41.2.1",
"@ckeditor/ckeditor5-editor-classic": "^41.2.1",
"@ckeditor/ckeditor5-essentials": "^41.2.1",
"@ckeditor/ckeditor5-find-and-replace": "^41.2.1",
"@ckeditor/ckeditor5-font": "^41.2.1",
"@ckeditor/ckeditor5-heading": "^41.2.1",
"@ckeditor/ckeditor5-highlight": "^41.2.1",
"@ckeditor/ckeditor5-horizontal-line": "^41.2.1",
"@ckeditor/ckeditor5-html-embed": "^41.2.1",
"@ckeditor/ckeditor5-image": "^41.2.1",
"@ckeditor/ckeditor5-indent": "^41.2.1",
"@ckeditor/ckeditor5-language": "^41.2.1",
"@ckeditor/ckeditor5-link": "^41.2.1",
"@ckeditor/ckeditor5-list": "^41.2.1",
"@ckeditor/ckeditor5-markdown-gfm": "^41.2.1",
"@ckeditor/ckeditor5-media-embed": "^41.2.1",
"@ckeditor/ckeditor5-page-break": "^41.2.1",
"@ckeditor/ckeditor5-paragraph": "^41.2.1",
"@ckeditor/ckeditor5-paste-from-office": "^41.2.1",
"@ckeditor/ckeditor5-react": "^6.2.0",
"@ckeditor/ckeditor5-remove-format": "^41.2.1",
"@ckeditor/ckeditor5-special-characters": "^41.2.1",
"@ckeditor/ckeditor5-table": "^41.2.1",
"@ckeditor/ckeditor5-theme-lark": "^41.2.1",
"@ckeditor/ckeditor5-upload": "^41.2.1",
"@ckeditor/ckeditor5-word-count": "^41.2.1",
"@reinmar/ckeditor5-maximum-length": "^0.0.1",
"ckeditor5": "^41.2.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/strapi-plugin-ckeditor.git"
},
"author": "CKSource (http://cksource.com/)",
"homepage": "https://market.strapi.io/plugins/@ckeditor-strapi-plugin-ckeditor",
"engines": {
"npm": ">=6.0.0"
},
"license": "MIT"
}