Upgrade deps and move to bun

This commit is contained in:
Marios Antonoudiou
2025-12-24 12:28:23 +02:00
parent c51230b1fc
commit 47ddc6fd2d
4 changed files with 3455 additions and 13603 deletions

3440
bun.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,8 @@
<template> <template>
<UContainer class="flex flex-col gap-5 p-4 sm:p-6 lg:p-8 max-w-3xl" as="section"> <UContainer
class="flex flex-col gap-5 p-4 sm:p-6 lg:p-8 max-w-3xl"
as="section"
>
<div class="text-sm text-gray-500">Been working with</div> <div class="text-sm text-gray-500">Been working with</div>
<PreviousRole <PreviousRole
company="Lateralus Ventures" company="Lateralus Ventures"
@@ -7,9 +10,9 @@
href="https://lateralus.ventures" href="https://lateralus.ventures"
> >
<div> <div>
Lead the frontend development of Ask Chief, an AI-driven product, Lead the frontend development of Ask Chief, an AI-driven product, with a
with a focus on building scalable, high-performance user interfaces that focus on building scalable, high-performance user interfaces that evolve
evolve alongside intelligent systems. alongside intelligent systems.
</div> </div>
</PreviousRole> </PreviousRole>
@@ -39,11 +42,7 @@
</ul> </ul>
</PreviousRole> </PreviousRole>
<PreviousRole <PreviousRole company="The Chat Shop" logo="thechatshop-logo.jpg">
company="The Chat Shop"
logo="thechatshop-logo.jpg"
href="https://thechatshop.com"
>
<ul class="list-disc list-inside"> <ul class="list-disc list-inside">
<li class="inline">Spearheaded end-to-end processing architecture.</li> <li class="inline">Spearheaded end-to-end processing architecture.</li>
<li class="inline"> <li class="inline">

13586
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,19 +12,18 @@
"devDependencies": { "devDependencies": {
"@nuxt/devtools": "latest", "@nuxt/devtools": "latest",
"@nuxt/image": "latest", "@nuxt/image": "latest",
"nuxt": "^4.1.2", "nuxt": "^4.2.2",
"vue": "^3.5.21", "vue": "^3.5.21",
"vue-router": "^4" "vue-router": "^4"
}, },
"dependencies": { "dependencies": {
"@nuxt/content": "^3.7.1", "@nuxt/content": "^3.9.0",
"@nuxt/ui": "4.0.0-alpha.2", "@nuxt/ui": "^4.3.0",
"@nuxtjs/robots": "^5.5.5", "@nuxtjs/robots": "^5.6.7",
"@vueuse/core": "^13.9.0", "@vueuse/core": "^14.1.0",
"@vueuse/motion": "^3.0.3", "@vueuse/motion": "^3.0.3",
"@vueuse/nuxt": "^13.9.0", "@vueuse/nuxt": "^14.1.0",
"better-sqlite3": "^12.2.0", "better-sqlite3": "^12.5.0",
"sharp": "^0.34.1",
"tailwindcss": "^4.1.13" "tailwindcss": "^4.1.13"
} }
} }