-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "strapi-html-editor",
"version": "1.0.2",
"description": "Presenting an alternative to standard wysiwyg editor in Strapi in the form of this HTML-editor that facilitates easier and hussle-free data customization to use with various frontends.",
"strapi": {
"name": "strapi-wysiwyg",
"description": "Presenting an alternative to standard wysiwyg editor in Strapi in the form of this HTML-editor that facilitates easier and hussle-free data customization to use with various frontends.",
"kind": "plugin",
"displayName": "strapi-html-editor"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^35.0.1",
"@ckeditor/ckeditor5-react": "^5.0.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3"
},
"author": {
"name": "Puspendra Singh",
"email": "puspendra09singh@gmail.com",
"url": "https://strapi.io"
},
"repository": {
"type": "git",
"url": "https://github.com/habilelabs/strapi-html-editor.git"
},
"keywords": [
"html editor",
"strapi html",
"strapi editor",
"strapi",
"wysiwyg"
],
"maintainers": [
{
"name": "A Strapi developer"
}
],
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"resolutions": {
"yargs": "^17.2.1"
},
"engines": {
"node": ">=14.19.1 <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}