Skip to content

Commit

Permalink
chore: Update npm dependencies and lock file.
Browse files Browse the repository at this point in the history
Installed:
   - Vee-validate/Zod
   - Shadcn-nuxt (dev dep)
   - Radix-Vue
   - Zod
   - @vueuse/core
  • Loading branch information
lskellerm committed Aug 14, 2024
1 parent b7a90d1 commit 04fdccb
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 56 deletions.
7 changes: 6 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,24 @@
"dependencies": {
"@nuxt/image": "^1.7.0",
"@radix-icons/vue": "^1.0.0",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^10.11.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"nuxt": "^3.12.4",
"radix-vue": "^1.9.3",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vue": "latest"
"vee-validate": "^4.13.2",
"vue": "latest",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@vue/devtools-api": "^6.6.3",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
Loading

0 comments on commit 04fdccb

Please sign in to comment.