mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
mobile menu
This commit is contained in:
38
pnpm-lock.yaml
generated
38
pnpm-lock.yaml
generated
@ -53,6 +53,9 @@ importers:
|
||||
'@tauri-apps/plugin-store':
|
||||
specifier: ^2.2.0
|
||||
version: 2.2.0
|
||||
'@vueuse/components':
|
||||
specifier: ^13.3.0
|
||||
version: 13.3.0(vue@3.5.16(typescript@5.8.3))
|
||||
'@vueuse/core':
|
||||
specifier: ^13.3.0
|
||||
version: 13.3.0(vue@3.5.16(typescript@5.8.3))
|
||||
@ -80,6 +83,12 @@ importers:
|
||||
tailwindcss:
|
||||
specifier: ^4.1.8
|
||||
version: 4.1.8
|
||||
tailwindcss-intersect:
|
||||
specifier: ^2.2.0
|
||||
version: 2.2.0(tailwindcss@4.1.8)
|
||||
tailwindcss-motion:
|
||||
specifier: ^1.1.0
|
||||
version: 1.1.0(tailwindcss@4.1.8)
|
||||
vue:
|
||||
specifier: ^3.5.16
|
||||
version: 3.5.16(typescript@5.8.3)
|
||||
@ -2133,6 +2142,11 @@ packages:
|
||||
'@vue/shared@3.5.16':
|
||||
resolution: {integrity: sha512-c/0fWy3Jw6Z8L9FmTyYfkpM5zklnqqa9+a6dz3DvONRKW2NEbh46BP0FHuLFSWi2TnQEtp91Z6zOWNrU6QiyPg==}
|
||||
|
||||
'@vueuse/components@13.3.0':
|
||||
resolution: {integrity: sha512-ZnJiVknPtlWyeE4qwIXkDOlHM3W4bgMCxgeXj1Dec/aF/+8N+yAj+7rRdRUWUnqr8uKRin368RjG1FPKsF2erA==}
|
||||
peerDependencies:
|
||||
vue: ^3.5.0
|
||||
|
||||
'@vueuse/core@13.3.0':
|
||||
resolution: {integrity: sha512-uYRz5oEfebHCoRhK4moXFM3NSCd5vu2XMLOq/Riz5FdqZMy2RvBtazdtL3gEcmDyqkztDe9ZP/zymObMIbiYSg==}
|
||||
peerDependencies:
|
||||
@ -4782,6 +4796,16 @@ packages:
|
||||
resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
tailwindcss-intersect@2.2.0:
|
||||
resolution: {integrity: sha512-LnOQ/iU44jNQ8k3OExa7Ccv/y5NlzAN574jjDnX5gLCdlqoeUT5ADtTznF92oAdon3NZA69b+JLknahbwsqxDA==}
|
||||
peerDependencies:
|
||||
tailwindcss: '>=3.2.0 || >=4.0.0'
|
||||
|
||||
tailwindcss-motion@1.1.0:
|
||||
resolution: {integrity: sha512-0lK6rA4+367ffJdi1TtB72GlMCxJi2TP/xRiHc6An5pZSlU6WfIHhSvLxpcGilGZfBrOqc2q4woH1DEP/lCNbQ==}
|
||||
peerDependencies:
|
||||
tailwindcss: '>=3.0.0 || insiders'
|
||||
|
||||
tailwindcss@4.1.8:
|
||||
resolution: {integrity: sha512-kjeW8gjdxasbmFKpVGrGd5T4i40mV5J2Rasw48QARfYeQ8YS9x02ON9SFWax3Qf616rt4Cp3nVNIj6Hd1mP3og==}
|
||||
|
||||
@ -7469,6 +7493,12 @@ snapshots:
|
||||
|
||||
'@vue/shared@3.5.16': {}
|
||||
|
||||
'@vueuse/components@13.3.0(vue@3.5.16(typescript@5.8.3))':
|
||||
dependencies:
|
||||
'@vueuse/core': 13.3.0(vue@3.5.16(typescript@5.8.3))
|
||||
'@vueuse/shared': 13.3.0(vue@3.5.16(typescript@5.8.3))
|
||||
vue: 3.5.16(typescript@5.8.3)
|
||||
|
||||
'@vueuse/core@13.3.0(vue@3.5.16(typescript@5.8.3))':
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.21
|
||||
@ -10328,6 +10358,14 @@ snapshots:
|
||||
|
||||
system-architecture@0.1.0: {}
|
||||
|
||||
tailwindcss-intersect@2.2.0(tailwindcss@4.1.8):
|
||||
dependencies:
|
||||
tailwindcss: 4.1.8
|
||||
|
||||
tailwindcss-motion@1.1.0(tailwindcss@4.1.8):
|
||||
dependencies:
|
||||
tailwindcss: 4.1.8
|
||||
|
||||
tailwindcss@4.1.8: {}
|
||||
|
||||
tapable@2.2.2: {}
|
||||
|
||||
Reference in New Issue
Block a user