Fix nuxt error and working

This commit is contained in:
2023-08-17 22:26:34 +02:00
parent 12a86766dd
commit a988391944
10 changed files with 306 additions and 169 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "nuxt-app",
"name": "artdanj-website",
"private": true,
"scripts": {
"build": "nuxt build",
@@ -12,33 +12,33 @@
},
"dependencies": {
"@nuxt/content": "2.7.2",
"@nuxt/image": "^0.7.1",
"@nuxt/image": "0.7.1",
"@pinia/nuxt": "0.4.11",
"@prisma/client": "^5.1.1",
"@trpc/client": "10.35.0",
"@trpc/server": "^10.35.0",
"@vercel/analytics": "^1.0.1",
"@prisma/client": "5.1.1",
"@trpc/client": "10.37.1",
"@trpc/server": "10.37.1",
"@vercel/analytics": "1.0.2",
"@vueuse/motion": "2.0.0",
"pinia": "^2.1.4",
"pinia": "2.1.6",
"postcss-custom-properties": "13.3.0",
"sass": "^1.64.1",
"superjson": "^1.13.1",
"tailwindcss": "^3.3.3",
"trpc-nuxt": "^0.10.6",
"sass": "1.65.1",
"superjson": "1.13.1",
"tailwindcss": "3.3.3",
"trpc-nuxt": "0.10.7",
"zod": "3.22.1"
},
"devDependencies": {
"@antfu/eslint-config": "0.39.8",
"@iconify/json": "2.2.94",
"@nuxt/devtools": "0.7.1",
"@nuxthq/ui": "^2.6.0",
"@nuxt/devtools": "0.8.0",
"@nuxthq/ui": "^2.7.0",
"@pinia-plugin-persistedstate/nuxt": "1.1.1",
"@types/node": "20.4.4",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"eslint": "^8.45.0",
"nuxt": "^3.6.5",
"prisma": "^5.1.1",
"@types/node": "20.5.0",
"@vueuse/core": "10.3.0",
"@vueuse/nuxt": "10.3.0",
"eslint": "8.47.0",
"nuxt": "3.6.5",
"prisma": "5.1.1",
"typescript": "5.1.6"
}
}