This commit is contained in:
f4ilji
2024-12-11 15:41:13 +05:00
parent 0cd5fb9afb
commit e996b189b4
27 changed files with 361 additions and 205 deletions
+10 -1
View File
@@ -23,7 +23,8 @@
"fslightbox": "^3.4.1",
"fslightbox-vue": "^2.1.3",
"preline": "^1.9.0",
"slugify": "^1.6.6"
"slugify": "^1.6.6",
"vue3-yandex-smartcaptcha": "^1.0.0"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
@@ -6191,6 +6192,14 @@
"vue": "3.5.11"
}
},
"node_modules/vue3-yandex-smartcaptcha": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/vue3-yandex-smartcaptcha/-/vue3-yandex-smartcaptcha-1.0.0.tgz",
"integrity": "sha512-Sn0/UitYHYBzMvEOM0M00wxB/JC2sZ1EfvdKny3MfZGWLLxBJcKLY6NRInTtpyZcNiez1vsshnoX298Qq+fFzg==",
"peerDependencies": {
"vue": "^3.3.8"
}
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",