Files
full-stack-fastapi-template/packages/react-email/package.json
T
6dbb2e8256 ⬆ Bump the npm-packages group across 1 directory with 33 updates (#2433)
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>
2026-08-11 20:08:23 +02:00

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"
}
}