mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-22 13:48:42 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
24 lines
623 B
JSON
24 lines
623 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.8",
|
|
"react-dom": "^19.2.8",
|
|
"react-email": "6.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.6",
|
|
"@react-email/ui": "6.9.1",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4"
|
|
}
|
|
}
|