|
@@ -20,6 +20,7 @@
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "^22.0.1",
|
|
"@tsconfig/node22": "^22.0.1",
|
|
"@types/node": "^22.15.21",
|
|
"@types/node": "^22.15.21",
|
|
|
|
+ "@types/swiper": "^6.0.0",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.5.0",
|
|
"@vue/eslint-config-typescript": "^14.5.0",
|
|
@@ -1674,6 +1675,16 @@
|
|
"undici-types": "~6.21.0"
|
|
"undici-types": "~6.21.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@types/swiper": {
|
|
|
|
+ "version": "6.0.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/swiper/-/swiper-6.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-QPZRgxZ+ivXXtzV43B3LxpXUIC7FE/EoKM+rtxngmgt2M7eeUYypZhyqZD8UxJtlBcUDw/ATGoVeSNpvBBrz2w==",
|
|
|
|
+ "deprecated": "This is a stub types definition. swiper provides its own type definitions, so you do not need this installed.",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "swiper": "*"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "8.32.1",
|
|
"version": "8.32.1",
|
|
"resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz",
|