0e919f56f2
* Alerts v1 * Encrypt alert webhook secrets and allow them to be generated by the server * Alert v1 UI * Remove unnecessary emails * Move to using `@react-email/components` * WIP slack alerts * More slack alerts WIP * Update pnpm lock after rebase * Finish implementing Slack alerts * Use a more error like emoji * New secondary variant for the segmented control * Added a simple checkbox style variant to storybook * Style tweak to the segmented control * UI improvements to the alert modal * Use searchable Select for alerts. Changed default variant for SegmentedControl * Secondary button now using secondary colour * segmented control style tweak * Improved the channel column in the alerts table * Updated logo-mono.png * Updated email styles * Email templates updated to new styles * Don’t log the decrypted secret * await enqueing the deployment alert when an index fails * await enqueing the timeout alert --------- Co-authored-by: James Ritchie <james@jamesritchie.co.uk> Co-authored-by: Matt Aitken <matt@mattaitken.com>
29 lines
639 B
JSON
29 lines
639 B
JSON
{
|
|
"private": true,
|
|
"name": "emails",
|
|
"version": "1.0.0",
|
|
"description": "Send emails",
|
|
"main": "./src/index.tsx",
|
|
"types": "./src/index.tsx",
|
|
"scripts": {
|
|
"dev": "PORT=3080 email dev"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/components": "0.0.16",
|
|
"@react-email/render": "^0.0.12",
|
|
"react": "^18.2.0",
|
|
"react-email": "^2.1.1",
|
|
"resend": "^3.2.0",
|
|
"tiny-invariant": "^1.2.0",
|
|
"zod": "3.22.3"
|
|
},
|
|
"devDependencies": {
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"@types/node": "^18",
|
|
"@types/react": "18.2.69",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
} |