lint code

This commit is contained in:
2025-04-14 12:36:04 +02:00
parent 2298c1c115
commit 0db5831116
20 changed files with 1128 additions and 548 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "nuxt-app",
"private": true,
"type": "module",
"private": true,
"packageManager": "pnpm@10.8.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
@@ -15,7 +16,6 @@
},
"dependencies": {
"@ai-sdk/vue": "^1.2.8",
"@nuxt/eslint": "^1.3.0",
"@nuxt/icon": "1.12.0",
"@nuxt/ui": "3.0.2",
"@nuxthub/core": "^0.8.24",
@@ -30,6 +30,7 @@
"zod": "^3.24.2"
},
"devDependencies": {
"@antfu/eslint-config": "^4.12.0",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@nuxt/eslint-config": "^1.3.0",
@@ -37,6 +38,5 @@
"typescript": "^5.8.3",
"vue-tsc": "^2.2.8",
"wrangler": "^4.10.0"
},
"packageManager": "pnpm@10.8.0"
}
}