web: updated structure
Co-authored-by: wollenberg.niklas@gmail.com <wollenberg.niklas@gmail.com>
This commit is contained in:
parent
ab22d6d830
commit
89c9a9a345
9 changed files with 165 additions and 13 deletions
19
web/pnpm-lock.yaml
generated
19
web/pnpm-lock.yaml
generated
|
@ -11,6 +11,9 @@ importers:
|
|||
'@mdi/font':
|
||||
specifier: 6.2.95
|
||||
version: 6.2.95
|
||||
lucide-vue-next:
|
||||
specifier: ^0.402.0
|
||||
version: 0.402.0(vue@3.4.31(typescript@5.5.3))
|
||||
roboto-fontface:
|
||||
specifier: '*'
|
||||
version: 0.10.0
|
||||
|
@ -30,9 +33,6 @@ importers:
|
|||
'@vitejs/plugin-vue':
|
||||
specifier: ^5.0.4
|
||||
version: 5.0.5(vite@5.3.3(@types/node@20.14.9)(sass@1.77.6))(vue@3.4.31(typescript@5.5.3))
|
||||
sass:
|
||||
specifier: ^1.71.1
|
||||
version: 1.77.6
|
||||
typescript:
|
||||
specifier: ^5.4.2
|
||||
version: 5.5.3
|
||||
|
@ -499,6 +499,11 @@ packages:
|
|||
resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
lucide-vue-next@0.402.0:
|
||||
resolution: {integrity: sha512-oxFgGTh/6aFDORHDCUlG8kvueJjEuR0dkX7HoSfNyCBDas8Dg8QQyZQFHo5D5aoThik+JAg80ByefkcJw85w9Q==}
|
||||
peerDependencies:
|
||||
vue: '>=3.0.1'
|
||||
|
||||
magic-string@0.30.10:
|
||||
resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
|
||||
|
||||
|
@ -1075,7 +1080,8 @@ snapshots:
|
|||
|
||||
he@1.2.0: {}
|
||||
|
||||
immutable@4.3.6: {}
|
||||
immutable@4.3.6:
|
||||
optional: true
|
||||
|
||||
is-binary-path@2.1.0:
|
||||
dependencies:
|
||||
|
@ -1095,6 +1101,10 @@ snapshots:
|
|||
|
||||
local-pkg@0.4.3: {}
|
||||
|
||||
lucide-vue-next@0.402.0(vue@3.4.31(typescript@5.5.3)):
|
||||
dependencies:
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
|
||||
magic-string@0.30.10:
|
||||
dependencies:
|
||||
'@jridgewell/sourcemap-codec': 1.4.15
|
||||
|
@ -1179,6 +1189,7 @@ snapshots:
|
|||
chokidar: 3.6.0
|
||||
immutable: 4.3.6
|
||||
source-map-js: 1.2.0
|
||||
optional: true
|
||||
|
||||
semver@7.6.2: {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue