feat(nuxt): nuxt3 -> nuxt4

This commit is contained in:
2026-02-21 16:22:51 +01:00
parent 6a74e8c6ea
commit c4c165edab
22 changed files with 6600 additions and 9049 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "social-qr",
"name": "simple-qr",
"description": "Simple, bullshit-free QR code generator",
"author": "Pihkaal <hello@pihkaal.me> (https://pihkaal.me)",
"private": true,
@@ -11,25 +11,28 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --fix --cache .",
"format": "pnpx prettier --cache --write ."
"format": "prettier --cache --write ."
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/uil": "^1.2.1",
"@nuxt/eslint": "^0.5.7",
"@nuxt/ui": "^2.18.6",
"@pinia/nuxt": "^0.5.5",
"canvas": "^2.11.2",
"nuxt": "^3.13.0",
"jszip": "^3.10.1",
"qrcode": "^1.5.4",
"sharp": "^0.33.5",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.23.8"
"skia-canvas": "^3.0.8",
"zod": "^4.3.6"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@10.28.2",
"devDependencies": {
"@types/qrcode": "^1.5.5",
"typescript": "5.5.4"
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/lucide": "^1.2.92",
"@iconify-json/uil": "^1.2.3",
"@nuxt/eslint": "^1.15.1",
"@nuxt/ui": "^3.3.7",
"@pinia/nuxt": "^0.11.3",
"@types/qrcode": "^1.5.6",
"eslint": "^9.39.1",
"nuxt": "^4.3.1",
"pinia": "^3.0.4",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.0",
"typescript": "^5.6.3"
}
}