This commit is contained in:
Truong Nguyen
2024-07-11 15:32:25 +07:00
parent f0c4f1f39e
commit a49f46a25e
17 changed files with 327 additions and 125 deletions

39
pnpm-lock.yaml generated
View File

@@ -107,6 +107,9 @@ importers:
vue3-danmaku:
specifier: ^1.6.0
version: 1.6.0(vue@3.4.31(typescript@5.5.3))
vue3-oidc:
specifier: ^0.1.15
version: 0.1.15(vue@3.4.31(typescript@5.5.3))
vue3-puzzle-vcode:
specifier: ^1.1.7
version: 1.1.7
@@ -1829,6 +1832,9 @@ packages:
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
engines: {node: '>= 8'}
crypto-js@4.2.0:
resolution: {integrity: sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==}
css-declaration-sorter@6.4.1:
resolution: {integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==}
engines: {node: ^10 || ^12 || >=14}
@@ -2679,6 +2685,9 @@ packages:
resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==}
engines: {'0': node >= 0.2.0}
jwt-decode@3.1.2:
resolution: {integrity: sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==}
keyv@4.5.4:
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
@@ -2997,6 +3006,10 @@ packages:
ohash@1.1.3:
resolution: {integrity: sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==}
oidc-client-ts@2.4.0:
resolution: {integrity: sha512-WijhkTrlXK2VvgGoakWJiBdfIsVGz6CFzgjNNqZU1hPKV2kyeEaJgLs7RwuiSp2WhLfWBQuLvr2SxVlZnk3N1w==}
engines: {node: '>=12.13.0'}
onetime@5.1.2:
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
engines: {node: '>=6'}
@@ -4269,6 +4282,14 @@ packages:
peerDependencies:
vue: ^3.0.0
vue3-oidc@0.1.15:
resolution: {integrity: sha512-PltH0HVadyHbLPYAoxia3BuVozX87FrTVFcC5lTYJeRsKc0/Eh2x7jLggZNmpkRWJzKo0J1g/FhwybYuKtV7uw==}
peerDependencies:
vue: '>=3.0.0'
peerDependenciesMeta:
vue:
optional: true
vue3-puzzle-vcode@1.1.7:
resolution: {integrity: sha512-mW780dz7HKjrElnE60CeYSeHGidKBKHoMjTDYfqF21330rTkFOsfDK1FQKZ22MktgMtTEoS/imfpEDlM1cxY/g==}
@@ -6041,6 +6062,8 @@ snapshots:
shebang-command: 2.0.0
which: 2.0.2
crypto-js@4.2.0: {}
css-declaration-sorter@6.4.1(postcss@8.4.39):
dependencies:
postcss: 8.4.39
@@ -7009,6 +7032,8 @@ snapshots:
jsonparse@1.3.1: {}
jwt-decode@3.1.2: {}
keyv@4.5.4:
dependencies:
json-buffer: 3.0.1
@@ -7292,6 +7317,11 @@ snapshots:
ohash@1.1.3:
optional: true
oidc-client-ts@2.4.0:
dependencies:
crypto-js: 4.2.0
jwt-decode: 3.1.2
onetime@5.1.2:
dependencies:
mimic-fn: 2.1.0
@@ -8597,6 +8627,15 @@ snapshots:
dependencies:
vue: 3.4.31(typescript@5.5.3)
vue3-oidc@0.1.15(vue@3.4.31(typescript@5.5.3)):
dependencies:
'@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.5.3))
oidc-client-ts: 2.4.0
optionalDependencies:
vue: 3.4.31(typescript@5.5.3)
transitivePeerDependencies:
- '@vue/composition-api'
vue3-puzzle-vcode@1.1.7: {}
vue@3.4.31(typescript@5.5.3):