Update package-lock.json and package.json to include 'globals' dependency and improve code formatting in various components for better readability.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 54s

This commit is contained in:
Torsten Schulz (local)
2025-12-20 10:17:16 +01:00
parent 861802b716
commit b20b89d333
72 changed files with 5338 additions and 2008 deletions

View File

@@ -13,7 +13,7 @@
"postinstall": "nuxt prepare",
"test": "vitest run",
"test:watch": "vitest watch",
"lint": "eslint . --ext .js,.vue --fix"
"lint": "eslint . --fix"
},
"dependencies": {
"@pinia/nuxt": "^0.11.2",
@@ -36,6 +36,7 @@
"autoprefixer": "^10.4.0",
"dotenv": "^17.2.3",
"eslint-plugin-vue": "^10.6.2",
"globals": "^16.5.0",
"lucide-vue-next": "^0.344.0",
"postcss": "^8.4.0",
"supertest": "^7.1.0",