-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 957 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
34
35
{
"name": "@kycdao/emails",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "email dev",
"export": "email export"
},
"dependencies": {
"@react-email/body": "0.0.1",
"@react-email/button": "0.0.6",
"@react-email/column": "0.0.6",
"@react-email/container": "0.0.7",
"@react-email/head": "0.0.4",
"@react-email/heading": "0.0.7",
"@react-email/hr": "0.0.4",
"@react-email/html": "0.0.4",
"@react-email/img": "0.0.4",
"@react-email/link": "0.0.4",
"@react-email/preview": "0.0.5",
"@react-email/row": "0.0.3",
"@react-email/section": "0.0.8",
"@react-email/text": "0.0.4",
"react-email": "1.7.13"
},
"volta": {
"node": "18.14.1",
"yarn": "1.22.19"
},
"description": "A live preview right in your browser so you don't need to keep sending real emails during development.",
"main": "index.js",
"devDependencies": {},
"author": "",
"license": "ISC"
}