playground(deps): add zod

This commit is contained in:
Benjamin Canac
2025-03-24 14:01:14 +01:00
parent d6fd18fc4f
commit 1094881878
3 changed files with 10 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
"dependencies": {
"@nuxt/ui": "latest",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
"vue-router": "^4.5.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",