{ "name": "frontend", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@capacitor/android": "^8.0.2", "@capacitor/cli": "^8.0.0", "@capacitor/core": "^8.0.0", "@capacitor/geolocation": "^8.0.0", "@googlemaps/js-api-loader": "^2.0.2", "@supabase/supabase-js": "^2.97.0", "@tailwindcss/vite": "^4.2.0", "chart.js": "^4.5.1", "html2canvas": "^1.4.1", "jspdf": "^4.1.0", "pinia": "^3.0.4", "vue": "^3.5.24", "vue-chartjs": "^5.3.3", "vue-i18n": "^9.14.5", "vue-router": "^4.6.3" }, "devDependencies": { "@types/google.maps": "^3.58.1", "@types/node": "^24.10.1", "@vitejs/plugin-vue": "^6.0.1", "@vue/tsconfig": "^0.8.1", "autoprefixer": "^10.4.24", "postcss": "^8.5.6", "rollup-plugin-visualizer": "^7.0.0", "tailwindcss": "^4.2.0", "terser": "^5.46.0", "typescript": "~5.9.3", "vite": "^7.2.4", "vite-plugin-pwa": "^1.2.0", "vite-plugin-vue-devtools": "^8.0.5", "vue-tsc": "^3.1.4" } }