forked from alexzaganelli/strapi-plugin-email-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.93 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
{
"name": "strapi-plugin-email-designer",
"version": "2.0.3",
"description": "Strapi Email designer plugin.",
"homepage": "https://github.com/alexzaganelli/strapi-plugin-email-designer#readme",
"strapi": {
"displayName": "Email Designer",
"name": "email-designer",
"icon": "envelope",
"description": "Design your own email templates directly from the Strapi admin panel and use the magic to send it programmatically in your controllers / services.",
"required": false,
"kind": "plugin"
},
"scripts": {
"cypress:install": "node ./node_modules/cypress/bin/cypress install",
"cypress:open": "cypress open",
"prettier:check": "prettier --check **/*.js",
"prettier:write": "prettier --write **/*.js"
},
"dependencies": {
"dayjs": "^1.10.7",
"decode-html": "^2.0.0",
"html-to-text": "^8.0.0",
"lodash": "^4.17.21",
"react-email-editor": "^1.3.0",
"react-github-btn": "^1.2.0",
"react-syntax-highlighter": "^15.4.3",
"striptags": "^3.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cypress": "^7.5.0",
"eslint": "^7.29.0",
"prettier": "^2.3.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Alexandre Zaganelli",
"email": "me@alexzaganelli.com",
"url": "https://alexzaganelli.com"
},
"maintainers": [
{
"name": "Alexandre Zaganelli",
"email": "me@alexzaganelli.com",
"url": "https://alexzaganelli.com"
}
],
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexzaganelli/strapi-plugin-email-designer.git"
},
"bugs": {
"url": "https://github.com/alexzaganelli/strapi-plugin-email-designer/issues"
},
"keywords": [
"strapi",
"plugin",
"email",
"template",
"templates-design"
],
"license": "MIT",
"funding": "https://paypal.me/AlexZaganelli"
}