my-site/pnpm-lock.yaml

856 lines
28 KiB
YAML
Raw Permalink Normal View History

2024-09-15 23:04:32 -04:00
lockfileVersion: '6.0'
2024-08-15 11:16:12 -04:00
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
2024-09-15 23:04:32 -04:00
dependencies:
'@types/react-router-dom':
specifier: ^5.3.3
version: 5.3.3
react:
specifier: ^18.2.0
version: 18.3.1
react-dom:
specifier: ^18.2.0
version: 18.3.1(react@18.3.1)
react-router-dom:
specifier: ^6.26.2
version: 6.26.2(react-dom@18.3.1)(react@18.3.1)
devDependencies:
'@types/react':
specifier: ^18.0.27
version: 18.3.3
'@types/react-dom':
specifier: ^18.0.10
version: 18.3.0
'@vitejs/plugin-react':
specifier: ^3.1.0
version: 3.1.0(vite@4.5.3)
prettier:
specifier: ^3.3.3
version: 3.3.3
typescript:
specifier: ^4.9.3
version: 4.9.5
vite:
specifier: ^4.1.0
version: 4.5.3
2024-08-15 11:16:12 -04:00
packages:
2024-09-15 23:04:32 -04:00
/@ampproject/remapping@2.3.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/code-frame@7.24.7:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/highlight': 7.24.7
picocolors: 1.0.1
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/compat-data@7.25.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/core@7.25.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.7
'@babel/generator': 7.25.0
'@babel/helper-compilation-targets': 7.25.2
'@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
'@babel/helpers': 7.25.0
'@babel/parser': 7.25.3
'@babel/template': 7.25.0
'@babel/traverse': 7.25.3
'@babel/types': 7.25.2
convert-source-map: 2.0.0
debug: 4.3.6
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/generator@7.25.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/types': 7.25.2
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/helper-compilation-targets@7.25.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/compat-data': 7.25.2
'@babel/helper-validator-option': 7.24.8
browserslist: 4.23.3
lru-cache: 5.1.1
semver: 6.3.1
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/helper-module-imports@7.24.7:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/traverse': 7.25.3
'@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2):
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/core': 7.25.2
'@babel/helper-module-imports': 7.24.7
'@babel/helper-simple-access': 7.24.7
'@babel/helper-validator-identifier': 7.24.7
'@babel/traverse': 7.25.3
transitivePeerDependencies:
- supports-color
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/helper-plugin-utils@7.24.8:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/helper-simple-access@7.24.7:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/traverse': 7.25.3
'@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/helper-string-parser@7.24.8:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/helper-validator-identifier@7.24.7:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/helper-validator-option@7.24.8:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/helpers@7.25.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/template': 7.25.0
'@babel/types': 7.25.2
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/highlight@7.24.7:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/helper-validator-identifier': 7.24.7
chalk: 2.4.2
js-tokens: 4.0.0
picocolors: 1.0.1
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/parser@7.25.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==}
engines: {node: '>=6.0.0'}
hasBin: true
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/types': 7.25.2
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.25.2):
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/plugin-transform-react-jsx-source@7.24.7(@babel/core@7.25.2):
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/template@7.25.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/code-frame': 7.24.7
'@babel/parser': 7.25.3
'@babel/types': 7.25.2
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/traverse@7.25.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/code-frame': 7.24.7
'@babel/generator': 7.25.0
'@babel/parser': 7.25.3
'@babel/template': 7.25.0
'@babel/types': 7.25.2
debug: 4.3.6
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@babel/types@7.25.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/helper-string-parser': 7.24.8
'@babel/helper-validator-identifier': 7.24.7
to-fast-properties: 2.0.0
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/android-arm64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/android-arm@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/android-x64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/darwin-arm64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/darwin-x64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/freebsd-arm64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/freebsd-x64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/linux-arm64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/linux-arm@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/linux-ia32@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/linux-loong64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/linux-mips64el@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/linux-ppc64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/linux-riscv64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/linux-s390x@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/linux-x64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/netbsd-x64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/openbsd-x64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/sunos-x64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/win32-arm64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/win32-ia32@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@esbuild/win32-x64@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@jridgewell/gen-mapping@0.3.5:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
engines: {node: '>=6.0.0'}
2024-09-15 23:04:32 -04:00
dependencies:
'@jridgewell/set-array': 1.2.1
'@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@jridgewell/resolve-uri@3.1.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
engines: {node: '>=6.0.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@jridgewell/set-array@1.2.1:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
engines: {node: '>=6.0.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@jridgewell/sourcemap-codec@1.5.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@jridgewell/trace-mapping@0.3.25:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
2024-09-15 23:04:32 -04:00
dependencies:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.0
dev: true
/@remix-run/router@1.19.2:
resolution: {integrity: sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==}
engines: {node: '>=14.0.0'}
dev: false
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@types/history@4.7.11:
resolution: {integrity: sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==}
dev: false
/@types/prop-types@15.7.12:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==}
2024-09-15 23:04:32 -04:00
/@types/react-dom@18.3.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==}
2024-09-15 23:04:32 -04:00
dependencies:
'@types/react': 18.3.3
dev: true
/@types/react-router-dom@5.3.3:
resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==}
dependencies:
'@types/history': 4.7.11
'@types/react': 18.3.3
'@types/react-router': 5.1.20
dev: false
/@types/react-router@5.1.20:
resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==}
dependencies:
'@types/history': 4.7.11
'@types/react': 18.3.3
dev: false
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@types/react@18.3.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==}
2024-09-15 23:04:32 -04:00
dependencies:
'@types/prop-types': 15.7.12
csstype: 3.1.3
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/@vitejs/plugin-react@3.1.0(vite@4.5.3):
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
vite: ^4.1.0-beta.0
2024-09-15 23:04:32 -04:00
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2)
'@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2)
magic-string: 0.27.0
react-refresh: 0.14.2
vite: 4.5.3
transitivePeerDependencies:
- supports-color
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/ansi-styles@3.2.1:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
engines: {node: '>=4'}
2024-09-15 23:04:32 -04:00
dependencies:
color-convert: 1.9.3
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/browserslist@4.23.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
2024-09-15 23:04:32 -04:00
dependencies:
caniuse-lite: 1.0.30001651
electron-to-chromium: 1.5.6
node-releases: 2.0.18
update-browserslist-db: 1.1.0(browserslist@4.23.3)
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/caniuse-lite@1.0.30001651:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/chalk@2.4.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
engines: {node: '>=4'}
2024-09-15 23:04:32 -04:00
dependencies:
ansi-styles: 3.2.1
escape-string-regexp: 1.0.5
supports-color: 5.5.0
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/color-convert@1.9.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
2024-09-15 23:04:32 -04:00
dependencies:
color-name: 1.1.3
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/color-name@1.1.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/convert-source-map@2.0.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/csstype@3.1.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
2024-09-15 23:04:32 -04:00
/debug@4.3.6:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
2024-09-15 23:04:32 -04:00
dependencies:
ms: 2.1.2
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/electron-to-chromium@1.5.6:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw==}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/esbuild@0.18.20:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
engines: {node: '>=12'}
hasBin: true
2024-09-15 23:04:32 -04:00
requiresBuild: true
optionalDependencies:
'@esbuild/android-arm': 0.18.20
'@esbuild/android-arm64': 0.18.20
'@esbuild/android-x64': 0.18.20
'@esbuild/darwin-arm64': 0.18.20
'@esbuild/darwin-x64': 0.18.20
'@esbuild/freebsd-arm64': 0.18.20
'@esbuild/freebsd-x64': 0.18.20
'@esbuild/linux-arm': 0.18.20
'@esbuild/linux-arm64': 0.18.20
'@esbuild/linux-ia32': 0.18.20
'@esbuild/linux-loong64': 0.18.20
'@esbuild/linux-mips64el': 0.18.20
'@esbuild/linux-ppc64': 0.18.20
'@esbuild/linux-riscv64': 0.18.20
'@esbuild/linux-s390x': 0.18.20
'@esbuild/linux-x64': 0.18.20
'@esbuild/netbsd-x64': 0.18.20
'@esbuild/openbsd-x64': 0.18.20
'@esbuild/sunos-x64': 0.18.20
'@esbuild/win32-arm64': 0.18.20
'@esbuild/win32-ia32': 0.18.20
'@esbuild/win32-x64': 0.18.20
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/escalade@3.1.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
engines: {node: '>=6'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/escape-string-regexp@1.0.5:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
engines: {node: '>=0.8.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/fsevents@2.3.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
2024-09-15 23:04:32 -04:00
requiresBuild: true
dev: true
optional: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/gensync@1.0.0-beta.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
engines: {node: '>=6.9.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/globals@11.12.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
engines: {node: '>=4'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/has-flag@3.0.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
engines: {node: '>=4'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/js-tokens@4.0.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
2024-09-15 23:04:32 -04:00
/jsesc@2.5.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
engines: {node: '>=4'}
hasBin: true
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/json5@2.2.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
engines: {node: '>=6'}
hasBin: true
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/loose-envify@1.4.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
hasBin: true
2024-09-15 23:04:32 -04:00
dependencies:
js-tokens: 4.0.0
dev: false
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/lru-cache@5.1.1:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
2024-09-15 23:04:32 -04:00
dependencies:
yallist: 3.1.1
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/magic-string@0.27.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}
engines: {node: '>=12'}
2024-09-15 23:04:32 -04:00
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/ms@2.1.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/nanoid@3.3.7:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/node-releases@2.0.18:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/picocolors@1.0.1:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/postcss@8.4.41:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==}
engines: {node: ^10 || ^12 || >=14}
2024-09-15 23:04:32 -04:00
dependencies:
nanoid: 3.3.7
picocolors: 1.0.1
source-map-js: 1.2.0
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/prettier@3.3.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
engines: {node: '>=14'}
hasBin: true
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/react-dom@18.3.1(react@18.3.1):
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
peerDependencies:
react: ^18.3.1
2024-09-15 23:04:32 -04:00
dependencies:
loose-envify: 1.4.0
react: 18.3.1
scheduler: 0.23.2
dev: false
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/react-refresh@0.14.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==}
engines: {node: '>=0.10.0'}
2024-09-15 23:04:32 -04:00
dev: true
/react-router-dom@6.26.2(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==}
engines: {node: '>=14.0.0'}
peerDependencies:
react: '>=16.8'
react-dom: '>=16.8'
dependencies:
'@remix-run/router': 1.19.2
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
react-router: 6.26.2(react@18.3.1)
dev: false
/react-router@6.26.2(react@18.3.1):
resolution: {integrity: sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==}
engines: {node: '>=14.0.0'}
peerDependencies:
react: '>=16.8'
dependencies:
'@remix-run/router': 1.19.2
react: 18.3.1
dev: false
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/react@18.3.1:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
engines: {node: '>=0.10.0'}
2024-09-15 23:04:32 -04:00
dependencies:
loose-envify: 1.4.0
dev: false
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/rollup@3.29.4:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true
2024-09-15 23:04:32 -04:00
optionalDependencies:
fsevents: 2.3.3
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/scheduler@0.23.2:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
2024-09-15 23:04:32 -04:00
dependencies:
loose-envify: 1.4.0
dev: false
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/semver@6.3.1:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/source-map-js@1.2.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
engines: {node: '>=0.10.0'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/supports-color@5.5.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
engines: {node: '>=4'}
2024-09-15 23:04:32 -04:00
dependencies:
has-flag: 3.0.0
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/to-fast-properties@2.0.0:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
engines: {node: '>=4'}
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/typescript@4.9.5:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
engines: {node: '>=4.2.0'}
hasBin: true
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/update-browserslist-db@1.1.0(browserslist@4.23.3):
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
2024-09-15 23:04:32 -04:00
dependencies:
browserslist: 4.23.3
escalade: 3.1.2
picocolors: 1.0.1
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/vite@4.5.3:
2024-08-15 11:16:12 -04:00
resolution: {integrity: sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
'@types/node': '>= 14'
less: '*'
lightningcss: ^1.21.0
sass: '*'
stylus: '*'
sugarss: '*'
terser: ^5.4.0
peerDependenciesMeta:
'@types/node':
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
dependencies:
esbuild: 0.18.20
postcss: 8.4.41
rollup: 3.29.4
optionalDependencies:
fsevents: 2.3.3
2024-09-15 23:04:32 -04:00
dev: true
2024-08-15 11:16:12 -04:00
2024-09-15 23:04:32 -04:00
/yallist@3.1.1:
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
dev: true