Skip to content
package-lock.json 572 KiB
Newer Older
        "@react-aria/live-announcer": "^3.4.1",
        "@react-aria/menu": "^3.16.0",
        "@react-aria/overlays": "^3.24.0",
        "@react-aria/selection": "^3.21.0",
        "@react-aria/textfield": "^3.15.0",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/collections": "^3.12.0",
        "@react-stately/combobox": "^3.10.1",
        "@react-stately/form": "^3.1.0",
        "@react-types/button": "^3.10.1",
        "@react-types/combobox": "^3.13.1",
        "@react-types/shared": "^3.26.0",
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
      }
    },
    "node_modules/@react-aria/datepicker": {
      "version": "3.12.0",
      "resolved": "https://registry.npmjs.org/@react-aria/datepicker/-/datepicker-3.12.0.tgz",
      "integrity": "sha512-VYNXioLfddIHpwQx211+rTYuunDmI7VHWBRetCpH3loIsVFuhFSRchTQpclAzxolO3g0vO7pMVj9VYt7Swp6kg==",
      "dependencies": {
        "@internationalized/date": "^3.6.0",
        "@internationalized/number": "^3.6.0",
        "@internationalized/string": "^3.2.5",
        "@react-aria/focus": "^3.19.0",
        "@react-aria/form": "^3.0.11",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/label": "^3.7.13",
        "@react-aria/spinbutton": "^3.6.10",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/datepicker": "^3.11.0",
        "@react-stately/form": "^3.1.0",
        "@react-types/button": "^3.10.1",
        "@react-types/calendar": "^3.5.0",
        "@react-types/datepicker": "^3.9.0",
        "@react-types/dialog": "^3.5.14",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/dialog": {
      "version": "3.5.20",
      "resolved": "https://registry.npmjs.org/@react-aria/dialog/-/dialog-3.5.20.tgz",
      "integrity": "sha512-l0GZVLgeOd3kL3Yj8xQW7wN3gn9WW3RLd/SGI9t7ciTq+I/FhftjXCWzXLlOCCTLMf+gv7eazecECtmoWUaZWQ==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/overlays": "^3.24.0",
        "@react-aria/utils": "^3.26.0",
        "@react-types/dialog": "^3.5.14",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/focus": {
      "version": "3.19.0",
      "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.19.0.tgz",
      "integrity": "sha512-hPF9EXoUQeQl1Y21/rbV2H4FdUR2v+4/I0/vB+8U3bT1CJ+1AFj1hc/rqx2DqEwDlEwOHN+E4+mRahQmlybq0A==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/utils": "^3.26.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0",
        "clsx": "^2.0.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/focus/node_modules/clsx": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
      "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
Grant's avatar
Grant committed
      "engines": {
Grant's avatar
Grant committed
        "node": ">=6"
      }
    },
    "node_modules/@react-aria/form": {
      "version": "3.0.11",
      "resolved": "https://registry.npmjs.org/@react-aria/form/-/form-3.0.11.tgz",
      "integrity": "sha512-oXzjTiwVuuWjZ8muU0hp3BrDH5qjVctLOF50mjPvqUbvXQTHhoDxWweyIXPQjGshaqBd2w4pWaE4A2rG2O/apw==",
      "dependencies": {
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/form": "^3.1.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/grid": {
      "version": "3.11.0",
      "resolved": "https://registry.npmjs.org/@react-aria/grid/-/grid-3.11.0.tgz",
      "integrity": "sha512-lN5FpQgu2Rq0CzTPWmzRpq6QHcMmzsXYeClsgO3108uVp1/genBNAObYVTxGOKe/jb9q99trz8EtIn05O6KN1g==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/live-announcer": "^3.4.1",
        "@react-aria/selection": "^3.21.0",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/collections": "^3.12.0",
        "@react-stately/grid": "^3.10.0",
        "@react-stately/selection": "^3.18.0",
        "@react-types/checkbox": "^3.9.0",
        "@react-types/grid": "^3.2.10",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/i18n": {
      "version": "3.12.4",
      "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.12.4.tgz",
      "integrity": "sha512-j9+UL3q0Ls8MhXV9gtnKlyozq4aM95YywXqnmJtzT1rYeBx7w28hooqrWkCYLfqr4OIryv1KUnPiCSLwC2OC7w==",
      "dependencies": {
        "@internationalized/date": "^3.6.0",
        "@internationalized/message": "^3.1.6",
        "@internationalized/number": "^3.6.0",
        "@internationalized/string": "^3.2.5",
        "@react-aria/ssr": "^3.9.7",
        "@react-aria/utils": "^3.26.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/interactions": {
      "version": "3.22.5",
      "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.22.5.tgz",
      "integrity": "sha512-kMwiAD9E0TQp+XNnOs13yVJghiy8ET8L0cbkeuTgNI96sOAp/63EJ1FSrDf17iD8sdjt41LafwX/dKXW9nCcLQ==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-aria/ssr": "^3.9.7",
        "@react-aria/utils": "^3.26.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/label": {
      "version": "3.7.13",
      "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.13.tgz",
      "integrity": "sha512-brSAXZVTey5RG/Ex6mTrV/9IhGSQFU4Al34qmjEDho+Z2qT4oPwf8k7TRXWWqzOU0ugYxekYbsLd2zlN3XvWcg==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-aria/utils": "^3.26.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/link": {
      "version": "3.7.7",
      "resolved": "https://registry.npmjs.org/@react-aria/link/-/link-3.7.7.tgz",
      "integrity": "sha512-eVBRcHKhNSsATYWv5wRnZXRqPVcKAWWakyvfrYePIKpC3s4BaHZyTGYdefk8ZwZdEOuQZBqLMnjW80q1uhtkuA==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/utils": "^3.26.0",
        "@react-types/link": "^3.5.9",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/listbox": {
      "version": "3.13.6",
      "resolved": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.13.6.tgz",
      "integrity": "sha512-6hEXEXIZVau9lgBZ4VVjFR3JnGU+fJaPmV3HP0UZ2ucUptfG0MZo24cn+ZQJsWiuaCfNFv5b8qribiv+BcO+Kg==",
      "dependencies": {
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/label": "^3.7.13",
        "@react-aria/selection": "^3.21.0",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/collections": "^3.12.0",
        "@react-stately/list": "^3.11.1",
        "@react-types/listbox": "^3.5.3",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/live-announcer": {
      "version": "3.4.1",
      "resolved": "https://registry.npmjs.org/@react-aria/live-announcer/-/live-announcer-3.4.1.tgz",
      "integrity": "sha512-4X2mcxgqLvvkqxv2l1n00jTzUxxe0kkLiapBGH1LHX/CxA1oQcHDqv8etJ2ZOwmS/MSBBiWnv3DwYHDOF6ubig==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      }
    },
    "node_modules/@react-aria/menu": {
      "version": "3.16.0",
      "resolved": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.16.0.tgz",
      "integrity": "sha512-TNk+Vd3TbpBPUxEloAdHRTaRxf9JBK7YmkHYiq0Yj5Lc22KS0E2eTyhpPM9xJvEWN2TlC5TEvNfdyui2kYWFFQ==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/overlays": "^3.24.0",
        "@react-aria/selection": "^3.21.0",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/collections": "^3.12.0",
        "@react-stately/menu": "^3.9.0",
        "@react-stately/selection": "^3.18.0",
        "@react-stately/tree": "^3.8.6",
        "@react-types/button": "^3.10.1",
        "@react-types/menu": "^3.9.13",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/overlays": {
      "version": "3.24.0",
      "resolved": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.24.0.tgz",
      "integrity": "sha512-0kAXBsMNTc/a3M07tK9Cdt/ea8CxTAEJ223g8YgqImlmoBBYAL7dl5G01IOj67TM64uWPTmZrOklBchHWgEm3A==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/ssr": "^3.9.7",
        "@react-aria/utils": "^3.26.0",
        "@react-aria/visually-hidden": "^3.8.18",
        "@react-stately/overlays": "^3.6.12",
        "@react-types/button": "^3.10.1",
        "@react-types/overlays": "^3.8.11",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@react-aria/progress": {
      "version": "3.4.18",
      "resolved": "https://registry.npmjs.org/@react-aria/progress/-/progress-3.4.18.tgz",
      "integrity": "sha512-FOLgJ9t9i1u3oAAimybJG6r7/soNPBnJfWo4Yr6MmaUv90qVGa1h6kiuM5m9H/bm5JobAebhdfHit9lFlgsCmg==",
      "dependencies": {
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/label": "^3.7.13",
        "@react-aria/utils": "^3.26.0",
        "@react-types/progress": "^3.5.8",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/radio": {
      "version": "3.10.10",
      "resolved": "https://registry.npmjs.org/@react-aria/radio/-/radio-3.10.10.tgz",
      "integrity": "sha512-NVdeOVrsrHgSfwL2jWCCXFsWZb+RMRZErj5vthHQW4nkHECGOzeX56VaLWTSvdoCPqi9wdIX8A6K9peeAIgxzA==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/form": "^3.0.11",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/label": "^3.7.13",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/radio": "^3.10.9",
        "@react-types/radio": "^3.8.5",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/selection": {
      "version": "3.21.0",
      "resolved": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.21.0.tgz",
      "integrity": "sha512-52JJ6hlPcM+gt0VV3DBmz6Kj1YAJr13TfutrKfGWcK36LvNCBm1j0N+TDqbdnlp8Nue6w0+5FIwZq44XPYiBGg==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/selection": "^3.18.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/slider": {
      "version": "3.7.14",
      "resolved": "https://registry.npmjs.org/@react-aria/slider/-/slider-3.7.14.tgz",
      "integrity": "sha512-7rOiKjLkEZ0j7mPMlwrqivc+K4OSfL14slaQp06GHRiJkhiWXh2/drPe15hgNq55HmBQBpA0umKMkJcqVgmXPA==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/label": "^3.7.13",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/slider": "^3.6.0",
        "@react-types/shared": "^3.26.0",
        "@react-types/slider": "^3.7.7",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
    "node_modules/@react-aria/spinbutton": {
      "version": "3.6.10",
      "resolved": "https://registry.npmjs.org/@react-aria/spinbutton/-/spinbutton-3.6.10.tgz",
      "integrity": "sha512-nhYEYk7xUNOZDaqiQ5w/nHH9ouqjJbabTWXH+KK7UR1oVGfo4z1wG94l8KWF3Z6SGGnBxzLJyTBguZ4g9aYTSg==",
      "dependencies": {
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/live-announcer": "^3.4.1",
        "@react-aria/utils": "^3.26.0",
        "@react-types/button": "^3.10.1",
        "@react-types/shared": "^3.26.0",
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
      }
    },
    "node_modules/@react-aria/ssr": {
      "version": "3.9.7",
      "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.7.tgz",
      "integrity": "sha512-GQygZaGlmYjmYM+tiNBA5C6acmiDWF52Nqd40bBp0Znk4M4hP+LTmI0lpI1BuKMw45T8RIhrAsICIfKwZvi2Gg==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
      "engines": {
Grant's avatar
Grant committed
        "node": ">= 12"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/switch": {
      "version": "3.6.10",
      "resolved": "https://registry.npmjs.org/@react-aria/switch/-/switch-3.6.10.tgz",
      "integrity": "sha512-FtaI9WaEP1tAmra1sYlAkYXg9x75P5UtgY8pSbe9+1WRyWbuE1QZT+RNCTi3IU4fZ7iJQmXH6+VaMyzPlSUagw==",
      "dependencies": {
        "@react-aria/toggle": "^3.10.10",
        "@react-stately/toggle": "^3.8.0",
        "@react-types/shared": "^3.26.0",
        "@react-types/switch": "^3.5.7",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/table": {
      "version": "3.16.0",
      "resolved": "https://registry.npmjs.org/@react-aria/table/-/table-3.16.0.tgz",
      "integrity": "sha512-9xF9S3CJ7XRiiK92hsIKxPedD0kgcQWwqTMtj3IBynpQ4vsnRiW3YNIzrn9C3apjknRZDTSta8O2QPYCUMmw2A==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/grid": "^3.11.0",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/live-announcer": "^3.4.1",
        "@react-aria/utils": "^3.26.0",
        "@react-aria/visually-hidden": "^3.8.18",
        "@react-stately/collections": "^3.12.0",
        "@react-stately/flags": "^3.0.5",
        "@react-stately/table": "^3.13.0",
        "@react-types/checkbox": "^3.9.0",
        "@react-types/grid": "^3.2.10",
        "@react-types/shared": "^3.26.0",
        "@react-types/table": "^3.10.3",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/tabs": {
      "version": "3.9.8",
      "resolved": "https://registry.npmjs.org/@react-aria/tabs/-/tabs-3.9.8.tgz",
      "integrity": "sha512-Nur/qRFBe+Zrt4xcCJV/ULXCS3Mlae+B89bp1Gl20vSDqk6uaPtGk+cS5k03eugOvas7AQapqNJsJgKd66TChw==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/selection": "^3.21.0",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/tabs": "^3.7.0",
        "@react-types/shared": "^3.26.0",
        "@react-types/tabs": "^3.3.11",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
        "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/textfield": {
      "version": "3.15.0",
      "resolved": "https://registry.npmjs.org/@react-aria/textfield/-/textfield-3.15.0.tgz",
      "integrity": "sha512-V5mg7y1OR6WXYHdhhm4FC7QyGc9TideVRDFij1SdOJrIo5IFB7lvwpOS0GmgwkVbtr71PTRMjZnNbrJUFU6VNA==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/form": "^3.0.11",
        "@react-aria/label": "^3.7.13",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/form": "^3.1.0",
        "@react-stately/utils": "^3.10.5",
        "@react-types/shared": "^3.26.0",
        "@react-types/textfield": "^3.10.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-aria/toggle": {
      "version": "3.10.10",
      "resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.10.10.tgz",
      "integrity": "sha512-QwMT/vTNrbrILxWVHfd9zVQ3mV2NdBwyRu+DphVQiFAXcmc808LEaIX2n0lI6FCsUDC9ZejCyvzd91/YemdZ1Q==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/toggle": "^3.8.0",
        "@react-types/checkbox": "^3.9.0",
        "@react-types/shared": "^3.26.0",
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
      }
    },
    "node_modules/@react-aria/toolbar": {
      "version": "3.0.0-beta.11",
      "resolved": "https://registry.npmjs.org/@react-aria/toolbar/-/toolbar-3.0.0-beta.11.tgz",
      "integrity": "sha512-LM3jTRFNDgoEpoL568WaiuqiVM7eynSQLJis1hV0vlVnhTd7M7kzt7zoOjzxVb5Uapz02uCp1Fsm4wQMz09qwQ==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/i18n": "^3.12.4",
        "@react-aria/utils": "^3.26.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-aria/tooltip": {
      "version": "3.7.10",
      "resolved": "https://registry.npmjs.org/@react-aria/tooltip/-/tooltip-3.7.10.tgz",
      "integrity": "sha512-Udi3XOnrF/SYIz72jw9bgB74MG/yCOzF5pozHj2FH2HiJlchYv/b6rHByV/77IZemdlkmL/uugrv/7raPLSlnw==",
      "dependencies": {
        "@react-aria/focus": "^3.19.0",
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/utils": "^3.26.0",
        "@react-stately/tooltip": "^3.5.0",
        "@react-types/shared": "^3.26.0",
        "@react-types/tooltip": "^3.4.13",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@react-aria/utils": {
      "version": "3.26.0",
      "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.26.0.tgz",
      "integrity": "sha512-LkZouGSjjQ0rEqo4XJosS4L3YC/zzQkfRM3KoqK6fUOmUJ9t0jQ09WjiF+uOoG9u+p30AVg3TrZRUWmoTS+koQ==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-aria/ssr": "^3.9.7",
        "@react-stately/utils": "^3.10.5",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0",
        "clsx": "^2.0.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-aria/utils/node_modules/clsx": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
      "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
Grant's avatar
Grant committed
      "engines": {
        "node": ">=6"
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@react-aria/visually-hidden": {
      "version": "3.8.18",
      "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.18.tgz",
      "integrity": "sha512-l/0igp+uub/salP35SsNWq5mGmg3G5F5QMS1gDZ8p28n7CgjvzyiGhJbbca7Oxvaw1HRFzVl9ev+89I7moNnFQ==",
      "dependencies": {
        "@react-aria/interactions": "^3.22.5",
        "@react-aria/utils": "^3.26.0",
        "@react-types/shared": "^3.26.0",
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
      }
    },
    "node_modules/@react-stately/calendar": {
      "version": "3.6.0",
      "resolved": "https://registry.npmjs.org/@react-stately/calendar/-/calendar-3.6.0.tgz",
      "integrity": "sha512-GqUtOtGnwWjtNrJud8nY/ywI4VBP5byToNVRTnxbMl+gYO1Qe/uc5NG7zjwMxhb2kqSBHZFdkF0DXVqG2Ul+BA==",
Grant's avatar
Grant committed
      "dependencies": {
        "@internationalized/date": "^3.6.0",
        "@react-stately/utils": "^3.10.5",
        "@react-types/calendar": "^3.5.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/checkbox": {
      "version": "3.6.10",
      "resolved": "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.6.10.tgz",
      "integrity": "sha512-LHm7i4YI8A/RdgWAuADrnSAYIaYYpQeZqsp1a03Og0pJHAlZL0ymN3y2IFwbZueY0rnfM+yF+kWNXjJqbKrFEQ==",
      "dependencies": {
        "@react-stately/form": "^3.1.0",
        "@react-stately/utils": "^3.10.5",
        "@react-types/checkbox": "^3.9.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/collections": {
      "version": "3.12.0",
      "resolved": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.12.0.tgz",
      "integrity": "sha512-MfR9hwCxe5oXv4qrLUnjidwM50U35EFmInUeFf8i9mskYwWlRYS0O1/9PZ0oF1M0cKambaRHKEy98jczgb9ycA==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/combobox": {
      "version": "3.10.1",
      "resolved": "https://registry.npmjs.org/@react-stately/combobox/-/combobox-3.10.1.tgz",
      "integrity": "sha512-Rso+H+ZEDGFAhpKWbnRxRR/r7YNmYVtt+Rn0eNDNIUp3bYaxIBCdCySyAtALs4I8RZXZQ9zoUznP7YeVwG3cLg==",
      "dependencies": {
        "@react-stately/collections": "^3.12.0",
        "@react-stately/form": "^3.1.0",
        "@react-stately/list": "^3.11.1",
        "@react-stately/overlays": "^3.6.12",
        "@react-stately/select": "^3.6.9",
        "@react-stately/utils": "^3.10.5",
        "@react-types/combobox": "^3.13.1",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
Grant's avatar
Grant committed
    },
    "node_modules/@react-stately/datepicker": {
      "version": "3.11.0",
      "resolved": "https://registry.npmjs.org/@react-stately/datepicker/-/datepicker-3.11.0.tgz",
      "integrity": "sha512-d9MJF34A0VrhL5y5S8mAISA8uwfNCQKmR2k4KoQJm3De1J8SQeNzSjLviAwh1faDow6FXGlA6tVbTrHyDcBgBg==",
      "dependencies": {
        "@internationalized/date": "^3.6.0",
        "@internationalized/string": "^3.2.5",
        "@react-stately/form": "^3.1.0",
        "@react-stately/overlays": "^3.6.12",
        "@react-stately/utils": "^3.10.5",
        "@react-types/datepicker": "^3.9.0",
        "@react-types/shared": "^3.26.0",
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-stately/flags": {
      "version": "3.0.5",
      "resolved": "https://registry.npmjs.org/@react-stately/flags/-/flags-3.0.5.tgz",
      "integrity": "sha512-6wks4csxUwPCp23LgJSnkBRhrWpd9jGd64DjcCTNB2AHIFu7Ab1W59pJpUL6TW7uAxVxdNKjgn6D1hlBy8qWsA==",
Grant's avatar
Grant committed
      "dependencies": {
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/form": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/@react-stately/form/-/form-3.1.0.tgz",
      "integrity": "sha512-E2wxNQ0QaTyDHD0nJFtTSnEH9A3bpJurwxhS4vgcUmESHgjFEMLlC9irUSZKgvOgb42GAq+fHoWBsgKeTp9Big==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/grid": {
      "version": "3.10.0",
      "resolved": "https://registry.npmjs.org/@react-stately/grid/-/grid-3.10.0.tgz",
      "integrity": "sha512-ii+DdsOBvCnHMgL0JvUfFwO1kiAPP19Bpdpl6zn/oOltk6F5TmnoyNrzyz+2///1hCiySI3FE1O7ujsAQs7a6Q==",
      "dependencies": {
        "@react-stately/collections": "^3.12.0",
        "@react-stately/selection": "^3.18.0",
        "@react-types/grid": "^3.2.10",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/list": {
      "version": "3.11.1",
      "resolved": "https://registry.npmjs.org/@react-stately/list/-/list-3.11.1.tgz",
      "integrity": "sha512-UCOpIvqBOjwLtk7zVTYWuKU1m1Oe61Q5lNar/GwHaV1nAiSQ8/yYlhr40NkBEs9X3plEfsV28UIpzOrYnu1tPg==",
      "dependencies": {
        "@react-stately/collections": "^3.12.0",
        "@react-stately/selection": "^3.18.0",
        "@react-stately/utils": "^3.10.5",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/menu": {
      "version": "3.9.0",
      "resolved": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.9.0.tgz",
      "integrity": "sha512-++sm0fzZeUs9GvtRbj5RwrP+KL9KPANp9f4SvtI3s+MP+Y/X3X7LNNePeeccGeyikB5fzMsuyvd82bRRW9IhDQ==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-stately/overlays": "^3.6.12",
        "@react-types/menu": "^3.9.13",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/overlays": {
      "version": "3.6.12",
      "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.12.tgz",
      "integrity": "sha512-QinvZhwZgj8obUyPIcyURSCjTZlqZYRRCS60TF8jH8ZpT0tEAuDb3wvhhSXuYA3Xo9EHLwvLjEf3tQKKdAQArw==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-stately/utils": "^3.10.5",
        "@react-types/overlays": "^3.8.11",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/radio": {
      "version": "3.10.9",
      "resolved": "https://registry.npmjs.org/@react-stately/radio/-/radio-3.10.9.tgz",
      "integrity": "sha512-kUQ7VdqFke8SDRCatw2jW3rgzMWbvw+n2imN2THETynI47NmNLzNP11dlGO2OllRtTrsLhmBNlYHa3W62pFpAw==",
      "dependencies": {
        "@react-stately/form": "^3.1.0",
        "@react-stately/utils": "^3.10.5",
        "@react-types/radio": "^3.8.5",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/select": {
      "version": "3.6.9",
      "resolved": "https://registry.npmjs.org/@react-stately/select/-/select-3.6.9.tgz",
      "integrity": "sha512-vASUDv7FhEYQURzM+JIwcusPv7/x/l3zHc/oKJPvoCl3aa9pwS8hZwS82SC00o2iFnrDscfDJju4IE/cd4hucg==",
      "dependencies": {
        "@react-stately/form": "^3.1.0",
        "@react-stately/list": "^3.11.1",
        "@react-stately/overlays": "^3.6.12",
        "@react-types/select": "^3.9.8",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/selection": {
      "version": "3.18.0",
      "resolved": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.18.0.tgz",
      "integrity": "sha512-6EaNNP3exxBhW2LkcRR4a3pg+3oDguZlBSqIVVR7lyahv/D8xXHRC4dX+m0mgGHJpsgjs7664Xx6c8v193TFxg==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-stately/collections": "^3.12.0",
        "@react-stately/utils": "^3.10.5",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/slider": {
      "version": "3.6.0",
      "resolved": "https://registry.npmjs.org/@react-stately/slider/-/slider-3.6.0.tgz",
      "integrity": "sha512-w5vJxVh267pmD1X+Ppd9S3ZzV1hcg0cV8q5P4Egr160b9WMcWlUspZPtsthwUlN7qQe/C8y5IAhtde4s29eNag==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-stately/utils": "^3.10.5",
        "@react-types/shared": "^3.26.0",
        "@react-types/slider": "^3.7.7",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/table": {
      "version": "3.13.0",
      "resolved": "https://registry.npmjs.org/@react-stately/table/-/table-3.13.0.tgz",
      "integrity": "sha512-mRbNYrwQIE7xzVs09Lk3kPteEVFVyOc20vA8ph6EP54PiUf/RllJpxZe/WUYLf4eom9lUkRYej5sffuUBpxjCA==",
      "dependencies": {
        "@react-stately/collections": "^3.12.0",
        "@react-stately/flags": "^3.0.5",
        "@react-stately/grid": "^3.10.0",
        "@react-stately/selection": "^3.18.0",
        "@react-stately/utils": "^3.10.5",
        "@react-types/grid": "^3.2.10",
        "@react-types/shared": "^3.26.0",
        "@react-types/table": "^3.10.3",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
    "node_modules/@react-stately/tabs": {
      "version": "3.7.0",
      "resolved": "https://registry.npmjs.org/@react-stately/tabs/-/tabs-3.7.0.tgz",
      "integrity": "sha512-ox4hTkfZCoR4Oyr3Op3rBlWNq2Wxie04vhEYpTZQ2hobR3l4fYaOkd7CPClILktJ3TC104j8wcb0knWxIBRx9w==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-stately/list": "^3.11.1",
        "@react-types/shared": "^3.26.0",
        "@react-types/tabs": "^3.3.11",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/toggle": {
      "version": "3.8.0",
      "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.8.0.tgz",
      "integrity": "sha512-pyt/k/J8BwE/2g6LL6Z6sMSWRx9HEJB83Sm/MtovXnI66sxJ2EfQ1OaXB7Su5PEL9OMdoQF6Mb+N1RcW3zAoPw==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-stately/utils": "^3.10.5",
        "@react-types/checkbox": "^3.9.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/tooltip": {
      "version": "3.5.0",
      "resolved": "https://registry.npmjs.org/@react-stately/tooltip/-/tooltip-3.5.0.tgz",
      "integrity": "sha512-+xzPNztJDd2XJD0X3DgWKlrgOhMqZpSzsIssXeJgO7uCnP8/Z513ESaipJhJCFC8fxj5caO/DK4Uu8hEtlB8cQ==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-stately/overlays": "^3.6.12",
        "@react-types/tooltip": "^3.4.13",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/tree": {
      "version": "3.8.6",
      "resolved": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.8.6.tgz",
      "integrity": "sha512-lblUaxf1uAuIz5jm6PYtcJ+rXNNVkqyFWTIMx6g6gW/mYvm8GNx1G/0MLZE7E6CuDGaO9dkLSY2bB1uqyKHidA==",
      "dependencies": {
        "@react-stately/collections": "^3.12.0",
        "@react-stately/selection": "^3.18.0",
        "@react-stately/utils": "^3.10.5",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-stately/utils": {
      "version": "3.10.5",
      "resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.10.5.tgz",
      "integrity": "sha512-iMQSGcpaecghDIh3mZEpZfoFH3ExBwTtuBEcvZ2XnGzCgQjeYXcMdIUwAfVQLXFTdHUHGF6Gu6/dFrYsCzySBQ==",
Grant's avatar
Grant committed
      "dependencies": {
        "@swc/helpers": "^0.5.0"
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-stately/virtualizer": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/@react-stately/virtualizer/-/virtualizer-4.2.0.tgz",
      "integrity": "sha512-aTMpa9AQoz/xLqn8AI1BR/caUUY7/OUo9GbuF434w2u5eGCL7+SAn3Fmq7WSCwqYyDsO+jEIERek4JTX7pEW0A==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-aria/utils": "^3.26.0",
        "@react-types/shared": "^3.26.0",
Grant's avatar
Grant committed
        "@swc/helpers": "^0.5.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/accordion": {
      "version": "3.0.0-alpha.25",
      "resolved": "https://registry.npmjs.org/@react-types/accordion/-/accordion-3.0.0-alpha.25.tgz",
      "integrity": "sha512-nPTRrMA5jS4QcwQ0H8J9Tzzw7+yq+KbwsPNA1ukVIfOGIB45by/1ke/eiZAXGqXxkElxi2fQuaXuWm79BWZ8zg==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/breadcrumbs": {
      "version": "3.7.9",
      "resolved": "https://registry.npmjs.org/@react-types/breadcrumbs/-/breadcrumbs-3.7.9.tgz",
      "integrity": "sha512-eARYJo8J+VfNV8vP4uw3L2Qliba9wLV2bx9YQCYf5Lc/OE5B/y4gaTLz+Y2P3Rtn6gBPLXY447zCs5i7gf+ICg==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/link": "^3.5.9",
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/button": {
      "version": "3.10.1",
      "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.10.1.tgz",
      "integrity": "sha512-XTtap8o04+4QjPNAshFWOOAusUTxQlBjU2ai0BTVLShQEjHhRVDBIWsI2B2FKJ4KXT6AZ25llaxhNrreWGonmA==",
      "dependencies": {
        "@react-types/shared": "^3.26.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
      }
    },
    "node_modules/@react-types/calendar": {
      "version": "3.5.0",
      "resolved": "https://registry.npmjs.org/@react-types/calendar/-/calendar-3.5.0.tgz",
      "integrity": "sha512-O3IRE7AGwAWYnvJIJ80cOy7WwoJ0m8GtX/qSmvXQAjC4qx00n+b5aFNBYAQtcyc3RM5QpW6obs9BfwGetFiI8w==",
Grant's avatar
Grant committed
      "dependencies": {
        "@internationalized/date": "^3.6.0",
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/checkbox": {
      "version": "3.9.0",
      "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.9.0.tgz",
      "integrity": "sha512-9hbHx0Oo2Hp5a8nV8Q75LQR0DHtvOIJbFaeqESSopqmV9EZoYjtY/h0NS7cZetgahQgnqYWQi44XGooMDCsmxA==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/combobox": {
      "version": "3.13.1",
      "resolved": "https://registry.npmjs.org/@react-types/combobox/-/combobox-3.13.1.tgz",
      "integrity": "sha512-7xr+HknfhReN4QPqKff5tbKTe2kGZvH+DGzPYskAtb51FAAiZsKo+WvnNAvLwg3kRoC9Rkn4TAiVBp/HgymRDw==",
      "dependencies": {
        "@react-types/shared": "^3.26.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
      }
    },
    "node_modules/@react-types/datepicker": {
      "version": "3.9.0",
      "resolved": "https://registry.npmjs.org/@react-types/datepicker/-/datepicker-3.9.0.tgz",
      "integrity": "sha512-dbKL5Qsm2MQwOTtVQdOcKrrphcXAqDD80WLlSQrBLg+waDuuQ7H+TrvOT0thLKloNBlFUGnZZfXGRHINpih/0g==",
Grant's avatar
Grant committed
      "dependencies": {
        "@internationalized/date": "^3.6.0",
        "@react-types/calendar": "^3.5.0",
        "@react-types/overlays": "^3.8.11",
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/dialog": {
      "version": "3.5.14",
      "resolved": "https://registry.npmjs.org/@react-types/dialog/-/dialog-3.5.14.tgz",
      "integrity": "sha512-OXWMjrALwrlgw8aHD8SeRm/s3tbAssdaEh2h73KUSeFau3fU3n5mfKv+WnFqsEaOtN261o48l7hTlS6615H9AA==",
      "dependencies": {
        "@react-types/overlays": "^3.8.11",
        "@react-types/shared": "^3.26.0"
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
      }
    },
    "node_modules/@react-types/form": {
      "version": "3.7.8",
      "resolved": "https://registry.npmjs.org/@react-types/form/-/form-3.7.8.tgz",
      "integrity": "sha512-0wOS97/X0ijTVuIqik1lHYTZnk13QkvMTKvIEhM7c6YMU3vPiirBwLbT2kJiAdwLiymwcCkrBdDF1NTRG6kPFA==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
    "node_modules/@react-types/grid": {
      "version": "3.2.10",
      "resolved": "https://registry.npmjs.org/@react-types/grid/-/grid-3.2.10.tgz",
      "integrity": "sha512-Z5cG0ITwqjUE4kWyU5/7VqiPl4wqMJ7kG/ZP7poAnLmwRsR8Ai0ceVn+qzp5nTA19cgURi8t3LsXn3Ar1FBoog==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/link": {
      "version": "3.5.9",
      "resolved": "https://registry.npmjs.org/@react-types/link/-/link-3.5.9.tgz",
      "integrity": "sha512-JcKDiDMqrq/5Vpn+BdWQEuXit4KN4HR/EgIi3yKnNbYkLzxBoeQZpQgvTaC7NEQeZnSqkyXQo3/vMUeX/ZNIKw==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/listbox": {
      "version": "3.5.3",
      "resolved": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.5.3.tgz",
      "integrity": "sha512-v1QXd9/XU3CCKr2Vgs7WLcTr6VMBur7CrxHhWZQQFExsf9bgJ/3wbUdjy4aThY/GsYHiaS38EKucCZFr1QAfqA==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/menu": {
      "version": "3.9.13",
      "resolved": "https://registry.npmjs.org/@react-types/menu/-/menu-3.9.13.tgz",
      "integrity": "sha512-7SuX6E2tDsqQ+HQdSvIda1ji/+ujmR86dtS9CUu5yWX91P25ufRjZ72EvLRqClWNQsj1Xl4+2zBDLWlceznAjw==",
Grant's avatar
Grant committed
      "dependencies": {
        "@react-types/overlays": "^3.8.11",
        "@react-types/shared": "^3.26.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@react-types/overlays": {
      "version": "3.8.11",
      "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.8.11.tgz",
      "integrity": "sha512-aw7T0rwVI3EuyG5AOaEIk8j7dZJQ9m34XAztXJVZ/W2+4pDDkLDbJ/EAPnuo2xGYRGhowuNDn4tDju01eHYi+w==",