Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">
<h1>udycz.dev (v1.0.0) 🦝</h1>
<h1>udycz.dev</h1>
</div>

Welcome to my portfolio repository! This project is built with [Nuxt.js](https://nuxtjs.org) and hosted on [Vercel](https://vercel.com).
Welcome to my portfolio repository! This project is built with [Nuxt 4](https://nuxtjs.org) and hosted on [Vercel](https://vercel.com).

## 🚀 Setup

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
747 changes: 477 additions & 270 deletions bun.lock

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,23 @@
"@nuxt/icon": "1.10.3",
"@nuxt/image": "1.8.1",
"@nuxtjs/i18n": "9.5.6",
"@tailwindcss/vite": "^4.1.11",
"eslint": "^8.57.0 || ^9.0.0",
"nuxt": "^3.17.6",
"tailwindcss": "^4.1.11",
"@tailwindcss/vite": "^4.1.12",
"eslint": "^9.33.0",
"nuxt": "^4.0.3",
"tailwindcss": "^4.1.12",
"vue": "latest",
"vue-router": "latest"
},
"packageManager": "bun@1.2.18",
"devDependencies": {
"daisyui": "^5.0.43",
"typescript": "^5.7.3"
"daisyui": "^5.0.50",
"typescript": "^5.9.2"
},
"trustedDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"sharp",
"unrs-resolver"
]
}