forked from osadavc/strapi-newsletter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 870 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
{
"name": "@strapi-newsletter/strapi",
"version": "0.1.2",
"description": "Send Newsletters Easily with Strapi",
"strapi": {
"name": "strapi-newsletter",
"description": "Send Newsletters Easily with Strapi",
"kind": "plugin",
"displayName": "Strapi Newsletter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osadavc/strapi-newsletter.git"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.75",
"axios": "^0.27.2",
"react-quill": "^1.3.5",
"showdown": "^2.1.0",
"styled-components": "^5.3.5"
},
"author": {
"name": "Osada Vidath",
"email": "[email protected]",
"url": "https://github.com/osadavc"
},
"maintainers": [
{
"name": "Osada Vidath"
}
],
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}