chore: update frontend configuration

This commit is contained in:
Matthieu
2025-09-26 11:29:47 +02:00
parent b7caa4f552
commit a78938a4d1
64 changed files with 5790 additions and 5129 deletions

View File

@@ -8,7 +8,9 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start"
"start": "nuxt start",
"lint": "eslint . --ext .js,.ts,.vue",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
@@ -21,6 +23,14 @@
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.68",
"unplugin-icons": "^0.19.3"
"@nuxt/eslint-config": "^1.9.0",
"@rushstack/eslint-patch": "^1.12.0",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"eslint": "^9.36.0",
"eslint-plugin-vue": "^10.5.0",
"typescript": "^5.7.3",
"unplugin-icons": "^0.19.3",
"vue-eslint-parser": "^10.2.0"
}
}