This commit is contained in:
2024-03-13 12:21:08 +01:00
parent 0110a107ad
commit 03baa39519
3 changed files with 262 additions and 100 deletions

View File

@@ -14,13 +14,13 @@
},
"dependencies": {
"@nuxt/content": "2.12.0",
"@nuxt/ui": "2.14.1",
"@nuxt/ui": "2.14.2",
"@pinia/nuxt": "0.5.1",
"@prisma/client": "5.10.2",
"@vercel/analytics": "1.2.2",
"@vercel/speed-insights": "1.0.10",
"nuxt": "3.10.3",
"nuxt-auth-utils": "0.0.19",
"nuxt-auth-utils": "0.0.20",
"pinia": "2.1.7",
"postcss-custom-properties": "13.3.5",
"prisma": "5.10.2",
@@ -29,17 +29,18 @@
"zod": "3.22.4"
},
"devDependencies": {
"@antfu/eslint-config": "2.6.4",
"@iconify/json": "2.2.187",
"@antfu/eslint-config": "2.8.0",
"@iconify/json": "2.2.189",
"@nuxt/eslint-config": "^0.2.0",
"@nuxthq/studio": "1.0.11",
"@nuxthq/studio": "1.0.12",
"@nuxtjs/seo": "2.0.0-rc.8",
"@pinia-plugin-persistedstate/nuxt": "1.2.0",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.11.20",
"@vueuse/core": "10.8.0",
"@vueuse/nuxt": "10.8.0",
"@types/node": "20.11.24",
"@vueuse/core": "10.9.0",
"@vueuse/nuxt": "10.9.0",
"eslint": "8.57.0",
"nuxt-gtag": "^2.0.5",
"typescript": "5.3.3"
}
}