mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-22 10:59:05 +02:00
25 lines
586 B
JSON
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": "^26.6.2",
|
|
"@types/react": "^19.3.0",
|
|
"@types/react-dom": "^19.3.0",
|
|
"tsx": "^4.23.13"
|
|
}
|
|
}
|