Working on arthome

This commit is contained in:
2024-08-30 14:22:29 +02:00
parent a1e31a89a7
commit 396e8a6850
51 changed files with 2019 additions and 2290 deletions

View File

@@ -15,9 +15,9 @@
},
"dependencies": {
"@nuxt/content": "^2.13.2",
"@nuxt/image": "^1.7.0",
"@nuxt/image": "^1.7.1",
"@nuxthq/studio": "^2.0.3",
"@nuxthub/core": "^0.7.3",
"@nuxthub/core": "^0.7.7",
"@nuxtjs/google-fonts": "^3.2.0",
"drizzle-orm": "^0.33.0",
"h3-zod": "^0.5.3",
@@ -28,21 +28,20 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.1",
"@nuxt/devtools": "^1.3.14",
"@antfu/eslint-config": "^2.27.3",
"@nuxt/devtools": "^1.4.1",
"@nuxt/ui": "^2.18.4",
"@types/node": "^22.4.2",
"@types/pg": "^8.11.6",
"@vueuse/core": "^11.0.1",
"@vueuse/nuxt": "^11.0.1",
"@types/node": "^22.5.1",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.1",
"eslint": "^9.9.0",
"drizzle-kit": "^0.24.2",
"eslint": "^9.9.1",
"mapbox-gl": "^3.6.0",
"nuxt": "^3.13.0",
"nuxt-mapbox": "^1.6.0",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29",
"wrangler": "^3.72.1"
"wrangler": "^3.72.3"
}
}