This commit is contained in:
2025-09-30 12:21:27 +02:00
parent 95845e8af8
commit b804a85f4d
10 changed files with 403 additions and 58 deletions

49
pnpm-lock.yaml generated
View File

@ -8,9 +8,21 @@ importers:
.:
dependencies:
'@nanostores/persistent':
specifier: ^1.1.0
version: 1.1.0(nanostores@1.0.1)
'@nanostores/react':
specifier: ^1.0.0
version: 1.0.0(nanostores@1.0.1)(react@19.1.1)
jszip:
specifier: ^3.10.1
version: 3.10.1
lucide-react:
specifier: ^0.544.0
version: 0.544.0(react@19.1.1)
nanostores:
specifier: ^1.0.1
version: 1.0.1
react:
specifier: ^19.1.1
version: 19.1.1
@ -236,6 +248,19 @@ packages:
'@jridgewell/trace-mapping@0.3.31':
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
'@nanostores/persistent@1.1.0':
resolution: {integrity: sha512-e6vfv7H99VkCfSoNTR/qNVMj6vXwWcsEL+LCQQamej5GK9iDefKxPCJjdOpBi1p4lNCFIQ+9VjYF1spvvc2p6A==}
engines: {node: ^20.0.0 || >=22.0.0}
peerDependencies:
nanostores: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^1.0.0
'@nanostores/react@1.0.0':
resolution: {integrity: sha512-eDduyNy+lbQJMg6XxZ/YssQqF6b4OXMFEZMYKPJCCmBevp1lg0g+4ZRi94qGHirMtsNfAWKNwsjOhC+q1gvC+A==}
engines: {node: ^20.0.0 || >=22.0.0}
peerDependencies:
nanostores: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^1.0.0
react: '>=18.0.0'
'@napi-rs/wasm-runtime@1.0.5':
resolution: {integrity: sha512-TBr9Cf9onSAS2LQ2+QHx6XcC6h9+RIzJgbqG3++9TUZSH204AwEy5jg3BTQ0VATsyoGj4ee49tN/y6rvaOOtcg==}
@ -1013,6 +1038,11 @@ packages:
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
lucide-react@0.544.0:
resolution: {integrity: sha512-t5tS44bqd825zAW45UQxpG2CvcC4urOwn2TrwSH8u+MjeE+1NnWl6QqeQ/6NdjMqdOygyiT9p3Ev0p1NJykxjw==}
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
magic-string@0.30.19:
resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==}
@ -1047,6 +1077,10 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
nanostores@1.0.1:
resolution: {integrity: sha512-kNZ9xnoJYKg/AfxjrVL4SS0fKX++4awQReGqWnwTRHxeHGZ1FJFVgTqr/eMrNQdp0Tz7M7tG/TDaX8QfHDwVCw==}
engines: {node: ^20.0.0 || >=22.0.0}
natural-compare@1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
@ -1515,6 +1549,15 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.5
'@nanostores/persistent@1.1.0(nanostores@1.0.1)':
dependencies:
nanostores: 1.0.1
'@nanostores/react@1.0.0(nanostores@1.0.1)(react@19.1.1)':
dependencies:
nanostores: 1.0.1
react: 19.1.1
'@napi-rs/wasm-runtime@1.0.5':
dependencies:
'@emnapi/core': 1.5.0
@ -2220,6 +2263,10 @@ snapshots:
dependencies:
yallist: 3.1.1
lucide-react@0.544.0(react@19.1.1):
dependencies:
react: 19.1.1
magic-string@0.30.19:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.5
@ -2249,6 +2296,8 @@ snapshots:
nanoid@3.3.11: {}
nanostores@1.0.1: {}
natural-compare@1.4.0: {}
node-releases@2.0.21: {}