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:
2026-04-21 23:15:04 +02:00
parent 3c8470b738
commit f0bf0a989c
19 changed files with 340 additions and 19750 deletions
+6 -6
View File
@@ -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": [