Files
pocket-id/email-templates/package.json
T
dependabot[bot] 261003668e chore(deps): Bump the "all-dependencies" group with 1 update across multiple ecosystems (#1780)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-25 19:46:16 +02:00

25 lines
586 B
JSON

{
"name": "pocketid-email-templates",
"version": "1.0.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "tsx build.ts",
"build:watch": "tsx watch build.ts",
"dev": "email dev --port 3030",
"export": "email export"
},
"dependencies": {
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-email": "6.9.5"
},
"devDependencies": {
"@react-email/preview-server": "5.2.10",
"@react-email/ui": "6.9.5",
"@types/node": "^25.9.7",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"tsx": "^4.23.13"
}
}