summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-07 01:21:06 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-07 01:21:06 -0700
commitdb671d26c43e47b8285d319a0fd758df60d729c7 (patch)
tree4cfc7e7b719d246637818e83feb8981255c19c67 /package.json
parente1905622d7d8657aa7cd5bdfe9d06e4fbe40dc70 (diff)
downloadmistymountainstherapy-db671d26c43e47b8285d319a0fd758df60d729c7.tar.gz
mistymountainstherapy-db671d26c43e47b8285d319a0fd758df60d729c7.zip
initial update with nodemailer
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index faebd16..c8e9f82 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0-next.73",
"@sveltejs/kit": "next",
+ "@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@zerodevx/svelte-toast": "^0.7.1",
@@ -34,8 +35,8 @@
},
"type": "module",
"dependencies": {
- "@sendgrid/mail": "^7.6.2",
"@supabase/supabase-js": "^1.33.3",
- "dotenv": "^16.0.0"
+ "dotenv": "^16.0.0",
+ "nodemailer": "^6.9.8"
}
}