e2ecdc7533
New domain `browser` under frontend/functions/ with 6 Playwright helpers: - pw_launch_browser: chromium + context + page bootstrap with storageState support and baseUrl navigation. - pw_kanban_login: authenticates a Page against /api/auth/login; sets the kanban_session cookie via shared storageState; verifies login page no longer visible after navigation. - pw_drag_drop: human-like pointer drag (mousedown + activateOffset + stepped move + mouseup) compatible with @dnd-kit/core's 8px activation threshold; supports hoverMs for time-based dropzones. - pw_keyboard_sequence: ordered focus/type/press/wait steps for scripting realistic input flows (typing then arrow-key navigating autocompletes). - pw_wait_predicate: thin wrapper over page.waitForFunction with friendlier defaults and custom error messages. - pw_assert_class: poll-based assertion that a Locator has/lacks a CSS class within a timeout; useful for visual-state checks. Each function ships with vitest tests (5-8 cases each) covering both happy and error paths, plus self-documenting .md (Ejemplo + Cuando usarla + Gotchas + frontmatter with params/output schema). Adds frontend/functions/package.json with `"type": "module"` so consumers can ESM-import the .ts files from anywhere in the registry (Playwright's tsx loader respects nearest package.json). Capability page docs/capabilities/playwright.md documents the group with a canonical end-to-end example, frontiers, prerequisites, and gotchas. Index updated. First consumer (issue 0088): apps/kanban requester-input.spec.ts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2109 lines
70 KiB
YAML
2109 lines
70 KiB
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
dependencies:
|
|
'@fontsource-variable/geist':
|
|
specifier: ^5.2.8
|
|
version: 5.2.8
|
|
'@mantine/charts':
|
|
specifier: ^9.0.0
|
|
version: 9.0.0(@mantine/core@9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@mantine/hooks@9.0.0(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(recharts@3.8.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react-is@19.2.4)(react@19.2.4)(redux@5.0.1))
|
|
'@mantine/core':
|
|
specifier: ^9.0.0
|
|
version: 9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@mantine/dates':
|
|
specifier: ^9.0.1
|
|
version: 9.0.1(@mantine/core@9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@mantine/hooks@9.0.0(react@19.2.4))(dayjs@1.11.20)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@mantine/dropzone':
|
|
specifier: ^9.0.1
|
|
version: 9.0.1(@mantine/core@9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@mantine/hooks@9.0.0(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@mantine/form':
|
|
specifier: ^9.0.0
|
|
version: 9.0.0(react@19.2.4)
|
|
'@mantine/hooks':
|
|
specifier: ^9.0.0
|
|
version: 9.0.0(react@19.2.4)
|
|
'@mantine/notifications':
|
|
specifier: ^9.0.0
|
|
version: 9.0.0(@mantine/core@9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@mantine/hooks@9.0.0(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@tabler/icons-react':
|
|
specifier: ^3.41.1
|
|
version: 3.41.1(react@19.2.4)
|
|
dayjs:
|
|
specifier: ^1.11.20
|
|
version: 1.11.20
|
|
graphology:
|
|
specifier: ^0.26.0
|
|
version: 0.26.0(graphology-types@0.24.8)
|
|
graphology-layout-forceatlas2:
|
|
specifier: ^0.10.1
|
|
version: 0.10.1(graphology-types@0.24.8)
|
|
graphology-types:
|
|
specifier: ^0.24.8
|
|
version: 0.24.8
|
|
react:
|
|
specifier: ^19.2.4
|
|
version: 19.2.4
|
|
react-dom:
|
|
specifier: ^19.2.4
|
|
version: 19.2.4(react@19.2.4)
|
|
recharts:
|
|
specifier: ^3.8.1
|
|
version: 3.8.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react-is@19.2.4)(react@19.2.4)(redux@5.0.1)
|
|
sigma:
|
|
specifier: ^3.0.2
|
|
version: 3.0.2(graphology-types@0.24.8)
|
|
devDependencies:
|
|
'@types/react':
|
|
specifier: ^19.2.14
|
|
version: 19.2.14
|
|
'@types/react-dom':
|
|
specifier: ^19.2.3
|
|
version: 19.2.3(@types/react@19.2.14)
|
|
'@vitejs/plugin-react':
|
|
specifier: ^6.0.1
|
|
version: 6.0.1(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0))
|
|
playwright:
|
|
specifier: ^1.60.0
|
|
version: 1.60.0
|
|
postcss:
|
|
specifier: ^8.5.8
|
|
version: 8.5.8
|
|
postcss-preset-mantine:
|
|
specifier: ^1.18.0
|
|
version: 1.18.0(postcss@8.5.8)
|
|
postcss-simple-vars:
|
|
specifier: ^7.0.1
|
|
version: 7.0.1(postcss@8.5.8)
|
|
tsx:
|
|
specifier: ^4.21.0
|
|
version: 4.21.0
|
|
typescript:
|
|
specifier: ^6.0.2
|
|
version: 6.0.2
|
|
vite:
|
|
specifier: ^8.0.3
|
|
version: 8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0)
|
|
vitest:
|
|
specifier: ^4.1.6
|
|
version: 4.1.6(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0))
|
|
|
|
packages:
|
|
|
|
'@babel/runtime@7.29.2':
|
|
resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@emnapi/core@1.9.1':
|
|
resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==}
|
|
|
|
'@emnapi/runtime@1.9.1':
|
|
resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==}
|
|
|
|
'@emnapi/wasi-threads@1.2.0':
|
|
resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==}
|
|
|
|
'@esbuild/aix-ppc64@0.27.4':
|
|
resolution: {integrity: sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@esbuild/android-arm64@0.27.4':
|
|
resolution: {integrity: sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.27.4':
|
|
resolution: {integrity: sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.27.4':
|
|
resolution: {integrity: sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/darwin-arm64@0.27.4':
|
|
resolution: {integrity: sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.27.4':
|
|
resolution: {integrity: sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/freebsd-arm64@0.27.4':
|
|
resolution: {integrity: sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.27.4':
|
|
resolution: {integrity: sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/linux-arm64@0.27.4':
|
|
resolution: {integrity: sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.27.4':
|
|
resolution: {integrity: sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.27.4':
|
|
resolution: {integrity: sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.27.4':
|
|
resolution: {integrity: sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.27.4':
|
|
resolution: {integrity: sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.27.4':
|
|
resolution: {integrity: sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.27.4':
|
|
resolution: {integrity: sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.27.4':
|
|
resolution: {integrity: sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.27.4':
|
|
resolution: {integrity: sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/netbsd-arm64@0.27.4':
|
|
resolution: {integrity: sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.27.4':
|
|
resolution: {integrity: sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.27.4':
|
|
resolution: {integrity: sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.27.4':
|
|
resolution: {integrity: sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openharmony-arm64@0.27.4':
|
|
resolution: {integrity: sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@esbuild/sunos-x64@0.27.4':
|
|
resolution: {integrity: sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/win32-arm64@0.27.4':
|
|
resolution: {integrity: sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.27.4':
|
|
resolution: {integrity: sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.27.4':
|
|
resolution: {integrity: sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@floating-ui/core@1.7.5':
|
|
resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==}
|
|
|
|
'@floating-ui/dom@1.7.6':
|
|
resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==}
|
|
|
|
'@floating-ui/react-dom@2.1.8':
|
|
resolution: {integrity: sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
react-dom: '>=16.8.0'
|
|
|
|
'@floating-ui/react@0.27.19':
|
|
resolution: {integrity: sha512-31B8h5mm8YxotlE7/AU/PhNAl8eWxAmjL/v2QOxroDNkTFLk3Uu82u63N3b6TXa4EGJeeZLVcd/9AlNlVqzeog==}
|
|
peerDependencies:
|
|
react: '>=17.0.0'
|
|
react-dom: '>=17.0.0'
|
|
|
|
'@floating-ui/utils@0.2.11':
|
|
resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==}
|
|
|
|
'@fontsource-variable/geist@5.2.8':
|
|
resolution: {integrity: sha512-cJ6m9e+8MQ5dCYJsLylfZrgBh6KkG4bOLckB35Tr9J/EqdkEM6QllH5PxqP1dhTvFup+HtMRPuz9xOjxXJggxw==}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5':
|
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
|
|
'@mantine/charts@9.0.0':
|
|
resolution: {integrity: sha512-TnbjiT2tXZDAQWZrv/+Xu3JKYjPiTfO5jSIbcwnxZSVtLI+PIxA7zrSps+it/Nx3ch8GHpDizJ7UArC0UfmNkQ==}
|
|
peerDependencies:
|
|
'@mantine/core': 9.0.0
|
|
'@mantine/hooks': 9.0.0
|
|
react: ^19.2.0
|
|
react-dom: ^19.2.0
|
|
recharts: '>=3.2.1'
|
|
|
|
'@mantine/core@9.0.0':
|
|
resolution: {integrity: sha512-GUUXlf+4uDpRu5iZ1PFy1NmgG7ttI+1I6VTw3v/b7N1jwOUhARwL1moGjPMjo3Eie3tHdVOCiVMYAvhlQ1GI5Q==}
|
|
peerDependencies:
|
|
'@mantine/hooks': 9.0.0
|
|
react: ^19.2.0
|
|
react-dom: ^19.2.0
|
|
|
|
'@mantine/dates@9.0.1':
|
|
resolution: {integrity: sha512-+zwqqQ4D2I8o/GiEStF66Mheo3abKmS0KaL3XDtDp1D7AVhKmSH3Rz27m48aqW/Kzqb2g2t3VgPzAkpuRsWdBA==}
|
|
peerDependencies:
|
|
'@mantine/core': 9.0.1
|
|
'@mantine/hooks': 9.0.1
|
|
dayjs: '>=1.0.0'
|
|
react: ^19.2.0
|
|
react-dom: ^19.2.0
|
|
|
|
'@mantine/dropzone@9.0.1':
|
|
resolution: {integrity: sha512-juUptJcKVaDaKMD1C0aliNM78E8w/fq1TILp0+/PcfaiFmMy7HzT/2KTuejd8e71R9kuLLK0PDv+Mk0mU67dvA==}
|
|
peerDependencies:
|
|
'@mantine/core': 9.0.1
|
|
'@mantine/hooks': 9.0.1
|
|
react: ^19.2.0
|
|
react-dom: ^19.2.0
|
|
|
|
'@mantine/form@9.0.0':
|
|
resolution: {integrity: sha512-13YUrYAyzvwwPQL5X+yMb0lbtiv2pfyrU/hvVWAitm5X7twuMYrHBlpci+umdKZnsrY6Q/6M5HHsToVOrZ6rvA==}
|
|
peerDependencies:
|
|
react: ^19.2.0
|
|
|
|
'@mantine/hooks@9.0.0':
|
|
resolution: {integrity: sha512-TKcz+k0JH/jtblBfwOw/vXBX2EpJO66psJ5ZVmdDhwc6vbHDsvY6oYN8ynt9TfRn/eHZXsEmLPNj+wuGtWy4BA==}
|
|
peerDependencies:
|
|
react: ^19.2.0
|
|
|
|
'@mantine/notifications@9.0.0':
|
|
resolution: {integrity: sha512-BHln+CvmiQx59dMIzwxjLnXN3ongqRFHyox8DogSkMFwVfH76CTahTMz+1AA2fvkZOI0svsqR0zBZ/J7o3uUqw==}
|
|
peerDependencies:
|
|
'@mantine/core': 9.0.0
|
|
'@mantine/hooks': 9.0.0
|
|
react: ^19.2.0
|
|
react-dom: ^19.2.0
|
|
|
|
'@mantine/store@9.0.0':
|
|
resolution: {integrity: sha512-ts1cfBqJEASBNuZ3vzOGDLkfQjF9EDFqUUSOOqZRiwtwt3OyZojIxfWMBcATorH8UODM7dsUhfI82VbGUjZiJA==}
|
|
peerDependencies:
|
|
react: ^19.2.0
|
|
|
|
'@napi-rs/wasm-runtime@1.1.2':
|
|
resolution: {integrity: sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==}
|
|
peerDependencies:
|
|
'@emnapi/core': ^1.7.1
|
|
'@emnapi/runtime': ^1.7.1
|
|
|
|
'@oxc-project/types@0.122.0':
|
|
resolution: {integrity: sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==}
|
|
|
|
'@reduxjs/toolkit@2.11.2':
|
|
resolution: {integrity: sha512-Kd6kAHTA6/nUpp8mySPqj3en3dm0tdMIgbttnQ1xFMVpufoj+ADi8pXLBsd4xzTRHQa7t/Jv8W5UnCuW4kuWMQ==}
|
|
peerDependencies:
|
|
react: ^16.9.0 || ^17.0.0 || ^18 || ^19
|
|
react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0
|
|
peerDependenciesMeta:
|
|
react:
|
|
optional: true
|
|
react-redux:
|
|
optional: true
|
|
|
|
'@rolldown/binding-android-arm64@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@rolldown/binding-darwin-arm64@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@rolldown/binding-darwin-x64@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@rolldown/binding-freebsd-x64@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [openharmony]
|
|
|
|
'@rolldown/binding-wasm32-wasi@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==}
|
|
engines: {node: '>=14.0.0'}
|
|
cpu: [wasm32]
|
|
|
|
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@rolldown/pluginutils@1.0.0-rc.12':
|
|
resolution: {integrity: sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==}
|
|
|
|
'@rolldown/pluginutils@1.0.0-rc.7':
|
|
resolution: {integrity: sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==}
|
|
|
|
'@standard-schema/spec@1.1.0':
|
|
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
|
|
'@standard-schema/utils@0.3.0':
|
|
resolution: {integrity: sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==}
|
|
|
|
'@tabler/icons-react@3.41.1':
|
|
resolution: {integrity: sha512-kUgweE+DJtAlMZVIns1FTDdcbpRVnkK7ZpUOXmoxy3JAF0rSHj0TcP4VHF14+gMJGnF+psH2Zt26BLT6owetBA==}
|
|
peerDependencies:
|
|
react: '>= 16'
|
|
|
|
'@tabler/icons@3.41.1':
|
|
resolution: {integrity: sha512-OaRnVbRmH2nHtFeg+RmMJ/7m2oBIF9XCJAUD5gQnMrpK9f05ydj8MZrAf3NZQqOXyxGN1UBL0D5IKLLEUfr74Q==}
|
|
|
|
'@tybys/wasm-util@0.10.1':
|
|
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
|
|
|
|
'@types/chai@5.2.3':
|
|
resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
|
|
|
|
'@types/d3-array@3.2.2':
|
|
resolution: {integrity: sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==}
|
|
|
|
'@types/d3-color@3.1.3':
|
|
resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==}
|
|
|
|
'@types/d3-ease@3.0.2':
|
|
resolution: {integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==}
|
|
|
|
'@types/d3-interpolate@3.0.4':
|
|
resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==}
|
|
|
|
'@types/d3-path@3.1.1':
|
|
resolution: {integrity: sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==}
|
|
|
|
'@types/d3-scale@4.0.9':
|
|
resolution: {integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==}
|
|
|
|
'@types/d3-shape@3.1.8':
|
|
resolution: {integrity: sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==}
|
|
|
|
'@types/d3-time@3.0.4':
|
|
resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==}
|
|
|
|
'@types/d3-timer@3.0.2':
|
|
resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==}
|
|
|
|
'@types/deep-eql@4.0.2':
|
|
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
|
|
|
|
'@types/estree@1.0.9':
|
|
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
|
|
|
|
'@types/react-dom@19.2.3':
|
|
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
peerDependencies:
|
|
'@types/react': ^19.2.0
|
|
|
|
'@types/react@19.2.14':
|
|
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
|
|
|
|
'@types/use-sync-external-store@0.0.6':
|
|
resolution: {integrity: sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==}
|
|
|
|
'@vitejs/plugin-react@6.0.1':
|
|
resolution: {integrity: sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
peerDependencies:
|
|
'@rolldown/plugin-babel': ^0.1.7 || ^0.2.0
|
|
babel-plugin-react-compiler: ^1.0.0
|
|
vite: ^8.0.0
|
|
peerDependenciesMeta:
|
|
'@rolldown/plugin-babel':
|
|
optional: true
|
|
babel-plugin-react-compiler:
|
|
optional: true
|
|
|
|
'@vitest/expect@4.1.6':
|
|
resolution: {integrity: sha512-7EHDquPthALSV0jhhjgEW8FXaviMx7rSqu8W6oqCoAuOhKov814P99QDV1pxMA3QPv21YudvJngIhjrNI4opLg==}
|
|
|
|
'@vitest/mocker@4.1.6':
|
|
resolution: {integrity: sha512-MCFc63czMjEInOlcY2cpQCvCN+KgbAn+60xu9cMgP4sKaLC5JNAKw7JH8QdAnoAC88hW1IiSNZ+GgVXlN1UcMQ==}
|
|
peerDependencies:
|
|
msw: ^2.4.9
|
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
peerDependenciesMeta:
|
|
msw:
|
|
optional: true
|
|
vite:
|
|
optional: true
|
|
|
|
'@vitest/pretty-format@4.1.6':
|
|
resolution: {integrity: sha512-h5SxD/IzNhZYnrSZRsUZQIC+vD0GY8cUvq0iwsmkFKixRCKLLWqCXa/FIQ4S1R+sI+PGoojkHsdNrbZiM9Qpgw==}
|
|
|
|
'@vitest/runner@4.1.6':
|
|
resolution: {integrity: sha512-nOPCmn2+yD0ZNmKdsXGv/UxMMWbMuKeD6GyYncNwdkYDxpQvrPSKYj2rWuDjC2Y4b6w6hjip5dBKFzEUuZe3vA==}
|
|
|
|
'@vitest/snapshot@4.1.6':
|
|
resolution: {integrity: sha512-YhsdE6xAVfTDmzjxL2ZDUvjj+ZsgyOKe+TdQzqkD72wIOmHka8NuGQ6NpTNZv9D2Z63fbwWKJPeVpEw4EQgYxw==}
|
|
|
|
'@vitest/spy@4.1.6':
|
|
resolution: {integrity: sha512-JFKxMx6udhwKh/Ldo270e17QX710vgunMkuPAvXjHSvC6oqLWAHhVhjg/I71q0u0CBSErIODV1Kjv0FQNSWjdg==}
|
|
|
|
'@vitest/utils@4.1.6':
|
|
resolution: {integrity: sha512-FxIY+U81R3LGKCxaHHFRQ5+g6/iRgGLmeHWdp2Amj4ljQRrEIWHmZyDfDYBRZlpyqA7qKxtS9DD1dhk8RnRIVQ==}
|
|
|
|
assertion-error@2.0.1:
|
|
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
engines: {node: '>=12'}
|
|
|
|
attr-accept@2.2.5:
|
|
resolution: {integrity: sha512-0bDNnY/u6pPwHDMoF0FieU354oBi0a8rD9FcsLwzcGWbc8KS8KPIi7y+s13OlVY+gMWc/9xEMUgNE6Qm8ZllYQ==}
|
|
engines: {node: '>=4'}
|
|
|
|
camelcase-css@2.0.1:
|
|
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
chai@6.2.2:
|
|
resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==}
|
|
engines: {node: '>=18'}
|
|
|
|
clsx@2.1.1:
|
|
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
engines: {node: '>=6'}
|
|
|
|
convert-source-map@2.0.0:
|
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
|
|
cssesc@3.0.0:
|
|
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
|
|
engines: {node: '>=4'}
|
|
hasBin: true
|
|
|
|
csstype@3.2.3:
|
|
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
|
|
d3-array@3.2.4:
|
|
resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-color@3.1.0:
|
|
resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-ease@3.0.1:
|
|
resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-format@3.1.2:
|
|
resolution: {integrity: sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-interpolate@3.0.1:
|
|
resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-path@3.1.0:
|
|
resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-scale@4.0.2:
|
|
resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-shape@3.2.0:
|
|
resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-time-format@4.1.0:
|
|
resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-time@3.1.0:
|
|
resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==}
|
|
engines: {node: '>=12'}
|
|
|
|
d3-timer@3.0.1:
|
|
resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
|
|
engines: {node: '>=12'}
|
|
|
|
dayjs@1.11.20:
|
|
resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==}
|
|
|
|
decimal.js-light@2.5.1:
|
|
resolution: {integrity: sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==}
|
|
|
|
detect-libc@2.1.2:
|
|
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
detect-node-es@1.1.0:
|
|
resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
|
|
|
|
dom-helpers@5.2.1:
|
|
resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==}
|
|
|
|
es-module-lexer@2.1.0:
|
|
resolution: {integrity: sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==}
|
|
|
|
es-toolkit@1.45.1:
|
|
resolution: {integrity: sha512-/jhoOj/Fx+A+IIyDNOvO3TItGmlMKhtX8ISAHKE90c4b/k1tqaqEZ+uUqfpU8DMnW5cgNJv606zS55jGvza0Xw==}
|
|
|
|
esbuild@0.27.4:
|
|
resolution: {integrity: sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
estree-walker@3.0.3:
|
|
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
|
|
eventemitter3@5.0.4:
|
|
resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==}
|
|
|
|
events@3.3.0:
|
|
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
|
engines: {node: '>=0.8.x'}
|
|
|
|
expect-type@1.3.0:
|
|
resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
fast-deep-equal@3.1.3:
|
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
|
|
fdir@6.5.0:
|
|
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
engines: {node: '>=12.0.0'}
|
|
peerDependencies:
|
|
picomatch: ^3 || ^4
|
|
peerDependenciesMeta:
|
|
picomatch:
|
|
optional: true
|
|
|
|
file-selector@2.1.2:
|
|
resolution: {integrity: sha512-QgXo+mXTe8ljeqUFaX3QVHc5osSItJ/Km+xpocx0aSqWGMSCf6qYs/VnzZgS864Pjn5iceMRFigeAV7AfTlaig==}
|
|
engines: {node: '>= 12'}
|
|
|
|
fsevents@2.3.2:
|
|
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
os: [darwin]
|
|
|
|
fsevents@2.3.3:
|
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
os: [darwin]
|
|
|
|
get-nonce@1.0.1:
|
|
resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
|
|
engines: {node: '>=6'}
|
|
|
|
get-tsconfig@4.13.7:
|
|
resolution: {integrity: sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==}
|
|
|
|
graphology-layout-forceatlas2@0.10.1:
|
|
resolution: {integrity: sha512-ogzBeF1FvWzjkikrIFwxhlZXvD2+wlY54lqhsrWprcdPjopM2J9HoMweUmIgwaTvY4bUYVimpSsOdvDv1gPRFQ==}
|
|
peerDependencies:
|
|
graphology-types: '>=0.19.0'
|
|
|
|
graphology-types@0.24.8:
|
|
resolution: {integrity: sha512-hDRKYXa8TsoZHjgEaysSRyPdT6uB78Ci8WnjgbStlQysz7xR52PInxNsmnB7IBOM1BhikxkNyCVEFgmPKnpx3Q==}
|
|
|
|
graphology-utils@2.5.2:
|
|
resolution: {integrity: sha512-ckHg8MXrXJkOARk56ZaSCM1g1Wihe2d6iTmz1enGOz4W/l831MBCKSayeFQfowgF8wd+PQ4rlch/56Vs/VZLDQ==}
|
|
peerDependencies:
|
|
graphology-types: '>=0.23.0'
|
|
|
|
graphology@0.26.0:
|
|
resolution: {integrity: sha512-8SSImzgUUYC89Z042s+0r/vMibY7GX/Emz4LDO5e7jYXhuoWfHISPFJYjpRLUSJGq6UQ6xlenvX1p/hJdfXuXg==}
|
|
peerDependencies:
|
|
graphology-types: '>=0.24.0'
|
|
|
|
immer@10.2.0:
|
|
resolution: {integrity: sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==}
|
|
|
|
immer@11.1.4:
|
|
resolution: {integrity: sha512-XREFCPo6ksxVzP4E0ekD5aMdf8WMwmdNaz6vuvxgI40UaEiu6q3p8X52aU6GdyvLY3XXX/8R7JOTXStz/nBbRw==}
|
|
|
|
internmap@2.0.3:
|
|
resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
|
|
engines: {node: '>=12'}
|
|
|
|
jiti@2.6.1:
|
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
hasBin: true
|
|
|
|
js-tokens@4.0.0:
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
|
klona@2.0.6:
|
|
resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
lightningcss-android-arm64@1.32.0:
|
|
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
lightningcss-darwin-arm64@1.32.0:
|
|
resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
lightningcss-darwin-x64@1.32.0:
|
|
resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
lightningcss-freebsd-x64@1.32.0:
|
|
resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-arm64-gnu@1.32.0:
|
|
resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-arm64-musl@1.32.0:
|
|
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-x64-gnu@1.32.0:
|
|
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-x64-musl@1.32.0:
|
|
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
lightningcss-win32-arm64-msvc@1.32.0:
|
|
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
lightningcss-win32-x64-msvc@1.32.0:
|
|
resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
lightningcss@1.32.0:
|
|
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
loose-envify@1.4.0:
|
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
hasBin: true
|
|
|
|
magic-string@0.30.21:
|
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
|
|
nanoid@3.3.11:
|
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
hasBin: true
|
|
|
|
object-assign@4.1.1:
|
|
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
obug@2.1.1:
|
|
resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==}
|
|
|
|
pathe@2.0.3:
|
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
|
|
picocolors@1.1.1:
|
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
|
|
picomatch@4.0.4:
|
|
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
|
|
engines: {node: '>=12'}
|
|
|
|
playwright-core@1.60.0:
|
|
resolution: {integrity: sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
playwright@1.60.0:
|
|
resolution: {integrity: sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
postcss-js@4.1.0:
|
|
resolution: {integrity: sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==}
|
|
engines: {node: ^12 || ^14 || >= 16}
|
|
peerDependencies:
|
|
postcss: ^8.4.21
|
|
|
|
postcss-mixins@12.1.2:
|
|
resolution: {integrity: sha512-90pSxmZVfbX9e5xCv7tI5RV1mnjdf16y89CJKbf/hD7GyOz1FCxcYMl8ZYA8Hc56dbApTKKmU9HfvgfWdCxlwg==}
|
|
engines: {node: ^20.0 || ^22.0 || >=24.0}
|
|
peerDependencies:
|
|
postcss: ^8.2.14
|
|
|
|
postcss-nested@7.0.2:
|
|
resolution: {integrity: sha512-5osppouFc0VR9/VYzYxO03VaDa3e8F23Kfd6/9qcZTUI8P58GIYlArOET2Wq0ywSl2o2PjELhYOFI4W7l5QHKw==}
|
|
engines: {node: '>=18.0'}
|
|
peerDependencies:
|
|
postcss: ^8.2.14
|
|
|
|
postcss-preset-mantine@1.18.0:
|
|
resolution: {integrity: sha512-sP6/s1oC7cOtBdl4mw/IRKmKvYTuzpRrH/vT6v9enMU/EQEQ31eQnHcWtFghOXLH87AAthjL/Q75rLmin1oZoA==}
|
|
peerDependencies:
|
|
postcss: '>=8.0.0'
|
|
|
|
postcss-selector-parser@7.1.1:
|
|
resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==}
|
|
engines: {node: '>=4'}
|
|
|
|
postcss-simple-vars@7.0.1:
|
|
resolution: {integrity: sha512-5GLLXaS8qmzHMOjVxqkk1TZPf1jMqesiI7qLhnlyERalG0sMbHIbJqrcnrpmZdKCLglHnRHoEBB61RtGTsj++A==}
|
|
engines: {node: '>=14.0'}
|
|
peerDependencies:
|
|
postcss: ^8.2.1
|
|
|
|
postcss@8.5.8:
|
|
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
prop-types@15.8.1:
|
|
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
|
|
|
react-dom@19.2.4:
|
|
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
|
|
peerDependencies:
|
|
react: ^19.2.4
|
|
|
|
react-dropzone@15.0.0:
|
|
resolution: {integrity: sha512-lGjYV/EoqEjEWPnmiSvH4v5IoIAwQM2W4Z1C0Q/Pw2xD0eVzKPS359BQTUMum+1fa0kH2nrKjuavmTPOGhpLPg==}
|
|
engines: {node: '>= 10.13'}
|
|
peerDependencies:
|
|
react: '>= 16.8 || 18.0.0'
|
|
|
|
react-is@16.13.1:
|
|
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
|
|
|
react-is@19.2.4:
|
|
resolution: {integrity: sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==}
|
|
|
|
react-number-format@5.4.5:
|
|
resolution: {integrity: sha512-y8O2yHHj3w0aE9XO8d2BCcUOOdQTRSVq+WIuMlLVucAm5XNjJAy+BoOJiuQMldVYVOKTMyvVNfnbl2Oqp+YxGw==}
|
|
peerDependencies:
|
|
react: ^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
react-dom: ^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
react-redux@9.2.0:
|
|
resolution: {integrity: sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==}
|
|
peerDependencies:
|
|
'@types/react': ^18.2.25 || ^19
|
|
react: ^18.0 || ^19
|
|
redux: ^5.0.0
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
redux:
|
|
optional: true
|
|
|
|
react-remove-scroll-bar@2.3.8:
|
|
resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
react-remove-scroll@2.7.2:
|
|
resolution: {integrity: sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
react-style-singleton@2.2.3:
|
|
resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
react-transition-group@4.4.5:
|
|
resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==}
|
|
peerDependencies:
|
|
react: '>=16.6.0'
|
|
react-dom: '>=16.6.0'
|
|
|
|
react@19.2.4:
|
|
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
recharts@3.8.1:
|
|
resolution: {integrity: sha512-mwzmO1s9sFL0TduUpwndxCUNoXsBw3u3E/0+A+cLcrSfQitSG62L32N69GhqUrrT5qKcAE3pCGVINC6pqkBBQg==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
react-is: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
redux-thunk@3.1.0:
|
|
resolution: {integrity: sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==}
|
|
peerDependencies:
|
|
redux: ^5.0.0
|
|
|
|
redux@5.0.1:
|
|
resolution: {integrity: sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==}
|
|
|
|
reselect@5.1.1:
|
|
resolution: {integrity: sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==}
|
|
|
|
resolve-pkg-maps@1.0.0:
|
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
|
|
rolldown@1.0.0-rc.12:
|
|
resolution: {integrity: sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
hasBin: true
|
|
|
|
scheduler@0.27.0:
|
|
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
|
|
siginfo@2.0.0:
|
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
|
|
sigma@3.0.2:
|
|
resolution: {integrity: sha512-/BUbeOwPGruiBOm0YQQ6ZMcLIZ6tf/W+Jcm7dxZyAX0tK3WP9/sq7/NAWBxPIxVahdGjCJoGwej0Gdrv0DxlQQ==}
|
|
|
|
source-map-js@1.2.1:
|
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
stackback@0.0.2:
|
|
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
|
|
std-env@4.1.0:
|
|
resolution: {integrity: sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==}
|
|
|
|
sugarss@5.0.1:
|
|
resolution: {integrity: sha512-ctS5RYCBVvPoZAnzIaX5QSShK8ZiZxD5HUqSxlusvEMC+QZQIPCPOIJg6aceFX+K2rf4+SH89eu++h1Zmsr2nw==}
|
|
engines: {node: '>=18.0'}
|
|
peerDependencies:
|
|
postcss: ^8.3.3
|
|
|
|
tabbable@6.4.0:
|
|
resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==}
|
|
|
|
tagged-tag@1.0.0:
|
|
resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
|
|
engines: {node: '>=20'}
|
|
|
|
tiny-invariant@1.3.3:
|
|
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
|
|
|
|
tinybench@2.9.0:
|
|
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
|
|
tinyexec@1.1.2:
|
|
resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==}
|
|
engines: {node: '>=18'}
|
|
|
|
tinyglobby@0.2.15:
|
|
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
tinyrainbow@3.1.0:
|
|
resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
tsx@4.21.0:
|
|
resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==}
|
|
engines: {node: '>=18.0.0'}
|
|
hasBin: true
|
|
|
|
type-fest@5.5.0:
|
|
resolution: {integrity: sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==}
|
|
engines: {node: '>=20'}
|
|
|
|
typescript@6.0.2:
|
|
resolution: {integrity: sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
use-callback-ref@1.3.3:
|
|
resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
use-sidecar@1.1.3:
|
|
resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
use-sync-external-store@1.6.0:
|
|
resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
util-deprecate@1.0.2:
|
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
|
|
victory-vendor@37.3.6:
|
|
resolution: {integrity: sha512-SbPDPdDBYp+5MJHhBCAyI7wKM3d5ivekigc2Dk2s7pgbZ9wIgIBYGVw4zGHBml/qTFbexrofXW6Gu4noGxrOwQ==}
|
|
|
|
vite@8.0.3:
|
|
resolution: {integrity: sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==}
|
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@types/node': ^20.19.0 || >=22.12.0
|
|
'@vitejs/devtools': ^0.1.0
|
|
esbuild: ^0.27.0
|
|
jiti: '>=1.21.0'
|
|
less: ^4.0.0
|
|
sass: ^1.70.0
|
|
sass-embedded: ^1.70.0
|
|
stylus: '>=0.54.8'
|
|
sugarss: ^5.0.0
|
|
terser: ^5.16.0
|
|
tsx: ^4.8.1
|
|
yaml: ^2.4.2
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
'@vitejs/devtools':
|
|
optional: true
|
|
esbuild:
|
|
optional: true
|
|
jiti:
|
|
optional: true
|
|
less:
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
sass-embedded:
|
|
optional: true
|
|
stylus:
|
|
optional: true
|
|
sugarss:
|
|
optional: true
|
|
terser:
|
|
optional: true
|
|
tsx:
|
|
optional: true
|
|
yaml:
|
|
optional: true
|
|
|
|
vitest@4.1.6:
|
|
resolution: {integrity: sha512-6lvjbS3p9b4CrdCmguzbh2/4uoXhGE2q71R4OX5sqF9R1bo9Xd6fGrMAfvp5wnCzlBnFVdCOp6onuTQVbo8iUQ==}
|
|
engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@edge-runtime/vm': '*'
|
|
'@opentelemetry/api': ^1.9.0
|
|
'@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
|
|
'@vitest/browser-playwright': 4.1.6
|
|
'@vitest/browser-preview': 4.1.6
|
|
'@vitest/browser-webdriverio': 4.1.6
|
|
'@vitest/coverage-istanbul': 4.1.6
|
|
'@vitest/coverage-v8': 4.1.6
|
|
'@vitest/ui': 4.1.6
|
|
happy-dom: '*'
|
|
jsdom: '*'
|
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
peerDependenciesMeta:
|
|
'@edge-runtime/vm':
|
|
optional: true
|
|
'@opentelemetry/api':
|
|
optional: true
|
|
'@types/node':
|
|
optional: true
|
|
'@vitest/browser-playwright':
|
|
optional: true
|
|
'@vitest/browser-preview':
|
|
optional: true
|
|
'@vitest/browser-webdriverio':
|
|
optional: true
|
|
'@vitest/coverage-istanbul':
|
|
optional: true
|
|
'@vitest/coverage-v8':
|
|
optional: true
|
|
'@vitest/ui':
|
|
optional: true
|
|
happy-dom:
|
|
optional: true
|
|
jsdom:
|
|
optional: true
|
|
|
|
why-is-node-running@2.3.0:
|
|
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
|
engines: {node: '>=8'}
|
|
hasBin: true
|
|
|
|
snapshots:
|
|
|
|
'@babel/runtime@7.29.2': {}
|
|
|
|
'@emnapi/core@1.9.1':
|
|
dependencies:
|
|
'@emnapi/wasi-threads': 1.2.0
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@emnapi/runtime@1.9.1':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@emnapi/wasi-threads@1.2.0':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@esbuild/aix-ppc64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/openharmony-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.27.4':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.27.4':
|
|
optional: true
|
|
|
|
'@floating-ui/core@1.7.5':
|
|
dependencies:
|
|
'@floating-ui/utils': 0.2.11
|
|
|
|
'@floating-ui/dom@1.7.6':
|
|
dependencies:
|
|
'@floating-ui/core': 1.7.5
|
|
'@floating-ui/utils': 0.2.11
|
|
|
|
'@floating-ui/react-dom@2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.7.6
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
'@floating-ui/react@0.27.19(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@floating-ui/react-dom': 2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@floating-ui/utils': 0.2.11
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
tabbable: 6.4.0
|
|
|
|
'@floating-ui/utils@0.2.11': {}
|
|
|
|
'@fontsource-variable/geist@5.2.8': {}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
|
|
'@mantine/charts@9.0.0(@mantine/core@9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@mantine/hooks@9.0.0(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(recharts@3.8.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react-is@19.2.4)(react@19.2.4)(redux@5.0.1))':
|
|
dependencies:
|
|
'@mantine/core': 9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@mantine/hooks': 9.0.0(react@19.2.4)
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
recharts: 3.8.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react-is@19.2.4)(react@19.2.4)(redux@5.0.1)
|
|
|
|
'@mantine/core@9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@floating-ui/react': 0.27.19(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@mantine/hooks': 9.0.0(react@19.2.4)
|
|
clsx: 2.1.1
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
react-number-format: 5.4.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4)
|
|
type-fest: 5.5.0
|
|
transitivePeerDependencies:
|
|
- '@types/react'
|
|
|
|
'@mantine/dates@9.0.1(@mantine/core@9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@mantine/hooks@9.0.0(react@19.2.4))(dayjs@1.11.20)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@mantine/core': 9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@mantine/hooks': 9.0.0(react@19.2.4)
|
|
clsx: 2.1.1
|
|
dayjs: 1.11.20
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
'@mantine/dropzone@9.0.1(@mantine/core@9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@mantine/hooks@9.0.0(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@mantine/core': 9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@mantine/hooks': 9.0.0(react@19.2.4)
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
react-dropzone: 15.0.0(react@19.2.4)
|
|
|
|
'@mantine/form@9.0.0(react@19.2.4)':
|
|
dependencies:
|
|
'@standard-schema/spec': 1.1.0
|
|
fast-deep-equal: 3.1.3
|
|
klona: 2.0.6
|
|
react: 19.2.4
|
|
|
|
'@mantine/hooks@9.0.0(react@19.2.4)':
|
|
dependencies:
|
|
react: 19.2.4
|
|
|
|
'@mantine/notifications@9.0.0(@mantine/core@9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@mantine/hooks@9.0.0(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
dependencies:
|
|
'@mantine/core': 9.0.0(@mantine/hooks@9.0.0(react@19.2.4))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
'@mantine/hooks': 9.0.0(react@19.2.4)
|
|
'@mantine/store': 9.0.0(react@19.2.4)
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
react-transition-group: 4.4.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
|
|
'@mantine/store@9.0.0(react@19.2.4)':
|
|
dependencies:
|
|
react: 19.2.4
|
|
|
|
'@napi-rs/wasm-runtime@1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)':
|
|
dependencies:
|
|
'@emnapi/core': 1.9.1
|
|
'@emnapi/runtime': 1.9.1
|
|
'@tybys/wasm-util': 0.10.1
|
|
optional: true
|
|
|
|
'@oxc-project/types@0.122.0': {}
|
|
|
|
'@reduxjs/toolkit@2.11.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.4)(redux@5.0.1))(react@19.2.4)':
|
|
dependencies:
|
|
'@standard-schema/spec': 1.1.0
|
|
'@standard-schema/utils': 0.3.0
|
|
immer: 11.1.4
|
|
redux: 5.0.1
|
|
redux-thunk: 3.1.0(redux@5.0.1)
|
|
reselect: 5.1.1
|
|
optionalDependencies:
|
|
react: 19.2.4
|
|
react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.4)(redux@5.0.1)
|
|
|
|
'@rolldown/binding-android-arm64@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-darwin-arm64@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-darwin-x64@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-freebsd-x64@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-wasm32-wasi@1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)':
|
|
dependencies:
|
|
'@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)
|
|
transitivePeerDependencies:
|
|
- '@emnapi/core'
|
|
- '@emnapi/runtime'
|
|
optional: true
|
|
|
|
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
|
|
optional: true
|
|
|
|
'@rolldown/pluginutils@1.0.0-rc.12': {}
|
|
|
|
'@rolldown/pluginutils@1.0.0-rc.7': {}
|
|
|
|
'@standard-schema/spec@1.1.0': {}
|
|
|
|
'@standard-schema/utils@0.3.0': {}
|
|
|
|
'@tabler/icons-react@3.41.1(react@19.2.4)':
|
|
dependencies:
|
|
'@tabler/icons': 3.41.1
|
|
react: 19.2.4
|
|
|
|
'@tabler/icons@3.41.1': {}
|
|
|
|
'@tybys/wasm-util@0.10.1':
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
optional: true
|
|
|
|
'@types/chai@5.2.3':
|
|
dependencies:
|
|
'@types/deep-eql': 4.0.2
|
|
assertion-error: 2.0.1
|
|
|
|
'@types/d3-array@3.2.2': {}
|
|
|
|
'@types/d3-color@3.1.3': {}
|
|
|
|
'@types/d3-ease@3.0.2': {}
|
|
|
|
'@types/d3-interpolate@3.0.4':
|
|
dependencies:
|
|
'@types/d3-color': 3.1.3
|
|
|
|
'@types/d3-path@3.1.1': {}
|
|
|
|
'@types/d3-scale@4.0.9':
|
|
dependencies:
|
|
'@types/d3-time': 3.0.4
|
|
|
|
'@types/d3-shape@3.1.8':
|
|
dependencies:
|
|
'@types/d3-path': 3.1.1
|
|
|
|
'@types/d3-time@3.0.4': {}
|
|
|
|
'@types/d3-timer@3.0.2': {}
|
|
|
|
'@types/deep-eql@4.0.2': {}
|
|
|
|
'@types/estree@1.0.9': {}
|
|
|
|
'@types/react-dom@19.2.3(@types/react@19.2.14)':
|
|
dependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
'@types/react@19.2.14':
|
|
dependencies:
|
|
csstype: 3.2.3
|
|
|
|
'@types/use-sync-external-store@0.0.6': {}
|
|
|
|
'@vitejs/plugin-react@6.0.1(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0))':
|
|
dependencies:
|
|
'@rolldown/pluginutils': 1.0.0-rc.7
|
|
vite: 8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0)
|
|
|
|
'@vitest/expect@4.1.6':
|
|
dependencies:
|
|
'@standard-schema/spec': 1.1.0
|
|
'@types/chai': 5.2.3
|
|
'@vitest/spy': 4.1.6
|
|
'@vitest/utils': 4.1.6
|
|
chai: 6.2.2
|
|
tinyrainbow: 3.1.0
|
|
|
|
'@vitest/mocker@4.1.6(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0))':
|
|
dependencies:
|
|
'@vitest/spy': 4.1.6
|
|
estree-walker: 3.0.3
|
|
magic-string: 0.30.21
|
|
optionalDependencies:
|
|
vite: 8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0)
|
|
|
|
'@vitest/pretty-format@4.1.6':
|
|
dependencies:
|
|
tinyrainbow: 3.1.0
|
|
|
|
'@vitest/runner@4.1.6':
|
|
dependencies:
|
|
'@vitest/utils': 4.1.6
|
|
pathe: 2.0.3
|
|
|
|
'@vitest/snapshot@4.1.6':
|
|
dependencies:
|
|
'@vitest/pretty-format': 4.1.6
|
|
'@vitest/utils': 4.1.6
|
|
magic-string: 0.30.21
|
|
pathe: 2.0.3
|
|
|
|
'@vitest/spy@4.1.6': {}
|
|
|
|
'@vitest/utils@4.1.6':
|
|
dependencies:
|
|
'@vitest/pretty-format': 4.1.6
|
|
convert-source-map: 2.0.0
|
|
tinyrainbow: 3.1.0
|
|
|
|
assertion-error@2.0.1: {}
|
|
|
|
attr-accept@2.2.5: {}
|
|
|
|
camelcase-css@2.0.1: {}
|
|
|
|
chai@6.2.2: {}
|
|
|
|
clsx@2.1.1: {}
|
|
|
|
convert-source-map@2.0.0: {}
|
|
|
|
cssesc@3.0.0: {}
|
|
|
|
csstype@3.2.3: {}
|
|
|
|
d3-array@3.2.4:
|
|
dependencies:
|
|
internmap: 2.0.3
|
|
|
|
d3-color@3.1.0: {}
|
|
|
|
d3-ease@3.0.1: {}
|
|
|
|
d3-format@3.1.2: {}
|
|
|
|
d3-interpolate@3.0.1:
|
|
dependencies:
|
|
d3-color: 3.1.0
|
|
|
|
d3-path@3.1.0: {}
|
|
|
|
d3-scale@4.0.2:
|
|
dependencies:
|
|
d3-array: 3.2.4
|
|
d3-format: 3.1.2
|
|
d3-interpolate: 3.0.1
|
|
d3-time: 3.1.0
|
|
d3-time-format: 4.1.0
|
|
|
|
d3-shape@3.2.0:
|
|
dependencies:
|
|
d3-path: 3.1.0
|
|
|
|
d3-time-format@4.1.0:
|
|
dependencies:
|
|
d3-time: 3.1.0
|
|
|
|
d3-time@3.1.0:
|
|
dependencies:
|
|
d3-array: 3.2.4
|
|
|
|
d3-timer@3.0.1: {}
|
|
|
|
dayjs@1.11.20: {}
|
|
|
|
decimal.js-light@2.5.1: {}
|
|
|
|
detect-libc@2.1.2: {}
|
|
|
|
detect-node-es@1.1.0: {}
|
|
|
|
dom-helpers@5.2.1:
|
|
dependencies:
|
|
'@babel/runtime': 7.29.2
|
|
csstype: 3.2.3
|
|
|
|
es-module-lexer@2.1.0: {}
|
|
|
|
es-toolkit@1.45.1: {}
|
|
|
|
esbuild@0.27.4:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.27.4
|
|
'@esbuild/android-arm': 0.27.4
|
|
'@esbuild/android-arm64': 0.27.4
|
|
'@esbuild/android-x64': 0.27.4
|
|
'@esbuild/darwin-arm64': 0.27.4
|
|
'@esbuild/darwin-x64': 0.27.4
|
|
'@esbuild/freebsd-arm64': 0.27.4
|
|
'@esbuild/freebsd-x64': 0.27.4
|
|
'@esbuild/linux-arm': 0.27.4
|
|
'@esbuild/linux-arm64': 0.27.4
|
|
'@esbuild/linux-ia32': 0.27.4
|
|
'@esbuild/linux-loong64': 0.27.4
|
|
'@esbuild/linux-mips64el': 0.27.4
|
|
'@esbuild/linux-ppc64': 0.27.4
|
|
'@esbuild/linux-riscv64': 0.27.4
|
|
'@esbuild/linux-s390x': 0.27.4
|
|
'@esbuild/linux-x64': 0.27.4
|
|
'@esbuild/netbsd-arm64': 0.27.4
|
|
'@esbuild/netbsd-x64': 0.27.4
|
|
'@esbuild/openbsd-arm64': 0.27.4
|
|
'@esbuild/openbsd-x64': 0.27.4
|
|
'@esbuild/openharmony-arm64': 0.27.4
|
|
'@esbuild/sunos-x64': 0.27.4
|
|
'@esbuild/win32-arm64': 0.27.4
|
|
'@esbuild/win32-ia32': 0.27.4
|
|
'@esbuild/win32-x64': 0.27.4
|
|
|
|
estree-walker@3.0.3:
|
|
dependencies:
|
|
'@types/estree': 1.0.9
|
|
|
|
eventemitter3@5.0.4: {}
|
|
|
|
events@3.3.0: {}
|
|
|
|
expect-type@1.3.0: {}
|
|
|
|
fast-deep-equal@3.1.3: {}
|
|
|
|
fdir@6.5.0(picomatch@4.0.4):
|
|
optionalDependencies:
|
|
picomatch: 4.0.4
|
|
|
|
file-selector@2.1.2:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
fsevents@2.3.2:
|
|
optional: true
|
|
|
|
fsevents@2.3.3:
|
|
optional: true
|
|
|
|
get-nonce@1.0.1: {}
|
|
|
|
get-tsconfig@4.13.7:
|
|
dependencies:
|
|
resolve-pkg-maps: 1.0.0
|
|
|
|
graphology-layout-forceatlas2@0.10.1(graphology-types@0.24.8):
|
|
dependencies:
|
|
graphology-types: 0.24.8
|
|
graphology-utils: 2.5.2(graphology-types@0.24.8)
|
|
|
|
graphology-types@0.24.8: {}
|
|
|
|
graphology-utils@2.5.2(graphology-types@0.24.8):
|
|
dependencies:
|
|
graphology-types: 0.24.8
|
|
|
|
graphology@0.26.0(graphology-types@0.24.8):
|
|
dependencies:
|
|
events: 3.3.0
|
|
graphology-types: 0.24.8
|
|
|
|
immer@10.2.0: {}
|
|
|
|
immer@11.1.4: {}
|
|
|
|
internmap@2.0.3: {}
|
|
|
|
jiti@2.6.1:
|
|
optional: true
|
|
|
|
js-tokens@4.0.0: {}
|
|
|
|
klona@2.0.6: {}
|
|
|
|
lightningcss-android-arm64@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-darwin-arm64@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-darwin-x64@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-freebsd-x64@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-gnu@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-musl@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-gnu@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-musl@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-win32-arm64-msvc@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss-win32-x64-msvc@1.32.0:
|
|
optional: true
|
|
|
|
lightningcss@1.32.0:
|
|
dependencies:
|
|
detect-libc: 2.1.2
|
|
optionalDependencies:
|
|
lightningcss-android-arm64: 1.32.0
|
|
lightningcss-darwin-arm64: 1.32.0
|
|
lightningcss-darwin-x64: 1.32.0
|
|
lightningcss-freebsd-x64: 1.32.0
|
|
lightningcss-linux-arm-gnueabihf: 1.32.0
|
|
lightningcss-linux-arm64-gnu: 1.32.0
|
|
lightningcss-linux-arm64-musl: 1.32.0
|
|
lightningcss-linux-x64-gnu: 1.32.0
|
|
lightningcss-linux-x64-musl: 1.32.0
|
|
lightningcss-win32-arm64-msvc: 1.32.0
|
|
lightningcss-win32-x64-msvc: 1.32.0
|
|
|
|
loose-envify@1.4.0:
|
|
dependencies:
|
|
js-tokens: 4.0.0
|
|
|
|
magic-string@0.30.21:
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
nanoid@3.3.11: {}
|
|
|
|
object-assign@4.1.1: {}
|
|
|
|
obug@2.1.1: {}
|
|
|
|
pathe@2.0.3: {}
|
|
|
|
picocolors@1.1.1: {}
|
|
|
|
picomatch@4.0.4: {}
|
|
|
|
playwright-core@1.60.0: {}
|
|
|
|
playwright@1.60.0:
|
|
dependencies:
|
|
playwright-core: 1.60.0
|
|
optionalDependencies:
|
|
fsevents: 2.3.2
|
|
|
|
postcss-js@4.1.0(postcss@8.5.8):
|
|
dependencies:
|
|
camelcase-css: 2.0.1
|
|
postcss: 8.5.8
|
|
|
|
postcss-mixins@12.1.2(postcss@8.5.8):
|
|
dependencies:
|
|
postcss: 8.5.8
|
|
postcss-js: 4.1.0(postcss@8.5.8)
|
|
postcss-simple-vars: 7.0.1(postcss@8.5.8)
|
|
sugarss: 5.0.1(postcss@8.5.8)
|
|
tinyglobby: 0.2.15
|
|
|
|
postcss-nested@7.0.2(postcss@8.5.8):
|
|
dependencies:
|
|
postcss: 8.5.8
|
|
postcss-selector-parser: 7.1.1
|
|
|
|
postcss-preset-mantine@1.18.0(postcss@8.5.8):
|
|
dependencies:
|
|
postcss: 8.5.8
|
|
postcss-mixins: 12.1.2(postcss@8.5.8)
|
|
postcss-nested: 7.0.2(postcss@8.5.8)
|
|
|
|
postcss-selector-parser@7.1.1:
|
|
dependencies:
|
|
cssesc: 3.0.0
|
|
util-deprecate: 1.0.2
|
|
|
|
postcss-simple-vars@7.0.1(postcss@8.5.8):
|
|
dependencies:
|
|
postcss: 8.5.8
|
|
|
|
postcss@8.5.8:
|
|
dependencies:
|
|
nanoid: 3.3.11
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
prop-types@15.8.1:
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
object-assign: 4.1.1
|
|
react-is: 16.13.1
|
|
|
|
react-dom@19.2.4(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
scheduler: 0.27.0
|
|
|
|
react-dropzone@15.0.0(react@19.2.4):
|
|
dependencies:
|
|
attr-accept: 2.2.5
|
|
file-selector: 2.1.2
|
|
prop-types: 15.8.1
|
|
react: 19.2.4
|
|
|
|
react-is@16.13.1: {}
|
|
|
|
react-is@19.2.4: {}
|
|
|
|
react-number-format@5.4.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
react-redux@9.2.0(@types/react@19.2.14)(react@19.2.4)(redux@5.0.1):
|
|
dependencies:
|
|
'@types/use-sync-external-store': 0.0.6
|
|
react: 19.2.4
|
|
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
optionalDependencies:
|
|
'@types/react': 19.2.14
|
|
redux: 5.0.1
|
|
|
|
react-remove-scroll-bar@2.3.8(@types/react@19.2.14)(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
react-remove-scroll@2.7.2(@types/react@19.2.14)(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
react-remove-scroll-bar: 2.3.8(@types/react@19.2.14)(react@19.2.4)
|
|
react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
tslib: 2.8.1
|
|
use-callback-ref: 1.3.3(@types/react@19.2.14)(react@19.2.4)
|
|
use-sidecar: 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
optionalDependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
react-style-singleton@2.2.3(@types/react@19.2.14)(react@19.2.4):
|
|
dependencies:
|
|
get-nonce: 1.0.1
|
|
react: 19.2.4
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
react-transition-group@4.4.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
dependencies:
|
|
'@babel/runtime': 7.29.2
|
|
dom-helpers: 5.2.1
|
|
loose-envify: 1.4.0
|
|
prop-types: 15.8.1
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
|
|
react@19.2.4: {}
|
|
|
|
recharts@3.8.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react-is@19.2.4)(react@19.2.4)(redux@5.0.1):
|
|
dependencies:
|
|
'@reduxjs/toolkit': 2.11.2(react-redux@9.2.0(@types/react@19.2.14)(react@19.2.4)(redux@5.0.1))(react@19.2.4)
|
|
clsx: 2.1.1
|
|
decimal.js-light: 2.5.1
|
|
es-toolkit: 1.45.1
|
|
eventemitter3: 5.0.4
|
|
immer: 10.2.0
|
|
react: 19.2.4
|
|
react-dom: 19.2.4(react@19.2.4)
|
|
react-is: 19.2.4
|
|
react-redux: 9.2.0(@types/react@19.2.14)(react@19.2.4)(redux@5.0.1)
|
|
reselect: 5.1.1
|
|
tiny-invariant: 1.3.3
|
|
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
victory-vendor: 37.3.6
|
|
transitivePeerDependencies:
|
|
- '@types/react'
|
|
- redux
|
|
|
|
redux-thunk@3.1.0(redux@5.0.1):
|
|
dependencies:
|
|
redux: 5.0.1
|
|
|
|
redux@5.0.1: {}
|
|
|
|
reselect@5.1.1: {}
|
|
|
|
resolve-pkg-maps@1.0.0: {}
|
|
|
|
rolldown@1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1):
|
|
dependencies:
|
|
'@oxc-project/types': 0.122.0
|
|
'@rolldown/pluginutils': 1.0.0-rc.12
|
|
optionalDependencies:
|
|
'@rolldown/binding-android-arm64': 1.0.0-rc.12
|
|
'@rolldown/binding-darwin-arm64': 1.0.0-rc.12
|
|
'@rolldown/binding-darwin-x64': 1.0.0-rc.12
|
|
'@rolldown/binding-freebsd-x64': 1.0.0-rc.12
|
|
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.12
|
|
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.12
|
|
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.12
|
|
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.12
|
|
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.12
|
|
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.12
|
|
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.12
|
|
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.12
|
|
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)
|
|
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.12
|
|
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.12
|
|
transitivePeerDependencies:
|
|
- '@emnapi/core'
|
|
- '@emnapi/runtime'
|
|
|
|
scheduler@0.27.0: {}
|
|
|
|
siginfo@2.0.0: {}
|
|
|
|
sigma@3.0.2(graphology-types@0.24.8):
|
|
dependencies:
|
|
events: 3.3.0
|
|
graphology-utils: 2.5.2(graphology-types@0.24.8)
|
|
transitivePeerDependencies:
|
|
- graphology-types
|
|
|
|
source-map-js@1.2.1: {}
|
|
|
|
stackback@0.0.2: {}
|
|
|
|
std-env@4.1.0: {}
|
|
|
|
sugarss@5.0.1(postcss@8.5.8):
|
|
dependencies:
|
|
postcss: 8.5.8
|
|
|
|
tabbable@6.4.0: {}
|
|
|
|
tagged-tag@1.0.0: {}
|
|
|
|
tiny-invariant@1.3.3: {}
|
|
|
|
tinybench@2.9.0: {}
|
|
|
|
tinyexec@1.1.2: {}
|
|
|
|
tinyglobby@0.2.15:
|
|
dependencies:
|
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
picomatch: 4.0.4
|
|
|
|
tinyrainbow@3.1.0: {}
|
|
|
|
tslib@2.8.1: {}
|
|
|
|
tsx@4.21.0:
|
|
dependencies:
|
|
esbuild: 0.27.4
|
|
get-tsconfig: 4.13.7
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
|
|
type-fest@5.5.0:
|
|
dependencies:
|
|
tagged-tag: 1.0.0
|
|
|
|
typescript@6.0.2: {}
|
|
|
|
use-callback-ref@1.3.3(@types/react@19.2.14)(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
use-sidecar@1.1.3(@types/react@19.2.14)(react@19.2.4):
|
|
dependencies:
|
|
detect-node-es: 1.1.0
|
|
react: 19.2.4
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
'@types/react': 19.2.14
|
|
|
|
use-sync-external-store@1.6.0(react@19.2.4):
|
|
dependencies:
|
|
react: 19.2.4
|
|
|
|
util-deprecate@1.0.2: {}
|
|
|
|
victory-vendor@37.3.6:
|
|
dependencies:
|
|
'@types/d3-array': 3.2.2
|
|
'@types/d3-ease': 3.0.2
|
|
'@types/d3-interpolate': 3.0.4
|
|
'@types/d3-scale': 4.0.9
|
|
'@types/d3-shape': 3.1.8
|
|
'@types/d3-time': 3.0.4
|
|
'@types/d3-timer': 3.0.2
|
|
d3-array: 3.2.4
|
|
d3-ease: 3.0.1
|
|
d3-interpolate: 3.0.1
|
|
d3-scale: 4.0.2
|
|
d3-shape: 3.2.0
|
|
d3-time: 3.1.0
|
|
d3-timer: 3.0.1
|
|
|
|
vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0):
|
|
dependencies:
|
|
lightningcss: 1.32.0
|
|
picomatch: 4.0.4
|
|
postcss: 8.5.8
|
|
rolldown: 1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)
|
|
tinyglobby: 0.2.15
|
|
optionalDependencies:
|
|
esbuild: 0.27.4
|
|
fsevents: 2.3.3
|
|
jiti: 2.6.1
|
|
sugarss: 5.0.1(postcss@8.5.8)
|
|
tsx: 4.21.0
|
|
transitivePeerDependencies:
|
|
- '@emnapi/core'
|
|
- '@emnapi/runtime'
|
|
|
|
vitest@4.1.6(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0)):
|
|
dependencies:
|
|
'@vitest/expect': 4.1.6
|
|
'@vitest/mocker': 4.1.6(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0))
|
|
'@vitest/pretty-format': 4.1.6
|
|
'@vitest/runner': 4.1.6
|
|
'@vitest/snapshot': 4.1.6
|
|
'@vitest/spy': 4.1.6
|
|
'@vitest/utils': 4.1.6
|
|
es-module-lexer: 2.1.0
|
|
expect-type: 1.3.0
|
|
magic-string: 0.30.21
|
|
obug: 2.1.1
|
|
pathe: 2.0.3
|
|
picomatch: 4.0.4
|
|
std-env: 4.1.0
|
|
tinybench: 2.9.0
|
|
tinyexec: 1.1.2
|
|
tinyglobby: 0.2.15
|
|
tinyrainbow: 3.1.0
|
|
vite: 8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(esbuild@0.27.4)(jiti@2.6.1)(sugarss@5.0.1(postcss@8.5.8))(tsx@4.21.0)
|
|
why-is-node-running: 2.3.0
|
|
transitivePeerDependencies:
|
|
- msw
|
|
|
|
why-is-node-running@2.3.0:
|
|
dependencies:
|
|
siginfo: 2.0.0
|
|
stackback: 0.0.2
|