-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1014 Bytes
/
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
{
"name": "emailing",
"version": "0.0.0",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Emailing",
"description": "A plugin for Strapi Headless CMS that provides end to end emailing feature.",
"kind": "plugin"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^38.1.1",
"@ckeditor/ckeditor5-react": "^6.1.0",
"@strapi/design-system": "^1.6.4",
"@strapi/icons": "^1.3.1",
"@strapi/strapi": "^4.7.1",
"@uiw/react-md-editor": "^3.23.3",
"axios": "^1.3.4",
"react-draft-wysiwyg": "^1.15.0",
"react-quill": "^0.0.2",
"showdown": "^2.1.0"
},
"devDependencies": {
"typescript": "^5.1.3",
"yarn-audit-fix": "^10.0.0"
},
"author": {
"name": "A Strapi developer"
},
"maintainers": [
{
"name": "A Strapi developer"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"scripts": {
"develop": "tsc -w",
"build": "tsc"
},
"license": "MIT"
}