Upgrade nuxt 4.0.3→4.3.1, @nuxt/ui 4.0.0→4.5.0, vue 3.5.20→3.5.29, jsonwebtoken 9.0.2→9.0.3, mongoose 8.18.0→8.23.0, and 12 other packages. Bump @nuxtjs/plausible to v3 and marked to v17. Remove vue-router from explicit dependencies (Nuxt manages it internally). Reduces audit vulnerabilities from 42 to 17.
38 lines
915 B
JSON
38 lines
915 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": "^3.0.1",
|
|
"@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": "^17.0.3",
|
|
"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",
|
|
"zod": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19"
|
|
}
|
|
}
|