-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
38
39
40
41
42
43
{
"name": "react-email-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"workspaces": [
".react-email"
],
"scripts": {
"start": "npx tsx server.ts",
"dev": "email dev",
"export": "email export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@buf/kevinmichaelchen_react-email-server.bufbuild_connect-es": "^0.10.1-20230623191629-0ff054a777c7.1",
"@buf/kevinmichaelchen_react-email-server.bufbuild_es": "^1.2.1-20230623191629-0ff054a777c7.1",
"@bufbuild/buf": "^1.21.0-1",
"@bufbuild/connect": "^0.10.1",
"@bufbuild/connect-fastify": "^0.10.1",
"@bufbuild/protobuf": "^1.2.1",
"@bufbuild/protoc-gen-connect-es": "^0.10.1",
"@bufbuild/protoc-gen-es": "^1.2.1",
"@fastify/env": "^4.2.0",
"@react-email/button": "0.0.9",
"@react-email/components": "^0.0.7",
"@react-email/html": "0.0.4",
"@react-email/render": "0.0.7",
"fastify": "^4.18.0",
"react": "^18.2.0",
"react-email": "^1.9.4",
"resend": "^0.15.3",
"tsx": "^3.12.7"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"typescript": "^5.1.3"
}
}