schon/storefront/package.json
Alexandr SaVBaD Waltz c60ac13e88 Features: 1) Introduce handleDeposit function with validation logic and deposit transaction flow; 2) Add useDeposit composable and balance.vue page for user account balance management; 3) Enhance wishlist and cart functionality with authentication checks and notification improvements;
Fixes: 1) Replace `ElNotification` with `useNotification` across all components and composables; 2) Add missing semicolons, consistent formatting, and type annotations in multiple files; 3) Resolve non-reactive elements in wishlist and cart state management;

Extra: 1) Update i18n translations with new strings for promocodes, balance, authentication, and profile settings; 2) Refactor SCSS styles including variable additions and component-specific tweaks; 3) Remove redundant queries, unused imports, and `storePage.ts` file for cleanup.
2025-07-08 23:41:31 +03:00

42 lines
1 KiB
JSON

{
"name": "storefront",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/icon": "^1.13.0",
"@nuxt/image": "^1.10.0",
"@nuxtjs/i18n": "^9.5.5",
"@pinia/nuxt": "^0.11.1",
"@vueuse/core": "^13.3.0",
"@vueuse/integrations": "^13.3.0",
"@vueuse/nuxt": "^13.3.0",
"@vueuse/router": "^13.3.0",
"apollo-upload-client": "17.0.0",
"axios": "^1.9.0",
"graphql-combine-query": "^1.2.4",
"graphql-tag": "^2.12.6",
"nuxt": "^3.17.5",
"nuxt-marquee": "^1.0.4",
"pinia": "^3.0.3",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"swiper": "^11.2.8",
"universal-cookie": "^7.2.2",
"vue": "^3.5.16",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@element-plus/nuxt": "^1.1.3",
"@nuxtjs/apollo": "^5.0.0-alpha.14",
"element-plus": "^2.10.1",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
}
}