forked from kwinyyyc/strapi-plugin-wysiwyg-react-md-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.33 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
{
"name": "strapi-plugin-wysiwyg-react-md-editor",
"version": "4.2.0",
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
"strapi": {
"name": "wysiwyg-react-md-editor",
"icon": "plug",
"displayName": "React MD Editor",
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
"required": false,
"kind": "plugin"
},
"dependencies": {
"@uiw/react-md-editor": "2.1.11",
"styled-components": "^5.3.3"
},
"author": {
"name": "Kwinten",
"email": "[email protected]",
"url": "https://github.com/kwinyyyc"
},
"maintainers": [
{
"name": "Kwinten",
"email": "[email protected]",
"url": "https://github.com/kwinyyyc"
}
],
"engines": {
"node": ">=12.x.x",
"npm": ">=6.0.0"
},
"keywords": [
"strapi",
"plugins",
"rich text editor"
],
"license": "MIT",
"resolutions": {
"prismjs": "1.27.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor.git"
},
"bugs": {
"url": "https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor/issues"
},
"homepage": "https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor#readme",
"peerDependencies": {
"@strapi/strapi": "^4.1.5"
}
}