schon/storefront/package.json
Alexandr SaVBaD Waltz fd8774b817 Features: 1) Add Pinia stores for language, company, and cart management; 2) Implement new i18n plugin with dynamic locale detection and improved setup; 3) Enhance routing logic with locale-aware redirects;
Fixes: 1) Replace usage of `vue-router` with `window.location.href` for redirects across multiple composables; 2) Ensure proper locale switching in authentication flows;

Extra: 1) Update `package-lock.json` with dependencies for Apollo, Vue I18n, and styling; 2) Remove unused `i18n.config.js` to streamline i18n setup; 3) General composables refactoring to improve code maintainability;
2025-06-01 16:52:36 +03:00

32 lines
743 B
JSON

{
"name": "evibes-storefront",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@apollo/client": "^3.13.8",
"@astrojs/node": "^9.2.2",
"@astrojs/vue": "^5.1.0",
"@vue/apollo-composable": "^4.2.2",
"@vueuse/core": "^13.2.0",
"astro": "^5.8.1",
"element-plus": "^2.9.11",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6",
"pinia": "^3.0.1",
"primeicons": "^7.0.0",
"swiper": "^11.2.8",
"vue": "^3.5.16",
"vue-i18n": "^11.1.4",
"vue3-marquee-slider": "^1.0.5"
},
"devDependencies": {
"sass": "^1.83.0",
"sass-loader": "^16.0.4"
}
}