mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
wip: zen
This commit is contained in:
parent
1024537b47
commit
70da3a9399
33 changed files with 2018 additions and 116 deletions
19
packages/console/mail/package.json
Normal file
19
packages/console/mail/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"name": "@opencode/console-mail",
|
||||
"version": "0.13.5",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@jsx-email/all": "2.2.3",
|
||||
"@jsx-email/cli": "1.4.3",
|
||||
"@types/react": "18.0.25",
|
||||
"react": "18.2.0"
|
||||
},
|
||||
"exports": {
|
||||
"./*": "./emails/templates/*"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "email preview emails/templates"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue