feat: add better provider support, icons, regen, and a lot more
This commit is contained in:
+16
-9
@@ -11,7 +11,11 @@
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/vue": "^3.0.48",
|
||||
"@ai-sdk/cerebras": "^2.0.31",
|
||||
"@ai-sdk/google": "^3.0.23",
|
||||
"@ai-sdk/cohere": "^3.0.20",
|
||||
"@ai-sdk/openai-compatible": "^2.0.28",
|
||||
"@ai-sdk/vue": "^3.0.78",
|
||||
"@daveyplate/better-auth-triplit": "^0.2.2",
|
||||
"@iconify-json/mynaui": "^1.2.17",
|
||||
"@nuxt/hints": "1.0.0-alpha.5",
|
||||
@@ -19,32 +23,35 @@
|
||||
"@nuxtjs/color-mode": "4.0.0",
|
||||
"@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",
|
||||
"glob": "^13.0.0",
|
||||
"@types/big.js": "^6.2.2",
|
||||
"ai": "^6.0.78",
|
||||
"ai-sdk-ollama": "^3.5.0",
|
||||
"better-auth": "^1.4.18",
|
||||
"big.js": "^7.0.1",
|
||||
"dotenv": "^17.2.4",
|
||||
"glob": "^13.0.1",
|
||||
"nanoid": "^5.1.6",
|
||||
"nuxt": "4.2.2",
|
||||
"nuxt-shiki": "0.3.2",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-math": "^6.0.0",
|
||||
"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": "^3.5.28",
|
||||
"vue-router": "^4.6.4",
|
||||
"vue-virtual-scroller": "^2.0.0-beta.8",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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.6.0"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
|
||||
Reference in New Issue
Block a user