-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "perthblues-newsletter",
"version": "1.0.0",
"description": "Send an email using mdx, mjml and amazon ses.",
"main": "index.js",
"author": "Royce Townsend",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"aws-sdk": "^2.784.0",
"import-jsx": "^4.0.0",
"mdast-util-to-string": "^1.1.0",
"mjml": "^4.7.1",
"nodemailer": "^6.4.14",
"open": "^7.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"remark-extract-frontmatter": "^2.0.3",
"remark-frontmatter": "^2.0.0",
"remark-sectionize": "^1.1.1",
"temp": "^0.9.1",
"unist-util-find-after": "^3.0.0",
"unist-util-is": "^4.0.2",
"unist-util-remove": "^2.0.0",
"unist-util-visit": "^2.0.3",
"unist-util-visit-parents": "^3.1.0",
"vfile": "^4.2.0",
"yaml": "^1.10.0"
},
"devDependencies": {
"prettier": "^2.1.2"
}
}