konobangu/apps/email-playground/package.json
2025-06-13 00:09:18 +08:00

22 lines
520 B
JSON

{
"name": "email-playground",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev --port 5003",
"export": "email export",
"clean": "git clean -xdf .cache dist node_modules",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@react-email/components": "^0.0.42",
"react": "^19.0.0",
"react-email": "^4.0.16",
"@konobangu/email": "workspace:*"
},
"devDependencies": {
"@types/react": "19.0.1"
}
}