mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
21 lines
458 B
JSON
21 lines
458 B
JSON
{
|
|
"name": "react-email-starter",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "email build",
|
|
"dev": "email dev",
|
|
"export": "email export"
|
|
},
|
|
"dependencies": {
|
|
"react-email": "6.0.7",
|
|
"react-dom": "19.2.4",
|
|
"react": "19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@react-email/ui": "6.0.7",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3"
|
|
}
|
|
}
|