feat: add contact form with SMS OTP verification

This commit is contained in:
badblocks 2025-07-17 19:34:29 -07:00
parent 91b162fb44
commit 3874443c34
No known key found for this signature in database
14 changed files with 729 additions and 54 deletions

View file

@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev": "bun --env-file=.env nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
@ -25,6 +25,7 @@
"eslint": "^9.0.0",
"husky": "^9.1.7",
"nuxt": "^4.0.0",
"otplib": "^12.0.1",
"postcss": "^8.5.6",
"scrollreveal": "^4.0.9",
"typed.js": "^2.1.0",