schon/storefront/package.json
Alexandr SaVBaD Waltz 2d363e1740 Features: 1) Introduce new components including ui-counter, ui-link, base-auth, and base-header-catalogue with scoped styles; 2) Add useProductTags composable and integrate GraphQL queries for product tagging; 3) Build standalone pages for cart and wishlist with basic templates; 4) Integrate vue3-marquee-slider, swiper, and primeicons dependencies for enhanced UI interactions; 5) Add skeleton loaders for language switcher and counter components; 6) Localize the app with support for it-it, de-de, ja-jp, da-dk, fr-fr, and nl-nl locales;
Fixes: 1) Refactor `useProducts` and `useCategorybySlug` composables for improved error handling and lazy loading; 2) Correct import path in `product-page.vue` for `useProductBySlug`; 3) Update `useLanguages` composable to set current locale from local storage; 4) Remove unused `auth.js`, `base-header.vue`, and deprecated GraphQL fragments;

Extra: Minor styling adjustments and removal of redundant console logs; Updated `package-lock.json` dependencies for version consistency.
2025-05-31 17:43:33 +03:00

33 lines
775 B
JSON

{
"name": "evibes-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.13.8",
"@vue/apollo-composable": "^4.2.2",
"@vueuse/core": "^13.2.0",
"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.13",
"vue-i18n": "^11.1.4",
"vue-router": "^4.5.0",
"vue3-marquee-slider": "^1.0.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2"
}
}