Enhance application structure: Add runtime configuration for environment variables, integrate new dependencies for Cloudinary and UI components, and refactor member management features including improved forms and member dashboard. Update styles and layout for better user experience.

This commit is contained in:
Jennie Robinson Faber 2025-08-27 16:49:51 +01:00
parent 6e7e27ac4e
commit e4a0a9ab0f
61 changed files with 7902 additions and 950 deletions

View file

@ -10,10 +10,14 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@cloudinary/vue": "^1.13.3",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@nuxt/eslint": "^1.9.0",
"@nuxt/ui": "^3.3.2",
"@nuxtjs/plausible": "^1.2.0",
"bcryptjs": "^3.0.2",
"cloudinary": "^2.7.0",
"eslint": "^9.34.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.18.0",
@ -22,6 +26,8 @@
"resend": "^6.0.1",
"typescript": "^5.9.2",
"vue": "^3.5.20",
"vue-router": "^4.5.1"
"vue-cal": "^5.0.1-rc.28",
"vue-router": "^4.5.1",
"zod": "^4.1.3"
}
}