use standard email/SMTP for contact form instead of airtable API

This commit is contained in:
2024-02-27 17:34:48 -05:00
parent 2de3914449
commit 4bef13f4ab
11 changed files with 102 additions and 110 deletions
+6 -4
View File
@@ -22,7 +22,7 @@
"@hcaptcha/react-hcaptcha": "^1.10.1",
"@novnc/novnc": "1.4.0",
"@octokit/graphql": "^7.0.2",
"@octokit/graphql-schema": "^14.57.0",
"@octokit/graphql-schema": "^14.58.0",
"@prisma/client": "^5.10.2",
"@react-spring/web": "^9.7.3",
"@stitches/react": "1.3.1-1",
@@ -39,6 +39,7 @@
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.5.0",
"nodemailer": "^6.9.10",
"obj-str": "^1.1.0",
"p-map": "^7.0.1",
"p-memoize": "^7.1.1",
@@ -74,9 +75,10 @@
"@jakejarvis/eslint-config": "^3.1.0",
"@types/comma-number": "^2.1.2",
"@types/node": "^20.11.20",
"@types/nodemailer": "^6.4.14",
"@types/novnc__novnc": "^1.3.4",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.58",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/react-is": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^7.1.0",
@@ -111,9 +113,9 @@
"eslint"
]
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.4",
"volta": {
"node": "20.11.1",
"pnpm": "8.15.3"
"pnpm": "8.15.4"
}
}