Add Tailwind and Zod

This commit is contained in:
2025-04-03 17:48:38 +02:00
parent b6bd192efd
commit 75717adae5
4 changed files with 33 additions and 5 deletions

View File

@@ -13,11 +13,14 @@
"@nuxt/eslint": "1.3.0",
"@nuxt/icon": "1.11.0",
"@nuxt/ui": "3.0.2",
"@tailwindcss/vite": "^4.1.1",
"eslint": "^9.0.0",
"nuxt": "^3.16.2",
"tailwindcss": "^4.1.1",
"typescript": "^5.6.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
"vue-router": "^4.5.0",
"zod": "^3.24.2"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}