try fix C1
All checks were successful
Deploy App / build (push) Successful in 22s
Deploy App / deploy (push) Successful in 21s

This commit is contained in:
valere
2025-11-07 20:46:34 +01:00
parent f187390038
commit 282e892d1c
3 changed files with 6 additions and 15 deletions

View File

@@ -10,15 +10,14 @@
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check \"**/*.{js,ts,vue,json,md,html}\"",
"format:fix": "prettier --write \"**/*.{js,ts,vue,json,md,html}\""
"format": "prettier --check .",
"format:fix": "prettier --write ."
},
"dependencies": {
"@nuxt/eslint": "1.9.0",
"@nuxtjs/tailwindcss": "6.14.0",
"@pinia/nuxt": "0.11.2",
"atropos": "^2.0.2",
"gsap": "^3.13.0",
"nuxt": "^4.2.0",
"pinia": "^3.0.3",
"vue": "^3.5.18",