forked from osadavc/strapi-newsletter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 988 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
44
{
"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"
},
"devDependencies": {
"typescript": "4.6.3"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.78",
"axios": "^1.1.3",
"react-quill": "^2.0.0",
"showdown": "^2.1.0",
"styled-components": "^5.3.6"
},
"author": {
"name": "Osada Vidath",
"email": "[email protected]",
"url": "https://github.com/osadavc"
},
"maintainers": [
{
"name": "Osada Vidath"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"scripts": {
"develop": "tsc -w",
"build": "tsc"
},
"license": "MIT"
}