-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 892 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 892 Bytes
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
{
"name": "mailing-serverless-api",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vercel dev",
"deploy": "vercel deploy --prod",
"build": "npx swc api -d public && npx swc emails -d compiled_emails"
},
"dependencies": {
"mailing": "^0.6.2",
"mailing-core": "^0.6.2",
"mjml": "^4.13.0",
"mjml-react": "^2.0.8",
"nodemailer": "^6.7.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.222",
"@types/mjml": "^4.7.0",
"@types/mjml-react": "^2.0.5",
"@types/node": "18.6.3",
"@types/nodemailer": "^6.4.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@vercel/node": "^2.5.3",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"vercel": "^27.3.4"
}
}