feat: add contact form with SMS OTP verification
This commit is contained in:
parent
91b162fb44
commit
3874443c34
14 changed files with 729 additions and 54 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue