forked from nshenderov/strapi-plugin-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.19 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
{
"name": "@_sh/strapi-plugin-ckeditor",
"version": "1.1.2",
"description": "Replaces the default Strapi WYSIWYG editor with a customized buil of CKEditor 5 packed with useful plugins.",
"private": false,
"keywords": [
"strapi",
"ckeditor",
"ckeditor5",
"ckeditor 5",
"wysiwyg",
"rich text",
"editor"
],
"strapi": {
"icon": "edit",
"name": "ckeditor",
"displayName": "CKEditor 5",
"description": "Replaces the default Strapi WYSIWYG editor with a customized buil of CKEditor 5 packed with useful plugins.",
"kind": "plugin"
},
"files": [
"admin",
"server",
"strapi-admin.js",
"strapi-server.js"
],
"dependencies": {
"@ckeditor/ckeditor5-react": "5.0.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "nshenderov"
},
"homepage": "https://market.strapi.io/plugins/@_sh-strapi-plugin-ckeditor",
"repository": {
"type": "git",
"url": "https://github.com/nshenderov/strapi-plugin-ckeditor.git"
},
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1"
},
"engines": {
"node": ">=14.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}