mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 17:21:13 +10:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54801d9448 |
@ -3,16 +3,16 @@
|
|||||||
"devices": {
|
"devices": {
|
||||||
"capabilities": "Capacités",
|
"capabilities": "Capacités",
|
||||||
"lastConnected": "Dernière Connexion",
|
"lastConnected": "Dernière Connexion",
|
||||||
"noDevices": "Aucun appareil n'est connecté à vôtre compte.",
|
"noDevices": "Aucun appareil connecté à vôtre compte.",
|
||||||
"platform": "Plateforme",
|
"platform": "Plateforme",
|
||||||
"revoke": "Révoquer",
|
"revoke": "Révoquer",
|
||||||
"subheader": "Gérer les appareils authorisés à accéder à votre compte Drop.",
|
"subheader": "Gérer les appareils authorisés à accéder à votre compte Drop.",
|
||||||
"title": "Appareils"
|
"title": "Appareils"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"all": "Tout voir {arrow}",
|
"all": "Voir tout {arrow}",
|
||||||
"desc": "Voir et gérer vos notifications.",
|
"desc": "Voir et gérer vos notifications.",
|
||||||
"markAllAsRead": "Tout marqué comme lu",
|
"markAllAsRead": "Marquer tout comme lu",
|
||||||
"markAsRead": "Marquer comme lu",
|
"markAsRead": "Marquer comme lu",
|
||||||
"none": "Pas de notification",
|
"none": "Pas de notification",
|
||||||
"notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
@ -62,6 +62,7 @@
|
|||||||
"description": "Utiliser un code pour vous connecter à votre client Drop si vous ne pouvez pas ouvrir un navigateur web sur votre appareil.",
|
"description": "Utiliser un code pour vous connecter à votre client Drop si vous ne pouvez pas ouvrir un navigateur web sur votre appareil.",
|
||||||
"title": "Connecter votre client Drop"
|
"title": "Connecter votre client Drop"
|
||||||
},
|
},
|
||||||
|
"confirmPassword": "Confirmez @:auth.password",
|
||||||
"displayName": "Nom d'Affichage",
|
"displayName": "Nom d'Affichage",
|
||||||
"email": "Email",
|
"email": "Email",
|
||||||
"password": "Mot de passe",
|
"password": "Mot de passe",
|
||||||
@ -147,6 +148,7 @@
|
|||||||
"auth": {
|
"auth": {
|
||||||
"disabled": "Compte invalide or désactivé. Merci de contacter l'administrateur du serveur.",
|
"disabled": "Compte invalide or désactivé. Merci de contacter l'administrateur du serveur.",
|
||||||
"invalidInvite": "Invitation invalide ou expirée",
|
"invalidInvite": "Invitation invalide ou expirée",
|
||||||
|
"invalidPassState": "Le mot de passe enregistré est invalide. Merci de contacter l'administrateur du serveur.",
|
||||||
"invalidUserOrPass": "Nom d'utilisateur ou password invalide.",
|
"invalidUserOrPass": "Nom d'utilisateur ou password invalide.",
|
||||||
"inviteIdRequired": "id est requis pour récupérer l'invitation",
|
"inviteIdRequired": "id est requis pour récupérer l'invitation",
|
||||||
"method": {
|
"method": {
|
||||||
@ -155,6 +157,10 @@
|
|||||||
"usernameTaken": "Nom d'utilisateur déjà pris."
|
"usernameTaken": "Nom d'utilisateur déjà pris."
|
||||||
},
|
},
|
||||||
"backHome": "{arrow} Retour a l'accueil",
|
"backHome": "{arrow} Retour a l'accueil",
|
||||||
|
"externalUrl": {
|
||||||
|
"subtitle": "Ce message n'est visible qu'aux administrateurs.",
|
||||||
|
"title": "Accès via une EXTERNAL_URL différente. Veuillez consulter la documentation."
|
||||||
|
},
|
||||||
"game": {
|
"game": {
|
||||||
"banner": {
|
"banner": {
|
||||||
"description": "Drop a échoué a mettre à jour l'image de la bannière : {0}",
|
"description": "Drop a échoué a mettre à jour l'image de la bannière : {0}",
|
||||||
@ -215,6 +221,7 @@
|
|||||||
"revokeClient": "Échec de la révocation du client",
|
"revokeClient": "Échec de la révocation du client",
|
||||||
"revokeClientFull": "Échec de la revocation du client {0}",
|
"revokeClientFull": "Échec de la revocation du client {0}",
|
||||||
"signIn": "Se connecter {arrow}",
|
"signIn": "Se connecter {arrow}",
|
||||||
|
"support": "Assistance Discord",
|
||||||
"unknown": "Une erreur inconnue est survenue",
|
"unknown": "Une erreur inconnue est survenue",
|
||||||
"upload": {
|
"upload": {
|
||||||
"description": "Drop n'a pas pu uploader le fichier : {0}",
|
"description": "Drop n'a pas pu uploader le fichier : {0}",
|
||||||
@ -254,7 +261,11 @@
|
|||||||
"admin": {
|
"admin": {
|
||||||
"admin": "Administration",
|
"admin": "Administration",
|
||||||
"metadata": "Méta",
|
"metadata": "Méta",
|
||||||
"settings": "Paramètres",
|
"settings": {
|
||||||
|
"store": "Store",
|
||||||
|
"title": "Paramètres",
|
||||||
|
"tokens": "API tokens"
|
||||||
|
},
|
||||||
"tasks": "Tâches",
|
"tasks": "Tâches",
|
||||||
"users": "Utilisateurs"
|
"users": "Utilisateurs"
|
||||||
},
|
},
|
||||||
@ -327,6 +338,8 @@
|
|||||||
},
|
},
|
||||||
"withoutMetadata": "Importer sans les données méta"
|
"withoutMetadata": "Importer sans les données méta"
|
||||||
},
|
},
|
||||||
|
"libraryHint": "Pas de bibliothèque configurée.",
|
||||||
|
"libraryHintDocsLink": "Qu'est-ce que cela veut dire ? {arrow}",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"companies": {
|
"companies": {
|
||||||
"action": "Gérer {arrow}",
|
"action": "Gérer {arrow}",
|
||||||
@ -340,15 +353,25 @@
|
|||||||
"description": "Les sociétés organisent les jeux par qui les a développer ou éditer.",
|
"description": "Les sociétés organisent les jeux par qui les a développer ou éditer.",
|
||||||
"editor": {
|
"editor": {
|
||||||
"action": "Ajouter un jeu {plus}",
|
"action": "Ajouter un jeu {plus}",
|
||||||
|
"descriptionPlaceholder": "{'<'}description{'>'}",
|
||||||
"developed": "Développé",
|
"developed": "Développé",
|
||||||
"libraryDescription": "Ajouter, supprimer ou personnaliser ce que cette société a développé et/ou publié.",
|
"libraryDescription": "Ajouter, supprimer ou personnaliser ce que cette société a développé et/ou publié.",
|
||||||
"libraryTitle": "Bibliothèque de jeux",
|
"libraryTitle": "Bibliothèque de jeux",
|
||||||
"noDescription": "(pas de description)",
|
"noDescription": "(pas de description)",
|
||||||
"published": "Publié",
|
"published": "Publié",
|
||||||
"uploadBanner": "Uploader bannière",
|
"uploadBanner": "Uploader bannière",
|
||||||
"uploadIcon": "Uplader icône"
|
"uploadIcon": "Uplader icône",
|
||||||
|
"websitePlaceholder": "{'<'}site web{'>'}"
|
||||||
},
|
},
|
||||||
"modals": {
|
"modals": {
|
||||||
|
"createDescription": "Créez une société pour mieux organizer vos jeux.",
|
||||||
|
"createFieldDescription": "Description de la Société",
|
||||||
|
"createFieldDescriptionPlaceholder": "Un petit studio indépendant qui...",
|
||||||
|
"createFieldName": "Nom de la société",
|
||||||
|
"createFieldNamePlaceholder": "Ma nouvelle société...",
|
||||||
|
"createFieldWebsite": "Site web de la société",
|
||||||
|
"createFieldWebsitePlaceholder": "https://exemple com/",
|
||||||
|
"createTitle": "Créer une société",
|
||||||
"nameDescription": "Éditer le nom de la société. Ce nom est utilisé pour trouver les jeux nouvellement importés.",
|
"nameDescription": "Éditer le nom de la société. Ce nom est utilisé pour trouver les jeux nouvellement importés.",
|
||||||
"nameTitle": "Éditer le nom de la société",
|
"nameTitle": "Éditer le nom de la société",
|
||||||
"shortDeckDescription": "Éditer la description de la company. Cela n'affecte pas la description longue (markdown).",
|
"shortDeckDescription": "Éditer la description de la company. Cela n'affecte pas la description longue (markdown).",
|
||||||
@ -384,12 +407,15 @@
|
|||||||
"create": "Créer une source",
|
"create": "Créer une source",
|
||||||
"createDesc": "Drop va utiliser cette source pour accéder à votre bibliothèque de jeux, et les rendre disponible.",
|
"createDesc": "Drop va utiliser cette source pour accéder à votre bibliothèque de jeux, et les rendre disponible.",
|
||||||
"desc": "Configurer vos sources de bibliothèques où Drop va regarder pour les nouveaux jeux et versions à importer.",
|
"desc": "Configurer vos sources de bibliothèques où Drop va regarder pour les nouveaux jeux et versions à importer.",
|
||||||
|
"documentationLink": "Documentation {arrow}",
|
||||||
"edit": "Éditer la source",
|
"edit": "Éditer la source",
|
||||||
"fsDesc": "Importe les jeux à partir d'un chemin d'accès sur le disque. Cela requière une structure des dossiers basées sur la version, et qui supporte les jeux archivés.",
|
"fsDesc": "Importe les jeux à partir d'un chemin d'accès sur le disque. Cela requière une structure des dossiers basées sur la version, et qui supporte les jeux archivés.",
|
||||||
"fsFlatDesc": "Importe les jeux à partir d'un chemin d’accès sur le disque, mais sans le sous-dossier version séparé. Utile pour migrer une bibliothèque vers Drop.",
|
"fsFlatDesc": "Importe les jeux à partir d'un chemin d’accès sur le disque, mais sans le sous-dossier version séparé. Utile pour migrer une bibliothèque vers Drop.",
|
||||||
|
"fsFlatTitle": "Compatibilité",
|
||||||
"fsPath": "Chemin d’accès",
|
"fsPath": "Chemin d’accès",
|
||||||
"fsPathDesc": "Un chemin d’accès absolu à votre bibliothèque de jeux.",
|
"fsPathDesc": "Un chemin d’accès absolu à votre bibliothèque de jeux.",
|
||||||
"fsPathPlaceholder": "/mnt/jeux",
|
"fsPathPlaceholder": "/mnt/jeux",
|
||||||
|
"fsTitle": "Drop-style",
|
||||||
"link": "Sources {arrow}",
|
"link": "Sources {arrow}",
|
||||||
"nameDesc": "Le nom de votre source, pour référence.",
|
"nameDesc": "Le nom de votre source, pour référence.",
|
||||||
"namePlaceholder": "Mes Nouvelle Source",
|
"namePlaceholder": "Mes Nouvelle Source",
|
||||||
@ -447,6 +473,7 @@
|
|||||||
"checkLater": "Vérifier plus tard pour les mises à jour.",
|
"checkLater": "Vérifier plus tard pour les mises à jour.",
|
||||||
"delete": "Supprimer l'Article",
|
"delete": "Supprimer l'Article",
|
||||||
"filter": {
|
"filter": {
|
||||||
|
"all": "Tous les temps",
|
||||||
"month": "Ce mois",
|
"month": "Ce mois",
|
||||||
"week": "Cette semaine",
|
"week": "Cette semaine",
|
||||||
"year": "Cette année"
|
"year": "Cette année"
|
||||||
@ -509,15 +536,19 @@
|
|||||||
"store": {
|
"store": {
|
||||||
"about": "À propos",
|
"about": "À propos",
|
||||||
"commingSoon": "prochainement",
|
"commingSoon": "prochainement",
|
||||||
|
"developers": "Développeurs | Développeur | Développeurs",
|
||||||
"exploreMore": "Explorer plus {arrow}",
|
"exploreMore": "Explorer plus {arrow}",
|
||||||
"featured": "Mis en avant",
|
"featured": "Mis en avant",
|
||||||
"images": "Images de Jeux",
|
"images": "Images de Jeux",
|
||||||
|
"lookAt": "Découvrez le maintenant",
|
||||||
"noDevelopers": "Pas de développeur",
|
"noDevelopers": "Pas de développeur",
|
||||||
"noGame": "pas de jeu",
|
"noFeatured": "PAS DE JEU MIS EN AVANT",
|
||||||
|
"noGame": "PAS DE JEU",
|
||||||
"noImages": "Pas d'image",
|
"noImages": "Pas d'image",
|
||||||
"noPublishers": "Pas d'éditeur.",
|
"noPublishers": "Pas d'éditeur.",
|
||||||
"noTags": "Pas de tag",
|
"noTags": "Pas de tag",
|
||||||
"openAdminDashboard": "Ouvrir dans le Tableau de Bord d'Administration",
|
"openAdminDashboard": "Ouvrir dans le Tableau de Bord d'Administration",
|
||||||
|
"openFeatured": "Mettez des étoiles aux jeux dans l'administration de la bibliothèque {arrow}",
|
||||||
"platform": "Plateforme | Plateforme | Plateformes",
|
"platform": "Plateforme | Plateforme | Plateformes",
|
||||||
"publishers": "Éditeurs | Éditeur | Éditeurs",
|
"publishers": "Éditeurs | Éditeur | Éditeurs",
|
||||||
"rating": "Note",
|
"rating": "Note",
|
||||||
@ -544,7 +575,9 @@
|
|||||||
"back": "{arrow} Retour aux Tâches",
|
"back": "{arrow} Retour aux Tâches",
|
||||||
"completedTasksTitle": "Tâches complétées",
|
"completedTasksTitle": "Tâches complétées",
|
||||||
"dailyScheduledTitle": "Tâches quotidiennes planifiées",
|
"dailyScheduledTitle": "Tâches quotidiennes planifiées",
|
||||||
|
"execute": "{arrow} Exécuter",
|
||||||
"noTasksRunning": "Pas de tâche en cours",
|
"noTasksRunning": "Pas de tâche en cours",
|
||||||
|
"progress": "{0]%",
|
||||||
"runningTasksTitle": "Tâches en cours d'exécution",
|
"runningTasksTitle": "Tâches en cours d'exécution",
|
||||||
"scheduled": {
|
"scheduled": {
|
||||||
"checkUpdateDescription": "Vérifier si Drop a une mise à jour.",
|
"checkUpdateDescription": "Vérifier si Drop a une mise à jour.",
|
||||||
@ -588,6 +621,7 @@
|
|||||||
"description": "Drop supporte une variété de \"mécanismes d'authentification\". Lorsque vous les activez ou les désactivez, ils sont affichés sur la page de connection pour que les utilisateurs puissent les sélectionner. Cliquer sur le menu à points pour configurer le mécanisme d'authentification.",
|
"description": "Drop supporte une variété de \"mécanismes d'authentification\". Lorsque vous les activez ou les désactivez, ils sont affichés sur la page de connection pour que les utilisateurs puissent les sélectionner. Cliquer sur le menu à points pour configurer le mécanisme d'authentification.",
|
||||||
"disabled": "Désactivé",
|
"disabled": "Désactivé",
|
||||||
"enabled": "Activé",
|
"enabled": "Activé",
|
||||||
|
"enabledKey": "Activée ?",
|
||||||
"oidc": "OpenID Connect",
|
"oidc": "OpenID Connect",
|
||||||
"simple": "Simple (nom d'utilisateur/mot de passe)",
|
"simple": "Simple (nom d'utilisateur/mot de passe)",
|
||||||
"srOpenOptions": "Ouvrir les options",
|
"srOpenOptions": "Ouvrir les options",
|
||||||
@ -605,7 +639,7 @@
|
|||||||
"createInvitation": "Créer invitation",
|
"createInvitation": "Créer invitation",
|
||||||
"description": "L'authentification simple utilise un système d'invitations pour créer les utilisateurs. Tu peux créer une invitation et optionnellement spécifier le nom d'utilisateur ou email de cet utilisateur, et un lien magique sera généré un lien magique qui peut être utilisé pour créer le compte.",
|
"description": "L'authentification simple utilise un système d'invitations pour créer les utilisateurs. Tu peux créer une invitation et optionnellement spécifier le nom d'utilisateur ou email de cet utilisateur, et un lien magique sera généré un lien magique qui peut être utilisé pour créer le compte.",
|
||||||
"expires": "Expire : {expiry}",
|
"expires": "Expire : {expiry}",
|
||||||
"invitationTitle": "invitations",
|
"invitationTitle": "Invitations",
|
||||||
"invite3Days": "3 jours",
|
"invite3Days": "3 jours",
|
||||||
"invite6Months": "6 mois",
|
"invite6Months": "6 mois",
|
||||||
"inviteAdminSwitchDescription": "Créer cet utilisateur en tant qu'adminstrateur",
|
"inviteAdminSwitchDescription": "Créer cet utilisateur en tant qu'adminstrateur",
|
||||||
|
|||||||
350
pnpm-lock.yaml
generated
350
pnpm-lock.yaml
generated
@ -16,10 +16,10 @@ importers:
|
|||||||
version: 3.2.0
|
version: 3.2.0
|
||||||
'@headlessui/vue':
|
'@headlessui/vue':
|
||||||
specifier: ^1.7.23
|
specifier: ^1.7.23
|
||||||
version: 1.7.23(vue@3.5.24(typescript@5.9.2))
|
version: 1.7.23(vue@3.5.21(typescript@5.9.2))
|
||||||
'@heroicons/vue':
|
'@heroicons/vue':
|
||||||
specifier: ^2.1.5
|
specifier: ^2.1.5
|
||||||
version: 2.2.0(vue@3.5.24(typescript@5.9.2))
|
version: 2.2.0(vue@3.5.21(typescript@5.9.2))
|
||||||
'@nuxt/fonts':
|
'@nuxt/fonts':
|
||||||
specifier: ^0.11.0
|
specifier: ^0.11.0
|
||||||
version: 0.11.4(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
version: 0.11.4(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
||||||
@ -28,7 +28,7 @@ importers:
|
|||||||
version: 1.11.0(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)
|
version: 1.11.0(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)
|
||||||
'@nuxtjs/i18n':
|
'@nuxtjs/i18n':
|
||||||
specifier: ^9.5.5
|
specifier: ^9.5.5
|
||||||
version: 9.5.6(@vue/compiler-dom@3.5.24)(eslint@9.36.0(jiti@2.5.1))(magicast@0.3.5)(rollup@4.52.0)(vue@3.5.24(typescript@5.9.2))
|
version: 9.5.6(@vue/compiler-dom@3.5.21)(eslint@9.36.0(jiti@2.5.1))(magicast@0.3.5)(rollup@4.52.0)(vue@3.5.21(typescript@5.9.2))
|
||||||
'@prisma/client':
|
'@prisma/client':
|
||||||
specifier: ^6.11.1
|
specifier: ^6.11.1
|
||||||
version: 6.16.2(prisma@6.16.2(magicast@0.3.5)(typescript@5.9.2))(typescript@5.9.2)
|
version: 6.16.2(prisma@6.16.2(magicast@0.3.5)(typescript@5.9.2))(typescript@5.9.2)
|
||||||
@ -37,7 +37,7 @@ importers:
|
|||||||
version: 4.1.13(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
version: 4.1.13(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
||||||
'@vueuse/nuxt':
|
'@vueuse/nuxt':
|
||||||
specifier: 13.6.0
|
specifier: 13.6.0
|
||||||
version: 13.6.0(magicast@0.3.5)(nuxt@4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.24)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))
|
version: 13.6.0(magicast@0.3.5)(nuxt@4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
|
||||||
argon2:
|
argon2:
|
||||||
specifier: ^0.43.0
|
specifier: ^0.43.0
|
||||||
version: 0.43.1
|
version: 0.43.1
|
||||||
@ -79,7 +79,7 @@ importers:
|
|||||||
version: 8.1.0
|
version: 8.1.0
|
||||||
nuxt:
|
nuxt:
|
||||||
specifier: ^4.1.2
|
specifier: ^4.1.2
|
||||||
version: 4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.24)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1)
|
version: 4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1)
|
||||||
nuxt-security:
|
nuxt-security:
|
||||||
specifier: 2.2.0
|
specifier: 2.2.0
|
||||||
version: 2.2.0(magicast@0.3.5)(rollup@4.52.0)
|
version: 2.2.0(magicast@0.3.5)(rollup@4.52.0)
|
||||||
@ -112,26 +112,26 @@ importers:
|
|||||||
version: 3.1.2(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
version: 3.1.2(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
||||||
vue:
|
vue:
|
||||||
specifier: latest
|
specifier: latest
|
||||||
version: 3.5.24(typescript@5.9.2)
|
version: 3.5.21(typescript@5.9.2)
|
||||||
vue-router:
|
vue-router:
|
||||||
specifier: latest
|
specifier: latest
|
||||||
version: 4.6.3(vue@3.5.24(typescript@5.9.2))
|
version: 4.5.1(vue@3.5.21(typescript@5.9.2))
|
||||||
vue3-carousel:
|
vue3-carousel:
|
||||||
specifier: ^0.16.0
|
specifier: ^0.16.0
|
||||||
version: 0.16.0(vue@3.5.24(typescript@5.9.2))
|
version: 0.16.0(vue@3.5.21(typescript@5.9.2))
|
||||||
vue3-carousel-nuxt:
|
vue3-carousel-nuxt:
|
||||||
specifier: ^1.1.5
|
specifier: ^1.1.5
|
||||||
version: 1.1.6(magicast@0.3.5)(vue@3.5.24(typescript@5.9.2))
|
version: 1.1.6(magicast@0.3.5)(vue@3.5.21(typescript@5.9.2))
|
||||||
vuedraggable:
|
vuedraggable:
|
||||||
specifier: ^4.1.0
|
specifier: ^4.1.0
|
||||||
version: 4.1.0(vue@3.5.24(typescript@5.9.2))
|
version: 4.1.0(vue@3.5.21(typescript@5.9.2))
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@intlify/eslint-plugin-vue-i18n':
|
'@intlify/eslint-plugin-vue-i18n':
|
||||||
specifier: ^4.0.1
|
specifier: ^4.0.1
|
||||||
version: 4.1.0(eslint@9.36.0(jiti@2.5.1))(jsonc-eslint-parser@2.4.0)(vue-eslint-parser@10.2.0(eslint@9.36.0(jiti@2.5.1)))(yaml-eslint-parser@1.3.0)
|
version: 4.1.0(eslint@9.36.0(jiti@2.5.1))(jsonc-eslint-parser@2.4.0)(vue-eslint-parser@10.2.0(eslint@9.36.0(jiti@2.5.1)))(yaml-eslint-parser@1.3.0)
|
||||||
'@nuxt/eslint':
|
'@nuxt/eslint':
|
||||||
specifier: ^1.3.0
|
specifier: ^1.3.0
|
||||||
version: 1.9.0(@typescript-eslint/utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.24)(eslint@9.36.0(jiti@2.5.1))(magicast@0.3.5)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
version: 1.9.0(@typescript-eslint/utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(jiti@2.5.1))(magicast@0.3.5)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
||||||
'@tailwindcss/forms':
|
'@tailwindcss/forms':
|
||||||
specifier: ^0.5.9
|
specifier: ^0.5.9
|
||||||
version: 0.5.10(tailwindcss@4.1.13)
|
version: 0.5.10(tailwindcss@4.1.13)
|
||||||
@ -287,10 +287,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
|
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/helper-validator-identifier@7.28.5':
|
|
||||||
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
|
|
||||||
'@babel/helper-validator-option@7.27.1':
|
'@babel/helper-validator-option@7.27.1':
|
||||||
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@ -304,11 +300,6 @@ packages:
|
|||||||
engines: {node: '>=6.0.0'}
|
engines: {node: '>=6.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@babel/parser@7.28.5':
|
|
||||||
resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
|
|
||||||
engines: {node: '>=6.0.0'}
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
'@babel/plugin-syntax-jsx@7.27.1':
|
'@babel/plugin-syntax-jsx@7.27.1':
|
||||||
resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
|
resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@ -343,10 +334,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
|
resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/types@7.28.5':
|
|
||||||
resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
|
|
||||||
engines: {node: '>=6.9.0'}
|
|
||||||
|
|
||||||
'@capsizecss/metrics@3.5.0':
|
'@capsizecss/metrics@3.5.0':
|
||||||
resolution: {integrity: sha512-Ju2I/Qn3c1OaU8FgeW4Tc22D4C9NwyVfKzNmzst59bvxBjPoLYNZMqFYn+HvCtn4MpXwiaDtCE8fNuQLpdi9yA==}
|
resolution: {integrity: sha512-Ju2I/Qn3c1OaU8FgeW4Tc22D4C9NwyVfKzNmzst59bvxBjPoLYNZMqFYn+HvCtn4MpXwiaDtCE8fNuQLpdi9yA==}
|
||||||
|
|
||||||
@ -2096,27 +2083,15 @@ packages:
|
|||||||
'@vue/compiler-core@3.5.21':
|
'@vue/compiler-core@3.5.21':
|
||||||
resolution: {integrity: sha512-8i+LZ0vf6ZgII5Z9XmUvrCyEzocvWT+TeR2VBUVlzIH6Tyv57E20mPZ1bCS+tbejgUgmjrEh7q/0F0bibskAmw==}
|
resolution: {integrity: sha512-8i+LZ0vf6ZgII5Z9XmUvrCyEzocvWT+TeR2VBUVlzIH6Tyv57E20mPZ1bCS+tbejgUgmjrEh7q/0F0bibskAmw==}
|
||||||
|
|
||||||
'@vue/compiler-core@3.5.24':
|
|
||||||
resolution: {integrity: sha512-eDl5H57AOpNakGNAkFDH+y7kTqrQpJkZFXhWZQGyx/5Wh7B1uQYvcWkvZi11BDhscPgj8N7XV3oRwiPnx1Vrig==}
|
|
||||||
|
|
||||||
'@vue/compiler-dom@3.5.21':
|
'@vue/compiler-dom@3.5.21':
|
||||||
resolution: {integrity: sha512-jNtbu/u97wiyEBJlJ9kmdw7tAr5Vy0Aj5CgQmo+6pxWNQhXZDPsRr1UWPN4v3Zf82s2H3kF51IbzZ4jMWAgPlQ==}
|
resolution: {integrity: sha512-jNtbu/u97wiyEBJlJ9kmdw7tAr5Vy0Aj5CgQmo+6pxWNQhXZDPsRr1UWPN4v3Zf82s2H3kF51IbzZ4jMWAgPlQ==}
|
||||||
|
|
||||||
'@vue/compiler-dom@3.5.24':
|
|
||||||
resolution: {integrity: sha512-1QHGAvs53gXkWdd3ZMGYuvQFXHW4ksKWPG8HP8/2BscrbZ0brw183q2oNWjMrSWImYLHxHrx1ItBQr50I/q2zw==}
|
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.21':
|
'@vue/compiler-sfc@3.5.21':
|
||||||
resolution: {integrity: sha512-SXlyk6I5eUGBd2v8Ie7tF6ADHE9kCR6mBEuPyH1nUZ0h6Xx6nZI29i12sJKQmzbDyr2tUHMhhTt51Z6blbkTTQ==}
|
resolution: {integrity: sha512-SXlyk6I5eUGBd2v8Ie7tF6ADHE9kCR6mBEuPyH1nUZ0h6Xx6nZI29i12sJKQmzbDyr2tUHMhhTt51Z6blbkTTQ==}
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.24':
|
|
||||||
resolution: {integrity: sha512-8EG5YPRgmTB+YxYBM3VXy8zHD9SWHUJLIGPhDovo3Z8VOgvP+O7UP5vl0J4BBPWYD9vxtBabzW1EuEZ+Cqs14g==}
|
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.21':
|
'@vue/compiler-ssr@3.5.21':
|
||||||
resolution: {integrity: sha512-vKQ5olH5edFZdf5ZrlEgSO1j1DMA4u23TVK5XR1uMhvwnYvVdDF0nHXJUblL/GvzlShQbjhZZ2uvYmDlAbgo9w==}
|
resolution: {integrity: sha512-vKQ5olH5edFZdf5ZrlEgSO1j1DMA4u23TVK5XR1uMhvwnYvVdDF0nHXJUblL/GvzlShQbjhZZ2uvYmDlAbgo9w==}
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.24':
|
|
||||||
resolution: {integrity: sha512-trOvMWNBMQ/odMRHW7Ae1CdfYx+7MuiQu62Jtu36gMLXcaoqKvAyh+P73sYG9ll+6jLB6QPovqoKGGZROzkFFg==}
|
|
||||||
|
|
||||||
'@vue/compiler-vue2@2.7.16':
|
'@vue/compiler-vue2@2.7.16':
|
||||||
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
|
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
|
||||||
|
|
||||||
@ -2142,26 +2117,23 @@ packages:
|
|||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@vue/reactivity@3.5.24':
|
'@vue/reactivity@3.5.21':
|
||||||
resolution: {integrity: sha512-BM8kBhtlkkbnyl4q+HiF5R5BL0ycDPfihowulm02q3WYp2vxgPcJuZO866qa/0u3idbMntKEtVNuAUp5bw4teg==}
|
resolution: {integrity: sha512-3ah7sa+Cwr9iiYEERt9JfZKPw4A2UlbY8RbbnH2mGCE8NwHkhmlZt2VsH0oDA3P08X3jJd29ohBDtX+TbD9AsA==}
|
||||||
|
|
||||||
'@vue/runtime-core@3.5.24':
|
'@vue/runtime-core@3.5.21':
|
||||||
resolution: {integrity: sha512-RYP/byyKDgNIqfX/gNb2PB55dJmM97jc9wyF3jK7QUInYKypK2exmZMNwnjueWwGceEkP6NChd3D2ZVEp9undQ==}
|
resolution: {integrity: sha512-+DplQlRS4MXfIf9gfD1BOJpk5RSyGgGXD/R+cumhe8jdjUcq/qlxDawQlSI8hCKupBlvM+3eS1se5xW+SuNAwA==}
|
||||||
|
|
||||||
'@vue/runtime-dom@3.5.24':
|
'@vue/runtime-dom@3.5.21':
|
||||||
resolution: {integrity: sha512-Z8ANhr/i0XIluonHVjbUkjvn+CyrxbXRIxR7wn7+X7xlcb7dJsfITZbkVOeJZdP8VZwfrWRsWdShH6pngMxRjw==}
|
resolution: {integrity: sha512-3M2DZsOFwM5qI15wrMmNF5RJe1+ARijt2HM3TbzBbPSuBHOQpoidE+Pa+XEaVN+czbHf81ETRoG1ltztP2em8w==}
|
||||||
|
|
||||||
'@vue/server-renderer@3.5.24':
|
'@vue/server-renderer@3.5.21':
|
||||||
resolution: {integrity: sha512-Yh2j2Y4G/0/4z/xJ1Bad4mxaAk++C2v4kaa8oSYTMJBJ00/ndPuxCnWeot0/7/qafQFLh5pr6xeV6SdMcE/G1w==}
|
resolution: {integrity: sha512-qr8AqgD3DJPJcGvLcJKQo2tAc8OnXRcfxhOJCPF+fcfn5bBGz7VCcO7t+qETOPxpWK1mgysXvVT/j+xWaHeMWA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: 3.5.24
|
vue: 3.5.21
|
||||||
|
|
||||||
'@vue/shared@3.5.21':
|
'@vue/shared@3.5.21':
|
||||||
resolution: {integrity: sha512-+2k1EQpnYuVuu3N7atWyG3/xoFWIVJZq4Mz8XNOdScFI0etES75fbny/oU4lKWk/577P1zmg0ioYvpGEDZ3DLw==}
|
resolution: {integrity: sha512-+2k1EQpnYuVuu3N7atWyG3/xoFWIVJZq4Mz8XNOdScFI0etES75fbny/oU4lKWk/577P1zmg0ioYvpGEDZ3DLw==}
|
||||||
|
|
||||||
'@vue/shared@3.5.24':
|
|
||||||
resolution: {integrity: sha512-9cwHL2EsJBdi8NY22pngYYWzkTDhld6fAD6jlaeloNGciNSJL6bLpbxVgXl96X00Jtc6YWQv96YA/0sxex/k1A==}
|
|
||||||
|
|
||||||
'@vueuse/core@13.6.0':
|
'@vueuse/core@13.6.0':
|
||||||
resolution: {integrity: sha512-DJbD5fV86muVmBgS9QQPddVX7d9hWYswzlf4bIyUD2dj8GC46R1uNClZhVAmsdVts4xb2jwp1PbpuiA50Qee1A==}
|
resolution: {integrity: sha512-DJbD5fV86muVmBgS9QQPddVX7d9hWYswzlf4bIyUD2dj8GC46R1uNClZhVAmsdVts4xb2jwp1PbpuiA50Qee1A==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -3815,9 +3787,6 @@ packages:
|
|||||||
magic-string@0.30.19:
|
magic-string@0.30.19:
|
||||||
resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==}
|
resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==}
|
||||||
|
|
||||||
magic-string@0.30.21:
|
|
||||||
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
||||||
|
|
||||||
magicast@0.3.5:
|
magicast@0.3.5:
|
||||||
resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==}
|
resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==}
|
||||||
|
|
||||||
@ -5416,10 +5385,10 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.0.0
|
vue: ^3.0.0
|
||||||
|
|
||||||
vue-router@4.6.3:
|
vue-router@4.5.1:
|
||||||
resolution: {integrity: sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==}
|
resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.5.0
|
vue: ^3.2.0
|
||||||
|
|
||||||
vue-tsc@3.0.7:
|
vue-tsc@3.0.7:
|
||||||
resolution: {integrity: sha512-BSMmW8GGEgHykrv7mRk6zfTdK+tw4MBZY/x6fFa7IkdXK3s/8hQRacPjG9/8YKFDIWGhBocwi6PlkQQ/93OgIQ==}
|
resolution: {integrity: sha512-BSMmW8GGEgHykrv7mRk6zfTdK+tw4MBZY/x6fFa7IkdXK3s/8hQRacPjG9/8YKFDIWGhBocwi6PlkQQ/93OgIQ==}
|
||||||
@ -5440,8 +5409,8 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.5.0
|
vue: ^3.5.0
|
||||||
|
|
||||||
vue@3.5.24:
|
vue@3.5.21:
|
||||||
resolution: {integrity: sha512-uTHDOpVQTMjcGgrqFPSb8iO2m1DUvo+WbGqoXQz8Y1CeBYQ0FXf2z1gLRaBtHjlRz7zZUBHxjVB5VTLzYkvftg==}
|
resolution: {integrity: sha512-xxf9rum9KtOdwdRkiApWL+9hZEMWE90FHh8yS1+KJAiWYh+iGWV1FquPjoO9VUHQ+VIhsCXNNyZ5Sf4++RVZBA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
@ -5658,7 +5627,7 @@ snapshots:
|
|||||||
|
|
||||||
'@babel/helper-annotate-as-pure@7.27.3':
|
'@babel/helper-annotate-as-pure@7.27.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.28.5
|
'@babel/types': 7.28.4
|
||||||
|
|
||||||
'@babel/helper-compilation-targets@7.27.2':
|
'@babel/helper-compilation-targets@7.27.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5686,7 +5655,7 @@ snapshots:
|
|||||||
'@babel/helper-member-expression-to-functions@7.27.1':
|
'@babel/helper-member-expression-to-functions@7.27.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/traverse': 7.28.4
|
'@babel/traverse': 7.28.4
|
||||||
'@babel/types': 7.28.5
|
'@babel/types': 7.28.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@ -5708,7 +5677,7 @@ snapshots:
|
|||||||
|
|
||||||
'@babel/helper-optimise-call-expression@7.27.1':
|
'@babel/helper-optimise-call-expression@7.27.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.28.5
|
'@babel/types': 7.28.4
|
||||||
|
|
||||||
'@babel/helper-plugin-utils@7.27.1': {}
|
'@babel/helper-plugin-utils@7.27.1': {}
|
||||||
|
|
||||||
@ -5724,7 +5693,7 @@ snapshots:
|
|||||||
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
|
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/traverse': 7.28.4
|
'@babel/traverse': 7.28.4
|
||||||
'@babel/types': 7.28.5
|
'@babel/types': 7.28.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@ -5732,8 +5701,6 @@ snapshots:
|
|||||||
|
|
||||||
'@babel/helper-validator-identifier@7.27.1': {}
|
'@babel/helper-validator-identifier@7.27.1': {}
|
||||||
|
|
||||||
'@babel/helper-validator-identifier@7.28.5': {}
|
|
||||||
|
|
||||||
'@babel/helper-validator-option@7.27.1': {}
|
'@babel/helper-validator-option@7.27.1': {}
|
||||||
|
|
||||||
'@babel/helpers@7.28.4':
|
'@babel/helpers@7.28.4':
|
||||||
@ -5745,10 +5712,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.28.4
|
'@babel/types': 7.28.4
|
||||||
|
|
||||||
'@babel/parser@7.28.5':
|
|
||||||
dependencies:
|
|
||||||
'@babel/types': 7.28.5
|
|
||||||
|
|
||||||
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.4)':
|
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.4)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.28.4
|
'@babel/core': 7.28.4
|
||||||
@ -5795,11 +5758,6 @@ snapshots:
|
|||||||
'@babel/helper-string-parser': 7.27.1
|
'@babel/helper-string-parser': 7.27.1
|
||||||
'@babel/helper-validator-identifier': 7.27.1
|
'@babel/helper-validator-identifier': 7.27.1
|
||||||
|
|
||||||
'@babel/types@7.28.5':
|
|
||||||
dependencies:
|
|
||||||
'@babel/helper-string-parser': 7.27.1
|
|
||||||
'@babel/helper-validator-identifier': 7.28.5
|
|
||||||
|
|
||||||
'@capsizecss/metrics@3.5.0': {}
|
'@capsizecss/metrics@3.5.0': {}
|
||||||
|
|
||||||
'@capsizecss/unpack@2.4.0':
|
'@capsizecss/unpack@2.4.0':
|
||||||
@ -6091,14 +6049,14 @@ snapshots:
|
|||||||
'@fastify/accept-negotiator@1.1.0':
|
'@fastify/accept-negotiator@1.1.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@headlessui/vue@1.7.23(vue@3.5.24(typescript@5.9.2))':
|
'@headlessui/vue@1.7.23(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tanstack/vue-virtual': 3.13.12(vue@3.5.24(typescript@5.9.2))
|
'@tanstack/vue-virtual': 3.13.12(vue@3.5.21(typescript@5.9.2))
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
'@heroicons/vue@2.2.0(vue@3.5.24(typescript@5.9.2))':
|
'@heroicons/vue@2.2.0(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
'@humanfs/core@0.19.1': {}
|
'@humanfs/core@0.19.1': {}
|
||||||
|
|
||||||
@ -6111,7 +6069,7 @@ snapshots:
|
|||||||
|
|
||||||
'@humanwhocodes/retry@0.4.3': {}
|
'@humanwhocodes/retry@0.4.3': {}
|
||||||
|
|
||||||
'@intlify/bundle-utils@10.0.1(vue-i18n@10.0.8(vue@3.5.24(typescript@5.9.2)))':
|
'@intlify/bundle-utils@10.0.1(vue-i18n@10.0.8(vue@3.5.21(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/message-compiler': 11.1.12
|
'@intlify/message-compiler': 11.1.12
|
||||||
'@intlify/shared': 11.1.12
|
'@intlify/shared': 11.1.12
|
||||||
@ -6123,7 +6081,7 @@ snapshots:
|
|||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
yaml-eslint-parser: 1.3.0
|
yaml-eslint-parser: 1.3.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue-i18n: 10.0.8(vue@3.5.24(typescript@5.9.2))
|
vue-i18n: 10.0.8(vue@3.5.21(typescript@5.9.2))
|
||||||
|
|
||||||
'@intlify/core-base@10.0.8':
|
'@intlify/core-base@10.0.8':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -6184,12 +6142,12 @@ snapshots:
|
|||||||
|
|
||||||
'@intlify/shared@11.1.12': {}
|
'@intlify/shared@11.1.12': {}
|
||||||
|
|
||||||
'@intlify/unplugin-vue-i18n@6.0.8(@vue/compiler-dom@3.5.24)(eslint@9.36.0(jiti@2.5.1))(rollup@4.52.0)(typescript@5.9.2)(vue-i18n@10.0.8(vue@3.5.24(typescript@5.9.2)))(vue@3.5.24(typescript@5.9.2))':
|
'@intlify/unplugin-vue-i18n@6.0.8(@vue/compiler-dom@3.5.21)(eslint@9.36.0(jiti@2.5.1))(rollup@4.52.0)(typescript@5.9.2)(vue-i18n@10.0.8(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(jiti@2.5.1))
|
'@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(jiti@2.5.1))
|
||||||
'@intlify/bundle-utils': 10.0.1(vue-i18n@10.0.8(vue@3.5.24(typescript@5.9.2)))
|
'@intlify/bundle-utils': 10.0.1(vue-i18n@10.0.8(vue@3.5.21(typescript@5.9.2)))
|
||||||
'@intlify/shared': 11.1.12
|
'@intlify/shared': 11.1.12
|
||||||
'@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.1.12)(@vue/compiler-dom@3.5.24)(vue-i18n@10.0.8(vue@3.5.24(typescript@5.9.2)))(vue@3.5.24(typescript@5.9.2))
|
'@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.1.12)(@vue/compiler-dom@3.5.21)(vue-i18n@10.0.8(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2))
|
||||||
'@rollup/pluginutils': 5.3.0(rollup@4.52.0)
|
'@rollup/pluginutils': 5.3.0(rollup@4.52.0)
|
||||||
'@typescript-eslint/scope-manager': 8.44.0
|
'@typescript-eslint/scope-manager': 8.44.0
|
||||||
'@typescript-eslint/typescript-estree': 8.44.0(typescript@5.9.2)
|
'@typescript-eslint/typescript-estree': 8.44.0(typescript@5.9.2)
|
||||||
@ -6201,9 +6159,9 @@ snapshots:
|
|||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
unplugin: 1.16.1
|
unplugin: 1.16.1
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue-i18n: 10.0.8(vue@3.5.24(typescript@5.9.2))
|
vue-i18n: 10.0.8(vue@3.5.21(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/compiler-dom'
|
- '@vue/compiler-dom'
|
||||||
- eslint
|
- eslint
|
||||||
@ -6213,14 +6171,14 @@ snapshots:
|
|||||||
|
|
||||||
'@intlify/utils@0.13.0': {}
|
'@intlify/utils@0.13.0': {}
|
||||||
|
|
||||||
'@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.1.12)(@vue/compiler-dom@3.5.24)(vue-i18n@10.0.8(vue@3.5.24(typescript@5.9.2)))(vue@3.5.24(typescript@5.9.2))':
|
'@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.1.12)(@vue/compiler-dom@3.5.21)(vue-i18n@10.0.8(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.28.4
|
'@babel/parser': 7.28.4
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@intlify/shared': 11.1.12
|
'@intlify/shared': 11.1.12
|
||||||
'@vue/compiler-dom': 3.5.24
|
'@vue/compiler-dom': 3.5.21
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
vue-i18n: 10.0.8(vue@3.5.24(typescript@5.9.2))
|
vue-i18n: 10.0.8(vue@3.5.21(typescript@5.9.2))
|
||||||
|
|
||||||
'@ioredis/commands@1.4.0': {}
|
'@ioredis/commands@1.4.0': {}
|
||||||
|
|
||||||
@ -6386,12 +6344,12 @@ snapshots:
|
|||||||
prompts: 2.4.2
|
prompts: 2.4.2
|
||||||
semver: 7.7.2
|
semver: 7.7.2
|
||||||
|
|
||||||
'@nuxt/devtools@2.6.4(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))':
|
'@nuxt/devtools@2.6.4(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/devtools-kit': 2.6.4(magicast@0.3.5)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
'@nuxt/devtools-kit': 2.6.4(magicast@0.3.5)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
||||||
'@nuxt/devtools-wizard': 2.6.4
|
'@nuxt/devtools-wizard': 2.6.4
|
||||||
'@nuxt/kit': 3.19.2(magicast@0.3.5)
|
'@nuxt/kit': 3.19.2(magicast@0.3.5)
|
||||||
'@vue/devtools-core': 7.7.7(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))
|
'@vue/devtools-core': 7.7.7(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
|
||||||
'@vue/devtools-kit': 7.7.7
|
'@vue/devtools-kit': 7.7.7
|
||||||
birpc: 2.5.0
|
birpc: 2.5.0
|
||||||
consola: 3.4.2
|
consola: 3.4.2
|
||||||
@ -6418,7 +6376,7 @@ snapshots:
|
|||||||
tinyglobby: 0.2.15
|
tinyglobby: 0.2.15
|
||||||
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
||||||
vite-plugin-inspect: 11.3.3(@nuxt/kit@3.19.2(magicast@0.3.5))(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
vite-plugin-inspect: 11.3.3(@nuxt/kit@3.19.2(magicast@0.3.5))(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
||||||
vite-plugin-vue-tracer: 1.0.0(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))
|
vite-plugin-vue-tracer: 1.0.0(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
|
||||||
which: 5.0.0
|
which: 5.0.0
|
||||||
ws: 8.18.3
|
ws: 8.18.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -6427,7 +6385,7 @@ snapshots:
|
|||||||
- utf-8-validate
|
- utf-8-validate
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
'@nuxt/eslint-config@1.9.0(@typescript-eslint/utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.24)(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)':
|
'@nuxt/eslint-config@1.9.0(@typescript-eslint/utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 1.1.0
|
'@antfu/install-pkg': 1.1.0
|
||||||
'@clack/prompts': 0.11.0
|
'@clack/prompts': 0.11.0
|
||||||
@ -6446,7 +6404,7 @@ snapshots:
|
|||||||
eslint-plugin-regexp: 2.10.0(eslint@9.36.0(jiti@2.5.1))
|
eslint-plugin-regexp: 2.10.0(eslint@9.36.0(jiti@2.5.1))
|
||||||
eslint-plugin-unicorn: 60.0.0(eslint@9.36.0(jiti@2.5.1))
|
eslint-plugin-unicorn: 60.0.0(eslint@9.36.0(jiti@2.5.1))
|
||||||
eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.36.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.36.0(jiti@2.5.1)))
|
eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.36.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.36.0(jiti@2.5.1)))
|
||||||
eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.24)(eslint@9.36.0(jiti@2.5.1))
|
eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(jiti@2.5.1))
|
||||||
globals: 16.4.0
|
globals: 16.4.0
|
||||||
local-pkg: 1.1.2
|
local-pkg: 1.1.2
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
@ -6467,11 +6425,11 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@nuxt/eslint@1.9.0(@typescript-eslint/utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.24)(eslint@9.36.0(jiti@2.5.1))(magicast@0.3.5)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))':
|
'@nuxt/eslint@1.9.0(@typescript-eslint/utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(jiti@2.5.1))(magicast@0.3.5)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/config-inspector': 1.3.0(eslint@9.36.0(jiti@2.5.1))
|
'@eslint/config-inspector': 1.3.0(eslint@9.36.0(jiti@2.5.1))
|
||||||
'@nuxt/devtools-kit': 2.6.4(magicast@0.3.5)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
'@nuxt/devtools-kit': 2.6.4(magicast@0.3.5)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
||||||
'@nuxt/eslint-config': 1.9.0(@typescript-eslint/utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.24)(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
'@nuxt/eslint-config': 1.9.0(@typescript-eslint/utils@8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
'@nuxt/eslint-plugin': 1.9.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
'@nuxt/eslint-plugin': 1.9.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
'@nuxt/kit': 4.1.2(magicast@0.3.5)
|
'@nuxt/kit': 4.1.2(magicast@0.3.5)
|
||||||
chokidar: 4.0.3
|
chokidar: 4.0.3
|
||||||
@ -6661,12 +6619,12 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
|
|
||||||
'@nuxt/vite-builder@4.1.2(@types/node@22.18.6)(eslint@9.36.0(jiti@2.5.1))(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vue-tsc@3.0.7(typescript@5.9.2))(vue@3.5.24(typescript@5.9.2))(yaml@2.8.1)':
|
'@nuxt/vite-builder@4.1.2(@types/node@22.18.6)(eslint@9.36.0(jiti@2.5.1))(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vue-tsc@3.0.7(typescript@5.9.2))(vue@3.5.21(typescript@5.9.2))(yaml@2.8.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 4.1.2(magicast@0.3.5)
|
'@nuxt/kit': 4.1.2(magicast@0.3.5)
|
||||||
'@rollup/plugin-replace': 6.0.2(rollup@4.52.0)
|
'@rollup/plugin-replace': 6.0.2(rollup@4.52.0)
|
||||||
'@vitejs/plugin-vue': 6.0.1(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))
|
'@vitejs/plugin-vue': 6.0.1(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
|
||||||
'@vitejs/plugin-vue-jsx': 5.1.1(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))
|
'@vitejs/plugin-vue-jsx': 5.1.1(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
|
||||||
autoprefixer: 10.4.21(postcss@8.5.6)
|
autoprefixer: 10.4.21(postcss@8.5.6)
|
||||||
consola: 3.4.2
|
consola: 3.4.2
|
||||||
cssnano: 7.1.1(postcss@8.5.6)
|
cssnano: 7.1.1(postcss@8.5.6)
|
||||||
@ -6691,7 +6649,7 @@ snapshots:
|
|||||||
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
||||||
vite-node: 3.2.4(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
vite-node: 3.2.4(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
||||||
vite-plugin-checker: 0.10.3(eslint@9.36.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))
|
vite-plugin-checker: 0.10.3(eslint@9.36.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
vue-bundle-renderer: 2.1.2
|
vue-bundle-renderer: 2.1.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@biomejs/biome'
|
- '@biomejs/biome'
|
||||||
@ -6718,11 +6676,11 @@ snapshots:
|
|||||||
- vue-tsc
|
- vue-tsc
|
||||||
- yaml
|
- yaml
|
||||||
|
|
||||||
'@nuxtjs/i18n@9.5.6(@vue/compiler-dom@3.5.24)(eslint@9.36.0(jiti@2.5.1))(magicast@0.3.5)(rollup@4.52.0)(vue@3.5.24(typescript@5.9.2))':
|
'@nuxtjs/i18n@9.5.6(@vue/compiler-dom@3.5.21)(eslint@9.36.0(jiti@2.5.1))(magicast@0.3.5)(rollup@4.52.0)(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/h3': 0.6.1
|
'@intlify/h3': 0.6.1
|
||||||
'@intlify/shared': 10.0.8
|
'@intlify/shared': 10.0.8
|
||||||
'@intlify/unplugin-vue-i18n': 6.0.8(@vue/compiler-dom@3.5.24)(eslint@9.36.0(jiti@2.5.1))(rollup@4.52.0)(typescript@5.9.2)(vue-i18n@10.0.8(vue@3.5.24(typescript@5.9.2)))(vue@3.5.24(typescript@5.9.2))
|
'@intlify/unplugin-vue-i18n': 6.0.8(@vue/compiler-dom@3.5.21)(eslint@9.36.0(jiti@2.5.1))(rollup@4.52.0)(typescript@5.9.2)(vue-i18n@10.0.8(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2))
|
||||||
'@intlify/utils': 0.13.0
|
'@intlify/utils': 0.13.0
|
||||||
'@miyaneee/rollup-plugin-json5': 1.2.0(rollup@4.52.0)
|
'@miyaneee/rollup-plugin-json5': 1.2.0(rollup@4.52.0)
|
||||||
'@nuxt/kit': 3.19.2(magicast@0.3.5)
|
'@nuxt/kit': 3.19.2(magicast@0.3.5)
|
||||||
@ -6742,9 +6700,9 @@ snapshots:
|
|||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
ufo: 1.6.1
|
ufo: 1.6.1
|
||||||
unplugin: 2.3.10
|
unplugin: 2.3.10
|
||||||
unplugin-vue-router: 0.12.0(vue-router@4.6.3(vue@3.5.24(typescript@5.9.2)))(vue@3.5.24(typescript@5.9.2))
|
unplugin-vue-router: 0.12.0(vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2))
|
||||||
vue-i18n: 10.0.8(vue@3.5.24(typescript@5.9.2))
|
vue-i18n: 10.0.8(vue@3.5.21(typescript@5.9.2))
|
||||||
vue-router: 4.6.3(vue@3.5.24(typescript@5.9.2))
|
vue-router: 4.5.1(vue@3.5.21(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/compiler-dom'
|
- '@vue/compiler-dom'
|
||||||
- eslint
|
- eslint
|
||||||
@ -7316,10 +7274,10 @@ snapshots:
|
|||||||
|
|
||||||
'@tanstack/virtual-core@3.13.12': {}
|
'@tanstack/virtual-core@3.13.12': {}
|
||||||
|
|
||||||
'@tanstack/vue-virtual@3.13.12(vue@3.5.24(typescript@5.9.2))':
|
'@tanstack/vue-virtual@3.13.12(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tanstack/virtual-core': 3.13.12
|
'@tanstack/virtual-core': 3.13.12
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
'@tokenizer/token@0.3.0': {}
|
'@tokenizer/token@0.3.0': {}
|
||||||
|
|
||||||
@ -7467,11 +7425,11 @@ snapshots:
|
|||||||
'@typescript-eslint/types': 8.44.0
|
'@typescript-eslint/types': 8.44.0
|
||||||
eslint-visitor-keys: 4.2.1
|
eslint-visitor-keys: 4.2.1
|
||||||
|
|
||||||
'@unhead/vue@2.0.17(vue@3.5.24(typescript@5.9.2))':
|
'@unhead/vue@2.0.17(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
hookable: 5.5.3
|
hookable: 5.5.3
|
||||||
unhead: 2.0.17
|
unhead: 2.0.17
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
|
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
|
||||||
optional: true
|
optional: true
|
||||||
@ -7551,7 +7509,7 @@ snapshots:
|
|||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vitejs/plugin-vue-jsx@5.1.1(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))':
|
'@vitejs/plugin-vue-jsx@5.1.1(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.28.4
|
'@babel/core': 7.28.4
|
||||||
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4)
|
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4)
|
||||||
@ -7559,15 +7517,15 @@ snapshots:
|
|||||||
'@rolldown/pluginutils': 1.0.0-beta.38
|
'@rolldown/pluginutils': 1.0.0-beta.38
|
||||||
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.4)
|
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.4)
|
||||||
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vitejs/plugin-vue@6.0.1(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))':
|
'@vitejs/plugin-vue@6.0.1(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@rolldown/pluginutils': 1.0.0-beta.29
|
'@rolldown/pluginutils': 1.0.0-beta.29
|
||||||
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
'@volar/language-core@2.4.23':
|
'@volar/language-core@2.4.23':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -7581,7 +7539,7 @@ snapshots:
|
|||||||
path-browserify: 1.0.1
|
path-browserify: 1.0.1
|
||||||
vscode-uri: 3.1.0
|
vscode-uri: 3.1.0
|
||||||
|
|
||||||
'@vue-macros/common@1.16.1(vue@3.5.24(typescript@5.9.2))':
|
'@vue-macros/common@1.16.1(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.5.21
|
'@vue/compiler-sfc': 3.5.21
|
||||||
ast-kit: 1.4.3
|
ast-kit: 1.4.3
|
||||||
@ -7590,17 +7548,17 @@ snapshots:
|
|||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
picomatch: 4.0.3
|
picomatch: 4.0.3
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
'@vue-macros/common@3.0.0-beta.16(vue@3.5.24(typescript@5.9.2))':
|
'@vue-macros/common@3.0.0-beta.16(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.5.24
|
'@vue/compiler-sfc': 3.5.21
|
||||||
ast-kit: 2.1.2
|
ast-kit: 2.1.2
|
||||||
local-pkg: 1.1.2
|
local-pkg: 1.1.2
|
||||||
magic-string-ast: 1.0.2
|
magic-string-ast: 1.0.2
|
||||||
unplugin-utils: 0.2.5
|
unplugin-utils: 0.2.5
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
'@vue/babel-helper-vue-transform-on@1.5.0': {}
|
'@vue/babel-helper-vue-transform-on@1.5.0': {}
|
||||||
|
|
||||||
@ -7626,8 +7584,8 @@ snapshots:
|
|||||||
'@babel/core': 7.28.4
|
'@babel/core': 7.28.4
|
||||||
'@babel/helper-module-imports': 7.27.1
|
'@babel/helper-module-imports': 7.27.1
|
||||||
'@babel/helper-plugin-utils': 7.27.1
|
'@babel/helper-plugin-utils': 7.27.1
|
||||||
'@babel/parser': 7.28.5
|
'@babel/parser': 7.28.4
|
||||||
'@vue/compiler-sfc': 3.5.24
|
'@vue/compiler-sfc': 3.5.21
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@ -7639,24 +7597,11 @@ snapshots:
|
|||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
'@vue/compiler-core@3.5.24':
|
|
||||||
dependencies:
|
|
||||||
'@babel/parser': 7.28.5
|
|
||||||
'@vue/shared': 3.5.24
|
|
||||||
entities: 4.5.0
|
|
||||||
estree-walker: 2.0.2
|
|
||||||
source-map-js: 1.2.1
|
|
||||||
|
|
||||||
'@vue/compiler-dom@3.5.21':
|
'@vue/compiler-dom@3.5.21':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-core': 3.5.21
|
'@vue/compiler-core': 3.5.21
|
||||||
'@vue/shared': 3.5.21
|
'@vue/shared': 3.5.21
|
||||||
|
|
||||||
'@vue/compiler-dom@3.5.24':
|
|
||||||
dependencies:
|
|
||||||
'@vue/compiler-core': 3.5.24
|
|
||||||
'@vue/shared': 3.5.24
|
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.21':
|
'@vue/compiler-sfc@3.5.21':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.28.4
|
'@babel/parser': 7.28.4
|
||||||
@ -7669,28 +7614,11 @@ snapshots:
|
|||||||
postcss: 8.5.6
|
postcss: 8.5.6
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.24':
|
|
||||||
dependencies:
|
|
||||||
'@babel/parser': 7.28.5
|
|
||||||
'@vue/compiler-core': 3.5.24
|
|
||||||
'@vue/compiler-dom': 3.5.24
|
|
||||||
'@vue/compiler-ssr': 3.5.24
|
|
||||||
'@vue/shared': 3.5.24
|
|
||||||
estree-walker: 2.0.2
|
|
||||||
magic-string: 0.30.21
|
|
||||||
postcss: 8.5.6
|
|
||||||
source-map-js: 1.2.1
|
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.21':
|
'@vue/compiler-ssr@3.5.21':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.5.21
|
'@vue/compiler-dom': 3.5.21
|
||||||
'@vue/shared': 3.5.21
|
'@vue/shared': 3.5.21
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.24':
|
|
||||||
dependencies:
|
|
||||||
'@vue/compiler-dom': 3.5.24
|
|
||||||
'@vue/shared': 3.5.24
|
|
||||||
|
|
||||||
'@vue/compiler-vue2@2.7.16':
|
'@vue/compiler-vue2@2.7.16':
|
||||||
dependencies:
|
dependencies:
|
||||||
de-indent: 1.0.2
|
de-indent: 1.0.2
|
||||||
@ -7698,7 +7626,7 @@ snapshots:
|
|||||||
|
|
||||||
'@vue/devtools-api@6.6.4': {}
|
'@vue/devtools-api@6.6.4': {}
|
||||||
|
|
||||||
'@vue/devtools-core@7.7.7(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))':
|
'@vue/devtools-core@7.7.7(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-kit': 7.7.7
|
'@vue/devtools-kit': 7.7.7
|
||||||
'@vue/devtools-shared': 7.7.7
|
'@vue/devtools-shared': 7.7.7
|
||||||
@ -7706,7 +7634,7 @@ snapshots:
|
|||||||
nanoid: 5.1.5
|
nanoid: 5.1.5
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
vite-hot-client: 2.1.0(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
vite-hot-client: 2.1.0(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- vite
|
- vite
|
||||||
|
|
||||||
@ -7737,55 +7665,53 @@ snapshots:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
|
|
||||||
'@vue/reactivity@3.5.24':
|
'@vue/reactivity@3.5.21':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/shared': 3.5.24
|
'@vue/shared': 3.5.21
|
||||||
|
|
||||||
'@vue/runtime-core@3.5.24':
|
'@vue/runtime-core@3.5.21':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/reactivity': 3.5.24
|
'@vue/reactivity': 3.5.21
|
||||||
'@vue/shared': 3.5.24
|
'@vue/shared': 3.5.21
|
||||||
|
|
||||||
'@vue/runtime-dom@3.5.24':
|
'@vue/runtime-dom@3.5.21':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/reactivity': 3.5.24
|
'@vue/reactivity': 3.5.21
|
||||||
'@vue/runtime-core': 3.5.24
|
'@vue/runtime-core': 3.5.21
|
||||||
'@vue/shared': 3.5.24
|
'@vue/shared': 3.5.21
|
||||||
csstype: 3.1.3
|
csstype: 3.1.3
|
||||||
|
|
||||||
'@vue/server-renderer@3.5.24(vue@3.5.24(typescript@5.9.2))':
|
'@vue/server-renderer@3.5.21(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-ssr': 3.5.24
|
'@vue/compiler-ssr': 3.5.21
|
||||||
'@vue/shared': 3.5.24
|
'@vue/shared': 3.5.21
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
'@vue/shared@3.5.21': {}
|
'@vue/shared@3.5.21': {}
|
||||||
|
|
||||||
'@vue/shared@3.5.24': {}
|
'@vueuse/core@13.6.0(vue@3.5.21(typescript@5.9.2))':
|
||||||
|
|
||||||
'@vueuse/core@13.6.0(vue@3.5.24(typescript@5.9.2))':
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/web-bluetooth': 0.0.21
|
'@types/web-bluetooth': 0.0.21
|
||||||
'@vueuse/metadata': 13.6.0
|
'@vueuse/metadata': 13.6.0
|
||||||
'@vueuse/shared': 13.6.0(vue@3.5.24(typescript@5.9.2))
|
'@vueuse/shared': 13.6.0(vue@3.5.21(typescript@5.9.2))
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
'@vueuse/metadata@13.6.0': {}
|
'@vueuse/metadata@13.6.0': {}
|
||||||
|
|
||||||
'@vueuse/nuxt@13.6.0(magicast@0.3.5)(nuxt@4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.24)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))':
|
'@vueuse/nuxt@13.6.0(magicast@0.3.5)(nuxt@4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 4.1.2(magicast@0.3.5)
|
'@nuxt/kit': 4.1.2(magicast@0.3.5)
|
||||||
'@vueuse/core': 13.6.0(vue@3.5.24(typescript@5.9.2))
|
'@vueuse/core': 13.6.0(vue@3.5.21(typescript@5.9.2))
|
||||||
'@vueuse/metadata': 13.6.0
|
'@vueuse/metadata': 13.6.0
|
||||||
local-pkg: 1.1.2
|
local-pkg: 1.1.2
|
||||||
nuxt: 4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.24)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1)
|
nuxt: 4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1)
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
|
|
||||||
'@vueuse/shared@13.6.0(vue@3.5.24(typescript@5.9.2))':
|
'@vueuse/shared@13.6.0(vue@3.5.21(typescript@5.9.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
abbrev@3.0.1: {}
|
abbrev@3.0.1: {}
|
||||||
|
|
||||||
@ -8690,9 +8616,9 @@ snapshots:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/parser': 8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/parser': 8.44.0(eslint@9.36.0(jiti@2.5.1))(typescript@5.9.2)
|
||||||
|
|
||||||
eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.24)(eslint@9.36.0(jiti@2.5.1)):
|
eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.21)(eslint@9.36.0(jiti@2.5.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.5.24
|
'@vue/compiler-sfc': 3.5.21
|
||||||
eslint: 9.36.0(jiti@2.5.1)
|
eslint: 9.36.0(jiti@2.5.1)
|
||||||
|
|
||||||
eslint-scope@8.4.0:
|
eslint-scope@8.4.0:
|
||||||
@ -9546,10 +9472,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
'@jridgewell/sourcemap-codec': 1.5.5
|
||||||
|
|
||||||
magic-string@0.30.21:
|
|
||||||
dependencies:
|
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
|
||||||
|
|
||||||
magicast@0.3.5:
|
magicast@0.3.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.28.4
|
'@babel/parser': 7.28.4
|
||||||
@ -9954,16 +9876,16 @@ snapshots:
|
|||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
nuxt@4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.24)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1):
|
nuxt@4.1.2(@parcel/watcher@2.5.1)(@types/node@22.18.6)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(eslint@9.36.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.0.7(typescript@5.9.2))(yaml@2.8.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/cli': 3.28.0(magicast@0.3.5)
|
'@nuxt/cli': 3.28.0(magicast@0.3.5)
|
||||||
'@nuxt/devalue': 2.0.2
|
'@nuxt/devalue': 2.0.2
|
||||||
'@nuxt/devtools': 2.6.4(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2))
|
'@nuxt/devtools': 2.6.4(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
|
||||||
'@nuxt/kit': 4.1.2(magicast@0.3.5)
|
'@nuxt/kit': 4.1.2(magicast@0.3.5)
|
||||||
'@nuxt/schema': 4.1.2
|
'@nuxt/schema': 4.1.2
|
||||||
'@nuxt/telemetry': 2.6.6(magicast@0.3.5)
|
'@nuxt/telemetry': 2.6.6(magicast@0.3.5)
|
||||||
'@nuxt/vite-builder': 4.1.2(@types/node@22.18.6)(eslint@9.36.0(jiti@2.5.1))(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vue-tsc@3.0.7(typescript@5.9.2))(vue@3.5.24(typescript@5.9.2))(yaml@2.8.1)
|
'@nuxt/vite-builder': 4.1.2(@types/node@22.18.6)(eslint@9.36.0(jiti@2.5.1))(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.0)(sass@1.93.0)(terser@5.44.0)(typescript@5.9.2)(vue-tsc@3.0.7(typescript@5.9.2))(vue@3.5.21(typescript@5.9.2))(yaml@2.8.1)
|
||||||
'@unhead/vue': 2.0.17(vue@3.5.24(typescript@5.9.2))
|
'@unhead/vue': 2.0.17(vue@3.5.21(typescript@5.9.2))
|
||||||
'@vue/shared': 3.5.21
|
'@vue/shared': 3.5.21
|
||||||
c12: 3.3.0(magicast@0.3.5)
|
c12: 3.3.0(magicast@0.3.5)
|
||||||
chokidar: 4.0.3
|
chokidar: 4.0.3
|
||||||
@ -10012,13 +9934,13 @@ snapshots:
|
|||||||
unctx: 2.4.1
|
unctx: 2.4.1
|
||||||
unimport: 5.3.0
|
unimport: 5.3.0
|
||||||
unplugin: 2.3.10
|
unplugin: 2.3.10
|
||||||
unplugin-vue-router: 0.15.0(@vue/compiler-sfc@3.5.24)(typescript@5.9.2)(vue-router@4.6.3(vue@3.5.24(typescript@5.9.2)))(vue@3.5.24(typescript@5.9.2))
|
unplugin-vue-router: 0.15.0(@vue/compiler-sfc@3.5.21)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2))
|
||||||
unstorage: 1.17.1(db0@0.3.2)(ioredis@5.7.0)
|
unstorage: 1.17.1(db0@0.3.2)(ioredis@5.7.0)
|
||||||
untyped: 2.0.0
|
untyped: 2.0.0
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
vue-bundle-renderer: 2.1.2
|
vue-bundle-renderer: 2.1.2
|
||||||
vue-devtools-stub: 0.1.0
|
vue-devtools-stub: 0.1.0
|
||||||
vue-router: 4.6.3(vue@3.5.24(typescript@5.9.2))
|
vue-router: 4.5.1(vue@3.5.21(typescript@5.9.2))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@parcel/watcher': 2.5.1
|
'@parcel/watcher': 2.5.1
|
||||||
'@types/node': 22.18.6
|
'@types/node': 22.18.6
|
||||||
@ -11265,10 +11187,10 @@ snapshots:
|
|||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
picomatch: 4.0.3
|
picomatch: 4.0.3
|
||||||
|
|
||||||
unplugin-vue-router@0.12.0(vue-router@4.6.3(vue@3.5.24(typescript@5.9.2)))(vue@3.5.24(typescript@5.9.2)):
|
unplugin-vue-router@0.12.0(vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.28.4
|
'@babel/types': 7.28.4
|
||||||
'@vue-macros/common': 1.16.1(vue@3.5.24(typescript@5.9.2))
|
'@vue-macros/common': 1.16.1(vue@3.5.21(typescript@5.9.2))
|
||||||
ast-walker-scope: 0.6.2
|
ast-walker-scope: 0.6.2
|
||||||
chokidar: 4.0.3
|
chokidar: 4.0.3
|
||||||
fast-glob: 3.3.3
|
fast-glob: 3.3.3
|
||||||
@ -11283,14 +11205,14 @@ snapshots:
|
|||||||
unplugin-utils: 0.2.5
|
unplugin-utils: 0.2.5
|
||||||
yaml: 2.8.1
|
yaml: 2.8.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue-router: 4.6.3(vue@3.5.24(typescript@5.9.2))
|
vue-router: 4.5.1(vue@3.5.21(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
unplugin-vue-router@0.15.0(@vue/compiler-sfc@3.5.24)(typescript@5.9.2)(vue-router@4.6.3(vue@3.5.24(typescript@5.9.2)))(vue@3.5.24(typescript@5.9.2)):
|
unplugin-vue-router@0.15.0(@vue/compiler-sfc@3.5.21)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue-macros/common': 3.0.0-beta.16(vue@3.5.24(typescript@5.9.2))
|
'@vue-macros/common': 3.0.0-beta.16(vue@3.5.21(typescript@5.9.2))
|
||||||
'@vue/compiler-sfc': 3.5.24
|
'@vue/compiler-sfc': 3.5.21
|
||||||
'@vue/language-core': 3.0.7(typescript@5.9.2)
|
'@vue/language-core': 3.0.7(typescript@5.9.2)
|
||||||
ast-walker-scope: 0.8.2
|
ast-walker-scope: 0.8.2
|
||||||
chokidar: 4.0.3
|
chokidar: 4.0.3
|
||||||
@ -11307,7 +11229,7 @@ snapshots:
|
|||||||
unplugin-utils: 0.2.5
|
unplugin-utils: 0.2.5
|
||||||
yaml: 2.8.1
|
yaml: 2.8.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue-router: 4.6.3(vue@3.5.24(typescript@5.9.2))
|
vue-router: 4.5.1(vue@3.5.21(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
- vue
|
- vue
|
||||||
@ -11476,7 +11398,7 @@ snapshots:
|
|||||||
tinyglobby: 0.2.15
|
tinyglobby: 0.2.15
|
||||||
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
||||||
|
|
||||||
vite-plugin-vue-tracer@1.0.0(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.24(typescript@5.9.2)):
|
vite-plugin-vue-tracer@1.0.0(vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
estree-walker: 3.0.3
|
estree-walker: 3.0.3
|
||||||
exsolve: 1.0.7
|
exsolve: 1.0.7
|
||||||
@ -11484,7 +11406,7 @@ snapshots:
|
|||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
vite: 7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1)
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1):
|
vite@7.1.6(@types/node@22.18.6)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.93.0)(terser@5.44.0)(yaml@2.8.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -11523,17 +11445,17 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vue-i18n@10.0.8(vue@3.5.24(typescript@5.9.2)):
|
vue-i18n@10.0.8(vue@3.5.21(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/core-base': 10.0.8
|
'@intlify/core-base': 10.0.8
|
||||||
'@intlify/shared': 10.0.8
|
'@intlify/shared': 10.0.8
|
||||||
'@vue/devtools-api': 6.6.4
|
'@vue/devtools-api': 6.6.4
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
vue-router@4.6.3(vue@3.5.24(typescript@5.9.2)):
|
vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': 6.6.4
|
'@vue/devtools-api': 6.6.4
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
vue-tsc@3.0.7(typescript@5.9.2):
|
vue-tsc@3.0.7(typescript@5.9.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -11541,36 +11463,36 @@ snapshots:
|
|||||||
'@vue/language-core': 3.0.7(typescript@5.9.2)
|
'@vue/language-core': 3.0.7(typescript@5.9.2)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
|
|
||||||
vue3-carousel-nuxt@1.1.6(magicast@0.3.5)(vue@3.5.24(typescript@5.9.2)):
|
vue3-carousel-nuxt@1.1.6(magicast@0.3.5)(vue@3.5.21(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.19.2(magicast@0.3.5)
|
'@nuxt/kit': 3.19.2(magicast@0.3.5)
|
||||||
vue3-carousel: 0.15.1(vue@3.5.24(typescript@5.9.2))
|
vue3-carousel: 0.15.1(vue@3.5.21(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
vue3-carousel@0.15.1(vue@3.5.24(typescript@5.9.2)):
|
vue3-carousel@0.15.1(vue@3.5.21(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
vue3-carousel@0.16.0(vue@3.5.24(typescript@5.9.2)):
|
vue3-carousel@0.16.0(vue@3.5.21(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
vue@3.5.24(typescript@5.9.2):
|
vue@3.5.21(typescript@5.9.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.5.24
|
'@vue/compiler-dom': 3.5.21
|
||||||
'@vue/compiler-sfc': 3.5.24
|
'@vue/compiler-sfc': 3.5.21
|
||||||
'@vue/runtime-dom': 3.5.24
|
'@vue/runtime-dom': 3.5.21
|
||||||
'@vue/server-renderer': 3.5.24(vue@3.5.24(typescript@5.9.2))
|
'@vue/server-renderer': 3.5.21(vue@3.5.21(typescript@5.9.2))
|
||||||
'@vue/shared': 3.5.24
|
'@vue/shared': 3.5.21
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
|
|
||||||
vuedraggable@4.1.0(vue@3.5.24(typescript@5.9.2)):
|
vuedraggable@4.1.0(vue@3.5.21(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
sortablejs: 1.14.0
|
sortablejs: 1.14.0
|
||||||
vue: 3.5.24(typescript@5.9.2)
|
vue: 3.5.21(typescript@5.9.2)
|
||||||
|
|
||||||
w3c-xmlserializer@5.0.0:
|
w3c-xmlserializer@5.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user