streaming, markdown, model selecting, and lots more
This commit is contained in:
+37
-11
@@ -4,31 +4,57 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"triplit": "triplit dev -s sqlite",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/vue": "^3.0.48",
|
||||
"@daveyplate/better-auth-triplit": "^0.2.2",
|
||||
"@iconify-json/mynaui": "^1.2.17",
|
||||
"@nuxt/hints": "1.0.0-alpha.5",
|
||||
"@nuxt/icon": "2.2.0",
|
||||
"@nuxtjs/color-mode": "4.0.0",
|
||||
"better-auth": "^1.4.10",
|
||||
"@openrouter/ai-sdk-provider": "^2.1.1",
|
||||
"@triplit/client": "^1.0.50",
|
||||
"@unocss/reset": "^66.6.0",
|
||||
"ai": "^6.0.48",
|
||||
"better-auth": "^1.4.17",
|
||||
"dotenv": "^17.2.3",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"glob": "^13.0.0",
|
||||
"nanoid": "^5.1.6",
|
||||
"nuxt": "^4.2.2",
|
||||
"pg": "^8.16.3",
|
||||
"uuidv7": "^1.1.0",
|
||||
"vue": "^3.5.26",
|
||||
"vue-router": "^4.6.4"
|
||||
"nuxt": "4.2.2",
|
||||
"nuxt-shiki": "0.3.2",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"triplit-nuxt": "0.3.1-prerelease.5",
|
||||
"unified": "^11.0.5",
|
||||
"vue": "^3.5.27",
|
||||
"vue-router": "^4.6.4",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/pg": "^8.16.0",
|
||||
"@unocss/nuxt": "^66.5.12",
|
||||
"drizzle-kit": "^0.31.8",
|
||||
"@biomejs/biome": "2.3.13",
|
||||
"@iconify-json/logos": "^1.2.10",
|
||||
"@iconify-json/svg-spinners": "^1.2.4",
|
||||
"@triplit/cli": "^1.0.61",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@unocss/nuxt": "^66.6.0",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"tsx": "^4.21.0",
|
||||
"unocss": "^66.5.12"
|
||||
"unocss": "^66.6.0"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@parcel/watcher",
|
||||
"core-js",
|
||||
"esbuild",
|
||||
"unrs-resolver"
|
||||
],
|
||||
"patchedDependencies": {
|
||||
"@triplit/db@1.1.10": "patches/@triplit%2Fdb@1.1.10.patch",
|
||||
"@triplit/client@1.0.50": "patches/@triplit%2Fclient@1.0.50.patch"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user