mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-22 05:42:56 +00:00
24 lines
624 B
JSON
24 lines
624 B
JSON
{
|
|
"name": "emails",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "email build",
|
|
"dev": "email dev --port 3333",
|
|
"lint": "biome check --write --unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./",
|
|
"export": "email export --outDir ../../backend/app/email-templates"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/components": "1.0.12",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-email": "6.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.16",
|
|
"@react-email/ui": "6.9.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3"
|
|
}
|
|
}
|