schon/storefront/package.json
Alexandr SaVBaD Waltz 4957039fc5 Features: 1) Integrate advanced Apollo link setup including error handling, authentication, and custom link chaining; 2) Replace apollo-upload-link.ts with revised client link configuration in apollo.ts; 3) Add @types/apollo-upload-client and @types/extract-files for enhanced TypeScript support;
Fixes: 1) Remove deprecated and redundant logic from `useAvatarUpload`; 2) Correct non-functional avatar upload and improve template handling in `settings.vue`;

Extra: 1) Cleanup unused imports, comments, and SCSS styles across files; 2) Simplify plugin configuration and migration to consolidated link logic; 3) Update package dependencies with precise resolution in `package-lock.json`.
2025-07-11 19:25:03 +03:00

43 lines
1.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": "^18.0.1",
"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",
"@types/apollo-upload-client": "^18.0.0",
"element-plus": "^2.10.1",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
}
}