Upgrade deps and move to bun
This commit is contained in:
@@ -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
13586
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
15
package.json
15
package.json
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user