Move to better sqlite3

This commit is contained in:
2026-03-07 12:34:04 +02:00
parent 0370930894
commit 926fc0fd0b
15 changed files with 10648 additions and 3213 deletions

View File

@@ -10,37 +10,45 @@
"start": "bun --bun .output/server/index.mjs"
},
"dependencies": {
"@formkit/tempo": "^0.1.2",
"@nuxt/icon": "1.15.0",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "3.3.0",
"@formkit/tempo": "^1.0.0",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "4.5.1",
"@vee-validate/nuxt": "^4.15.1",
"@vueuse/nuxt": "^13.6.0",
"@vueuse/nuxt": "^14.2.1",
"better-sqlite3": "^12.6.2",
"destr": "^2.0.5",
"drizzle-orm": "^0.44.4",
"nuxt": "^4.0.3",
"nuxt-auth-utils": "0.5.23",
"openai": "^5.12.2",
"nuxt": "^4.3.1",
"nuxt-auth-utils": "0.5.29",
"openai": "^6.27.0",
"radash": "^12.1.1",
"ts-pattern": "^5.8.0",
"ts-pattern": "^5.9.0",
"url": "^0.11.4",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"zod": "^4.0.16"
"vue": "^3.5.29",
"vue-router": "^5.0.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/lucide": "^1.2.95",
"@types/bun": "^1.3.10",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^25.3.5",
"drizzle-kit": "^0.31.4",
"typescript": "^5.9.2",
"vue-tsc": "^3.0.5"
"vue-tsc": "^3.2.5"
},
"trustedDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"sharp",
"vue-demi",
"workerd"
]
],
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}