-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 916 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
{
"name": "mailing-esbuild-node",
"version": "1.0.0",
"main": "test.js",
"license": "MIT",
"scripts": {
"build": "esbuild templatesHelper.jsx --external:\"uglify-js\" --platform=node --bundle --minify --outfile=templatesHelper.js",
"test": "yarn build && node test.js"
},
"dependencies": {
"dotenv": "^16.0.3",
"esbuild": "^0.17.8",
"mailing-core": "^0.9.10",
"mjml": "^4.13.0",
"mjml-react": "^2.0.8",
"next": "^13.1.6",
"nodemailer": "^6.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/mjml": "^4.7.0",
"@types/mjml-react": "^2.0.6",
"@types/nodemailer": "^6.4.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"mailing": "^0.9.10"
}
}