* improve docs and formatting

* lint in ci

avoid using bundled prettier from vscode extension

* fix action, typos

* remove header

* remove unused deps
This commit is contained in:
Bernd Storath
2025-04-15 12:43:57 +02:00
committed by GitHub
parent 2a32c1b9c0
commit 1cfe6404b2
26 changed files with 520 additions and 419 deletions

View File

@@ -20,7 +20,7 @@
"dependencies": {
"@eschricht/nuxt-color-mode": "^1.1.5",
"@heroicons/vue": "^2.2.0",
"@libsql/client": "^0.15.3",
"@libsql/client": "^0.15.4",
"@nuxtjs/i18n": "^9.5.3",
"@nuxtjs/tailwindcss": "^6.13.2",
"@phc/format": "^1.0.0",
@@ -61,5 +61,5 @@
"typescript": "^5.8.3",
"vue-tsc": "^2.2.8"
},
"packageManager": "pnpm@10.8.0"
"packageManager": "pnpm@10.8.1"
}