refactor(config): update nuxt.config.ts to enhance module configuration, remove deprecated files, and improve contact form validation with zod schema
This commit is contained in:
+6
-6
@@ -14,24 +14,24 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/content": "^3.13.0",
|
||||
"@nuxt/eslint": "^1.15.2",
|
||||
"@nuxt/image": "^2.0.0",
|
||||
"@nuxt/ui": "^3.0.0",
|
||||
"@nuxt/ui": "^3.3.2",
|
||||
"@nuxtjs/i18n": "^10.2.4",
|
||||
"@nuxtjs/sitemap": "^8.0.12",
|
||||
"nodemailer": "^8.0.5",
|
||||
"nuxt": "^4.0.0",
|
||||
"nuxt": "^4.4.2",
|
||||
"nuxt-gtag": "^4.1.0",
|
||||
"vue": "^3.5.0",
|
||||
"vue-router": "^4.5.0",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/lucide": "^1.2.102",
|
||||
"@nuxt/eslint": "^1.15.2",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@types/nodemailer": "^8.0.0",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"typescript": "~5.8.0"
|
||||
"tailwindcss": "^4.2.3",
|
||||
"typescript": "~5.9.0",
|
||||
"vue-tsc": "^3.2.6"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
|
||||
Reference in New Issue
Block a user