2025-08-31 11:54:13 -05:00
|
|
|
{
|
|
|
|
|
"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-email/components": "0.1.1",
|
2025-10-24 12:14:19 +02:00
|
|
|
"react": "^19.2.0",
|
|
|
|
|
"react-dom": "^19.2.0",
|
2025-08-31 11:54:13 -05:00
|
|
|
"tailwind-merge": "^3.3.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@react-email/preview-server": "4.2.8",
|
2025-10-24 12:14:19 +02:00
|
|
|
"@types/node": "^24.9.1",
|
|
|
|
|
"@types/react": "^19.2.2",
|
|
|
|
|
"@types/react-dom": "^19.2.2",
|
2025-08-31 11:54:13 -05:00
|
|
|
"react-email": "4.2.8",
|
2025-10-24 12:14:19 +02:00
|
|
|
"tsx": "^4.20.6"
|
2025-08-31 11:54:13 -05:00
|
|
|
}
|
|
|
|
|
}
|