build: remove console and debug statements from the spa build

This commit is contained in:
2025-10-27 08:39:43 +03:00
parent a27d3d2d0c
commit 527bef4665
3 changed files with 65 additions and 51 deletions

View File

@@ -10,24 +10,25 @@
},
"dependencies": {
"@heroicons/vue": "^2.2.0",
"@tailwindcss/vite": "^4.1.11",
"@vueuse/core": "^13.5.0",
"@tailwindcss/vite": "^4.1.16",
"@vueuse/core": "^13.9.0",
"crypto-js": "^4.2.0",
"js-md5": "^0.8.3",
"ofetch": "^1.4.1",
"pinia": "^3.0.3",
"swiper": "^11.2.10",
"vue": "^3.5.17",
"vue": "^3.5.22",
"vue-imask": "^7.6.1",
"vue-router": "^4.5.1",
"vue-tg": "^0.9.0-beta.10"
"vue-router": "^4.6.3",
"vue-tg": "^0.9.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue": "^6.0.1",
"autoprefixer": "^10.4.21",
"daisyui": "^5.0.46",
"daisyui": "^5.3.10",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"vite": "^7.1.7"
"tailwindcss": "^4.1.16",
"terser": "^5.44.0",
"vite": "^7.1.12"
}
}