Implement mapbox

This commit is contained in:
2024-07-17 09:18:05 +02:00
parent a4113242ce
commit 00696b554a
6 changed files with 1619 additions and 820 deletions

View File

@@ -12,16 +12,16 @@
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@iconify/json": "^2.2.225",
"@iconify/json": "^2.2.228",
"@nuxt/content": "^2.13.1",
"@nuxt/eslint": "^0.3.13",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.17.0",
"@nuxthq/studio": "^2.0.3",
"@nuxthub/core": "^0.7.0",
"@nuxthub/core": "^0.7.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.3.1",
"drizzle-orm": "^0.31.2",
"drizzle-orm": "^0.31.4",
"h3-zod": "^0.5.3",
"nuxt": "^3.12.3",
"zod": "^3.23.8"
@@ -34,9 +34,11 @@
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"drizzle-kit": "^0.22.8",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"mapbox-gl": "^3.5.1",
"nuxt-mapbox": "^1.6.0",
"typescript": "^5.5.3",
"vue-tsc": "^2.0.26",
"wrangler": "^3.63.1"
"wrangler": "^3.65.0"
}
}