mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-31 06:40:28 +00:00
setup basic auth
This commit is contained in:
parent
5471cb16ff
commit
7361dcc5f7
14 changed files with 382 additions and 28 deletions
10
frontend/pnpm-lock.yaml
generated
10
frontend/pnpm-lock.yaml
generated
|
@ -2,6 +2,7 @@ lockfileVersion: 5.4
|
|||
|
||||
specifiers:
|
||||
'@iconify/json': ^2.1.78
|
||||
'@iconify/vue': ^3.2.1
|
||||
'@intlify/vite-plugin-vue-i18n': ^5.0.0
|
||||
'@tailwindcss/aspect-ratio': ^0.4.0
|
||||
'@tailwindcss/forms': ^0.5.2
|
||||
|
@ -60,6 +61,7 @@ dependencies:
|
|||
|
||||
devDependencies:
|
||||
'@iconify/json': 2.1.78
|
||||
'@iconify/vue': 3.2.1_vue@3.2.37
|
||||
'@intlify/vite-plugin-vue-i18n': 5.0.0_vite@3.0.0+vue-i18n@9.1.10
|
||||
'@vitejs/plugin-vue': 3.0.0_vite@3.0.0+vue@3.2.37
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
|
@ -1269,6 +1271,14 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@iconify/vue/3.2.1_vue@3.2.37:
|
||||
resolution: {integrity: sha512-c4R6ZgFo1JrJ8aPMMgOPgfU7lBswihMGR+yWe/P4ZukC3kTkeT4+lkt9Pc/itVFMkwva/S/7u9YofmYv57fnNQ==}
|
||||
peerDependencies:
|
||||
vue: 3.x
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
dev: true
|
||||
|
||||
/@intlify/bundle-utils/3.1.0_vue-i18n@9.1.10:
|
||||
resolution: {integrity: sha512-ghlJ0kR2cCQ8D+poKknC0Xx0ncOt3J3os7CcIAqqIWVF7k6AtGoCDnIru+YzlZcvFRNmP9wEZ7jKliojCdAWNg==}
|
||||
engines: {node: '>= 12'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue