mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
21 lines
370 B
JSON
21 lines
370 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|