mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:12:57 +03:00
26 lines
625 B
JSON
26 lines
625 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-email/components": "1.0.1",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"tailwind-merge": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@react-email/preview-server": "5.0.5",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"react-email": "5.0.5",
|
|
"tsx": "^4.20.6"
|
|
}
|
|
}
|