File size: 370 Bytes
b80fc11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"name": "emails",
	"version": "0.0.19",
	"private": true,
	"type": "module",
	"scripts": {
		"build": "email build",
		"dev": "email dev",
		"export": "email export"
	},
	"dependencies": {
		"@react-email/components": "0.0.21",
		"react-email": "2.1.5",
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@types/react": "18.2.33",
		"@types/react-dom": "18.2.14"
	}
}