mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 23:02:59 +03:00
26 lines
624 B
JSON
26 lines
624 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": "0.1.1",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"tailwind-merge": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-email/preview-server": "4.2.8",
|
|
"@types/node": "^24.9.1",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"react-email": "4.2.8",
|
|
"tsx": "^4.20.6"
|
|
}
|
|
}
|