schon/storefront/package.json
Egor fureunoir Gorbunov 6894015954 Features: 1) Add astro-eslint-parser as a new devDependency;
Fixes:

Extra: 1) Refactor ESLint configuration to simplify overrides with modular imports for Astro and Vue; 2) Format ESLint config for consistency.
2025-06-01 18:25:27 +03:00

37 lines
914 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": {
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.28.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-vue": "^10.1.0",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"vue-eslint-parser": "^10.1.3"
}
}