The commit adds Markdown rendering capabilities and makes several UI/UX improvements across member-related features including profile display, peer support badges, and navigation structure. Includes: - Added @tailwindcss/typography plugin - New Markdown rendering composable - Simplified member navigation links - Enhanced member profile layout and styling - Added peer support badge component - Improved mobile responsiveness - Removed redundant icons and simplified UI
39 lines
943 B
JSON
39 lines
943 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"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": "^4.0.0",
|
|
"@nuxtjs/plausible": "^1.2.0",
|
|
"@slack/web-api": "^7.10.0",
|
|
"bcryptjs": "^3.0.2",
|
|
"chrono-node": "^2.8.4",
|
|
"cloudinary": "^2.7.0",
|
|
"eslint": "^9.34.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"marked": "^16.4.0",
|
|
"mongoose": "^8.18.0",
|
|
"nitro-cors": "^0.7.1",
|
|
"nuxt": "^4.0.3",
|
|
"resend": "^6.0.1",
|
|
"typescript": "^5.9.2",
|
|
"vue": "^3.5.20",
|
|
"vue-cal": "^5.0.1-rc.28",
|
|
"vue-router": "^4.5.1",
|
|
"zod": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19"
|
|
}
|
|
}
|