{ "name": "client", "version": "2.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint src/**/*.{js,vue,ts} --fix --ignore-pattern .gitignore", "format": "prettier --write src/" }, "dependencies": { "@ownego/polaris-vue": "^2.1.20", "@shopify/app-bridge": "^3.7.10", "@shopify/app-bridge-types": "^0.0.16", "apexcharts": "^4.4.0", "pinia": "^2.3.0", "recharts": "^2.15.1", "vue": "^3.5.13", "vue-i18n": "^11.0.1", "vue-router": "^4.5.0", "vue3-apexcharts": "^1.8.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.5", "@vitejs/plugin-vue": "^5.2.1", "vite": "^6.0.7" } }