Skip to content
package-lock.json 477 KiB
Newer Older
Grant's avatar
Grant committed
        "node": ">=6.0.0"
      }
    },
    "node_modules/@jridgewell/resolve-uri": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
      "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
      "engines": {
        "node": ">=6.0.0"
      }
    },
    "node_modules/@jridgewell/set-array": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
      "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
      "engines": {
        "node": ">=6.0.0"
      }
    },
    "node_modules/@jridgewell/source-map": {
      "version": "0.3.5",
      "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
      "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
      "dev": true,
      "dependencies": {
        "@jridgewell/gen-mapping": "^0.3.0",
        "@jridgewell/trace-mapping": "^0.3.9"
      }
    },
    "node_modules/@jridgewell/sourcemap-codec": {
      "version": "1.4.15",
      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
Grant's avatar
Grant committed
      "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
Grant's avatar
Grant committed
    },
    "node_modules/@jridgewell/trace-mapping": {
      "version": "0.3.9",
      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
      "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
      "dependencies": {
        "@jridgewell/resolve-uri": "^3.0.3",
        "@jridgewell/sourcemap-codec": "^1.4.10"
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/accordion": {
      "version": "2.0.28",
      "resolved": "https://registry.npmjs.org/@nextui-org/accordion/-/accordion-2.0.28.tgz",
      "integrity": "sha512-WzD7sscL+4K0TFyUutTn1AhU0wcS68TqNCTNv7KgON6ODdwieydilMxAyXvwo3RgXeWG+8BbdxJC/6W+/iLBTg==",
      "dependencies": {
        "@nextui-org/aria-utils": "2.0.15",
        "@nextui-org/divider": "2.0.25",
        "@nextui-org/framer-transitions": "2.0.15",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-accordion": "2.0.2",
        "@nextui-org/use-aria-press": "2.0.1",
        "@react-aria/button": "^3.8.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/tree": "^3.7.3",
        "@react-types/accordion": "3.0.0-alpha.17",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/aria-utils": {
      "version": "2.0.15",
      "resolved": "https://registry.npmjs.org/@nextui-org/aria-utils/-/aria-utils-2.0.15.tgz",
      "integrity": "sha512-4M4jeJ/ghGaia9064yS+mEZ3sFPH80onmjNGWJZkkZDmUV4R88lNkqe/XYBK1tbxfl4Kxa8jc/ALsZkUkkvR5w==",
      "dependencies": {
        "@nextui-org/react-rsc-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/system": "2.0.15",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/collections": "^3.10.2",
        "@react-types/overlays": "^3.8.3",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/autocomplete": {
      "version": "2.0.9",
      "resolved": "https://registry.npmjs.org/@nextui-org/autocomplete/-/autocomplete-2.0.9.tgz",
      "integrity": "sha512-ViPXrZnP35k7LF+TBA4w8nqu0OEj9p1z9Rt7rwrACmY2VmDGY6h6a6nDCMjhuTVXptftRvzxfIPsIyzBYqxb0g==",
      "dependencies": {
        "@nextui-org/aria-utils": "2.0.15",
        "@nextui-org/button": "2.0.26",
        "@nextui-org/input": "2.1.16",
        "@nextui-org/listbox": "2.1.16",
        "@nextui-org/popover": "2.1.14",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/scroll-shadow": "2.1.12",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/spinner": "2.0.24",
        "@nextui-org/use-aria-button": "2.0.6",
        "@react-aria/combobox": "^3.7.1",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/i18n": "^3.8.4",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/utils": "^3.21.1",
        "@react-aria/visually-hidden": "^3.8.6",
        "@react-stately/combobox": "^3.7.1",
        "@react-types/combobox": "^3.8.1",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/avatar": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/avatar/-/avatar-2.0.24.tgz",
      "integrity": "sha512-3QUn8v61iNvAYogUbEDVnhDjBK6WBxxFYLp95a0H52zN0p2LHXe+UNwdGZYFo5QNWx6CHGH3vh2AHlLLy3WFSQ==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-image": "2.0.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/utils": "^3.21.1"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/badge": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/badge/-/badge-2.0.24.tgz",
      "integrity": "sha512-FA3XgqEbyKWepMXqMZg7D+1IRf7flrb2LzFvTbkmsbvWQ4yYz1LqJXZ/HDmoCydvh2pOnc+1zPK3BpB7vGrrwA==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/system-rsc": "2.0.11"
      },
      "peerDependencies": {
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/breadcrumbs": {
Grant's avatar
Grant committed
      "version": "2.0.4",
Grant's avatar
Grant committed
      "resolved": "https://registry.npmjs.org/@nextui-org/breadcrumbs/-/breadcrumbs-2.0.4.tgz",
      "integrity": "sha512-SAE0+QRgA7vxUHPL65TKz3MRj7u2mbSwk8Eifkwo6hPcF0d34zv2QDupTGyphIjoGCSrQHFIq/CPAkXyaOXZxw==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@react-aria/breadcrumbs": "^3.5.7",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/utils": "^3.21.1",
        "@react-types/breadcrumbs": "^3.7.1",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/button": {
      "version": "2.0.26",
      "resolved": "https://registry.npmjs.org/@nextui-org/button/-/button-2.0.26.tgz",
      "integrity": "sha512-mDrSII1oneY4omwDdxUhl5oLa3AhoWCchwV/jt7egunnAFie32HbTqfFYGpLGiJw3JMMh3WDUthrI1islVTRKA==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/ripple": "2.0.24",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/spinner": "2.0.24",
        "@nextui-org/use-aria-button": "2.0.6",
        "@react-aria/button": "^3.8.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/utils": "^3.21.1",
        "@react-types/button": "^3.9.0",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/card": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/card/-/card-2.0.24.tgz",
      "integrity": "sha512-16uAS0i6+EO+u8aqtmaCXatjovsyuTq51JwCLBlB67OldfgXoYcYl3GaE2VoZdEwxVu1G/qypDfXv29k46nZuA==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/ripple": "2.0.24",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-button": "2.0.6",
        "@react-aria/button": "^3.8.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/utils": "^3.21.1",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/checkbox": {
      "version": "2.0.25",
      "resolved": "https://registry.npmjs.org/@nextui-org/checkbox/-/checkbox-2.0.25.tgz",
      "integrity": "sha512-X6WkwPbZlDvioEcXF6HhKH21wD6OK+3+FSroKkzMPQLJrj2KYUIYGbiuw9rT9aCtdjbT+6HUCv+FA8/cBQr7cA==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-press": "2.0.1",
        "@react-aria/checkbox": "^3.11.2",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/utils": "^3.21.1",
        "@react-aria/visually-hidden": "^3.8.6",
        "@react-stately/checkbox": "^3.5.1",
        "@react-stately/toggle": "^3.6.3",
        "@react-types/checkbox": "^3.5.2",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/chip": {
      "version": "2.0.25",
      "resolved": "https://registry.npmjs.org/@nextui-org/chip/-/chip-2.0.25.tgz",
      "integrity": "sha512-hfVSaq5JWzGn97s3K2Ac/xOopHWelaUW3eus0O0wns/6+NCI0QUjgwNt2bAQSNvnE6vjvYLJTqGG/jFHyFJjOg==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-press": "2.0.1",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/utils": "^3.21.1",
        "@react-types/checkbox": "^3.5.2"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
      }
Grant's avatar
Grant committed
    },
    "node_modules/@nextui-org/code": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/code/-/code-2.0.24.tgz",
      "integrity": "sha512-Kw/uOQtdytRWY99zMQuGHqMAAGXWBAxHlyMMge1OCckpadCDfX6plPjqoS18SGM0orJ4fox+a1FM8VhnRQ2kQw==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/system-rsc": "2.0.11"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
    "node_modules/@nextui-org/divider": {
      "version": "2.0.25",
      "resolved": "https://registry.npmjs.org/@nextui-org/divider/-/divider-2.0.25.tgz",
      "integrity": "sha512-yEvHqYlhNBwmF68pfjJKdzC8gVQtL+txxD5COBGF9uFyfxA5hVw2D6GmYgOH514bxrFBuWOLcQX6gyljgcN3bA==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@nextui-org/react-rsc-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/system-rsc": "2.0.11",
        "@react-types/shared": "^3.21.0"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
    "node_modules/@nextui-org/dropdown": {
      "version": "2.1.16",
      "resolved": "https://registry.npmjs.org/@nextui-org/dropdown/-/dropdown-2.1.16.tgz",
      "integrity": "sha512-3KINNvC7Cz+deQltCM8gaB7iJCfU4Qsp1fwnoy1wUEjeZhEtPOPR59oTyqT+gPaPIisP1+LLOfcqRl4jNQoVXw==",
      "dependencies": {
        "@nextui-org/menu": "2.0.17",
        "@nextui-org/popover": "2.1.14",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/menu": "^3.11.1",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/menu": "^3.5.6",
        "@react-types/menu": "^3.9.5"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
    "node_modules/@nextui-org/framer-transitions": {
      "version": "2.0.15",
      "resolved": "https://registry.npmjs.org/@nextui-org/framer-transitions/-/framer-transitions-2.0.15.tgz",
      "integrity": "sha512-UlWMCAFdrq8wKrYFGwc+O4kFhKCkL4L9ZadBkP0PqjmfyAC2gA3ygRbNqtKhFMWeKbBAiC8qQ9aTBEA/+0r/EA==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/system": "2.0.15"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
    "node_modules/@nextui-org/image": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/image/-/image-2.0.24.tgz",
      "integrity": "sha512-bps5D5ki7PoLldb8wcJEf6C4EUFZm3PocLytNaGa7dNxFfaCOD78So+kq+K+0IRusK3yn94K8r31qMvpI3Gg2Q==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-image": "2.0.4"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
    "node_modules/@nextui-org/input": {
      "version": "2.1.16",
      "resolved": "https://registry.npmjs.org/@nextui-org/input/-/input-2.1.16.tgz",
      "integrity": "sha512-nUTlAvsXj5t88ycvQdICxf78/pko6Wznx2OomvYjb3E45eb77twQcWUDhydkJCWIh3b4AhGHSMM6GYxwWUgMDA==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/textfield": "^3.12.2",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/utils": "^3.8.0",
        "@react-types/shared": "^3.21.0",
        "@react-types/textfield": "^3.8.1",
        "react-textarea-autosize": "^8.5.2"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
Grant's avatar
Grant committed
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750
    "node_modules/@nextui-org/kbd": {
      "version": "2.0.25",
      "resolved": "https://registry.npmjs.org/@nextui-org/kbd/-/kbd-2.0.25.tgz",
      "integrity": "sha512-cYwbEjp/+/tjtOdmiRy2UHjfBhP3bqd5e+JFTa5sY1HotckUZrCintATyBcg9bPa3iSPUI44M6Cb9e0oAUUeMA==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/system-rsc": "2.0.11",
        "@react-aria/utils": "^3.21.1"
      },
      "peerDependencies": {
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/link": {
      "version": "2.0.26",
      "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.26.tgz",
      "integrity": "sha512-X8zX3U5MWfiStOCd45oIZ2YKZG0GoUio6PcMFYjpOPsEG7wV58CuhUSxpyx3QTF8JavVSO/p/cl4Pc9pukVDUg==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-link": "2.0.15",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/link": "^3.6.1",
        "@react-aria/utils": "^3.21.1",
        "@react-types/link": "^3.5.1"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/listbox": {
      "version": "2.1.16",
      "resolved": "https://registry.npmjs.org/@nextui-org/listbox/-/listbox-2.1.16.tgz",
      "integrity": "sha512-5PmUCoHFgAr+1nAU3IlqPFTgyHo7zsTcNeja4wcErD/KseCF2h7Uk5OqUX5hQDN9B9fZuGjPrkG4yoK/6pqcUQ==",
      "dependencies": {
        "@nextui-org/aria-utils": "2.0.15",
        "@nextui-org/divider": "2.0.25",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-press": "2.0.1",
        "@nextui-org/use-is-mobile": "2.0.6",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/listbox": "^3.11.1",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/list": "^3.10.0",
        "@react-types/menu": "^3.9.5",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/menu": {
      "version": "2.0.17",
      "resolved": "https://registry.npmjs.org/@nextui-org/menu/-/menu-2.0.17.tgz",
      "integrity": "sha512-qr/BPDbBvg5tpAZZLkLx8eNnvYwJYM3Q72fmRYbzwmG3upNtdjln0QYxSwPXUz7RYqTKEFWc9JPxq2pgPM15Wg==",
      "dependencies": {
        "@nextui-org/aria-utils": "2.0.15",
        "@nextui-org/divider": "2.0.25",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-press": "2.0.1",
        "@nextui-org/use-is-mobile": "2.0.6",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/menu": "^3.11.1",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/menu": "^3.5.6",
        "@react-stately/tree": "^3.7.3",
        "@react-types/menu": "^3.9.5",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/modal": {
      "version": "2.0.28",
      "resolved": "https://registry.npmjs.org/@nextui-org/modal/-/modal-2.0.28.tgz",
      "integrity": "sha512-unfP0EMF3FDg5CkRqou03s4/BopWbaBTeVIMZeA2A1WF5teHUOmpLdp44Z1KOoWB1RVMDVd4JeoauNHNhJMp0g==",
      "dependencies": {
        "@nextui-org/framer-transitions": "2.0.15",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-button": "2.0.6",
        "@nextui-org/use-aria-modal-overlay": "2.0.6",
        "@nextui-org/use-disclosure": "2.0.6",
        "@react-aria/dialog": "^3.5.7",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/overlays": "^3.18.1",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/overlays": "^3.6.3",
        "@react-types/overlays": "^3.8.3",
        "react-remove-scroll": "^2.5.6"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/navbar": {
      "version": "2.0.27",
      "resolved": "https://registry.npmjs.org/@nextui-org/navbar/-/navbar-2.0.27.tgz",
      "integrity": "sha512-iP4Pn4ItQkAW1nbu1Jmrh5l9pMVG43lDxq9rbx6DbLjLnnZOOrE6fURb8uN5NVy3ooV5dF02zKAoxlkE5fN/xw==",
      "dependencies": {
        "@nextui-org/framer-transitions": "2.0.15",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-toggle-button": "2.0.6",
        "@nextui-org/use-scroll-position": "2.0.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/overlays": "^3.18.1",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/toggle": "^3.6.3",
        "@react-stately/utils": "^3.8.0",
        "react-remove-scroll": "^2.5.6"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/pagination": {
      "version": "2.0.26",
      "resolved": "https://registry.npmjs.org/@nextui-org/pagination/-/pagination-2.0.26.tgz",
      "integrity": "sha512-OVpkpXqUKRuMRIcYESBAL95d3pqZ17SKAyNINMiJ/DwWnrzJu/LXGmFwTuYRoBdqHFlm7guGqZbHmAkcS/Fgow==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-press": "2.0.1",
        "@nextui-org/use-pagination": "2.0.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/utils": "^3.21.1",
        "scroll-into-view-if-needed": "3.0.10"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/popover": {
      "version": "2.1.14",
      "resolved": "https://registry.npmjs.org/@nextui-org/popover/-/popover-2.1.14.tgz",
      "integrity": "sha512-fqqktFQ/chIBS9Y3MghL6KX6qAy3hodtXUDchnxLa1GL+oi6TCBLUjo+wgI5EMJrTTbqo/eFLui/Ks00JfCj+A==",
      "dependencies": {
        "@nextui-org/aria-utils": "2.0.15",
        "@nextui-org/button": "2.0.26",
        "@nextui-org/framer-transitions": "2.0.15",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-button": "2.0.6",
        "@react-aria/dialog": "^3.5.7",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/overlays": "^3.18.1",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/overlays": "^3.6.3",
        "@react-types/button": "^3.9.0",
        "@react-types/overlays": "^3.8.3",
        "react-remove-scroll": "^2.5.6"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/progress": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/progress/-/progress-2.0.24.tgz",
      "integrity": "sha512-RPVsFCF8COFClS/8PqEepzryhDFtIcJGQLu/P+qAr7jIDlXizXaBDrp0X34GVtQsapNeE9ExxX9Kt+QIspuHHQ==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-is-mounted": "2.0.4",
        "@react-aria/i18n": "^3.8.4",
        "@react-aria/progress": "^3.4.7",
        "@react-aria/utils": "^3.21.1",
        "@react-types/progress": "^3.5.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/radio": {
      "version": "2.0.25",
      "resolved": "https://registry.npmjs.org/@nextui-org/radio/-/radio-2.0.25.tgz",
      "integrity": "sha512-vRX0ppM5Tlzu0HoqTG6LdmQnMjk8RRl66BH1+QaosvZRXA1iIdA3BduqQYqn5ZZHBBlJ2u9QzaD3lTAlWIHvNg==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-press": "2.0.1",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/radio": "^3.8.2",
        "@react-aria/utils": "^3.21.1",
        "@react-aria/visually-hidden": "^3.8.6",
        "@react-stately/radio": "^3.9.1",
        "@react-types/radio": "^3.5.2",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/react": {
      "version": "2.2.9",
      "resolved": "https://registry.npmjs.org/@nextui-org/react/-/react-2.2.9.tgz",
      "integrity": "sha512-QHkUQTxI9sYoVjrvTpYm5K68pMDRqD13+DVzdsrkJuETGhbvE2c2CCGc4on9EwXC3JsOxuP/OyqaAmOIuHhYkA==",
      "dependencies": {
        "@nextui-org/accordion": "2.0.28",
        "@nextui-org/autocomplete": "2.0.9",
        "@nextui-org/avatar": "2.0.24",
        "@nextui-org/badge": "2.0.24",
        "@nextui-org/breadcrumbs": "2.0.4",
        "@nextui-org/button": "2.0.26",
        "@nextui-org/card": "2.0.24",
        "@nextui-org/checkbox": "2.0.25",
        "@nextui-org/chip": "2.0.25",
        "@nextui-org/code": "2.0.24",
        "@nextui-org/divider": "2.0.25",
        "@nextui-org/dropdown": "2.1.16",
        "@nextui-org/image": "2.0.24",
        "@nextui-org/input": "2.1.16",
        "@nextui-org/kbd": "2.0.25",
        "@nextui-org/link": "2.0.26",
        "@nextui-org/listbox": "2.1.16",
        "@nextui-org/menu": "2.0.17",
        "@nextui-org/modal": "2.0.28",
        "@nextui-org/navbar": "2.0.27",
        "@nextui-org/pagination": "2.0.26",
        "@nextui-org/popover": "2.1.14",
        "@nextui-org/progress": "2.0.24",
        "@nextui-org/radio": "2.0.25",
        "@nextui-org/ripple": "2.0.24",
        "@nextui-org/scroll-shadow": "2.1.12",
        "@nextui-org/select": "2.1.20",
        "@nextui-org/skeleton": "2.0.24",
        "@nextui-org/slider": "2.2.5",
        "@nextui-org/snippet": "2.0.30",
        "@nextui-org/spacer": "2.0.24",
        "@nextui-org/spinner": "2.0.24",
        "@nextui-org/switch": "2.0.25",
        "@nextui-org/system": "2.0.15",
        "@nextui-org/table": "2.0.28",
        "@nextui-org/tabs": "2.0.26",
        "@nextui-org/theme": "2.1.17",
        "@nextui-org/tooltip": "2.0.29",
        "@nextui-org/user": "2.0.25",
        "@react-aria/visually-hidden": "^3.8.6"
      },
      "peerDependencies": {
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/react-rsc-utils": {
      "version": "2.0.10",
      "resolved": "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.10.tgz",
      "integrity": "sha512-LNePDEThUF9PAbJW4T8k7EgSfqwlvGku5fIqJ1IA9+OpVy5LqhrUQehjvgXe63N1RupC7Pt+XvaaxkGu9U2FiQ=="
    },
    "node_modules/@nextui-org/react-utils": {
      "version": "2.0.10",
      "resolved": "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.10.tgz",
      "integrity": "sha512-bcA+k7ZdcgcK+r/8nrCtbdgHo0SD6jicbazWIokknFwjb97JQ7ooaMwxnLt5E5sswCAv0XeLwybOmrgm7JA5TA==",
      "dependencies": {
        "@nextui-org/react-rsc-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4"
      },
      "peerDependencies": {
        "react": ">=18"
      }
    },
    "node_modules/@nextui-org/ripple": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/ripple/-/ripple-2.0.24.tgz",
      "integrity": "sha512-PCvAk9ErhmPX46VRmhsg8yMxw3Qd9LY7BDkRRfIF8KftgRDyOpG2vV8DxvSOxQu1/aqBWkkHNUuEjM/EvSEung==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/scroll-shadow": {
      "version": "2.1.12",
      "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.12.tgz",
      "integrity": "sha512-uxT8D+WCWeBy4xaFDfqVpBgjjHZUwydXsX5HhbzZCBir/1eRG5GMnUES3w98DSwcUVadG64gAVsyGW4HmSZw1Q==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-data-scroll-overflow": "2.1.2"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/select": {
      "version": "2.1.20",
      "resolved": "https://registry.npmjs.org/@nextui-org/select/-/select-2.1.20.tgz",
      "integrity": "sha512-GCO9uzyYnFIdJTqIe6aDe2NnYlclcdYfZnECFAze/R2MW0jpoysk5ysGBDjVDmZis6tLu+BOFXJbIlYEi+LoUQ==",
      "dependencies": {
        "@nextui-org/aria-utils": "2.0.15",
        "@nextui-org/listbox": "2.1.16",
        "@nextui-org/popover": "2.1.14",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/scroll-shadow": "2.1.12",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/spinner": "2.0.24",
        "@nextui-org/use-aria-button": "2.0.6",
        "@nextui-org/use-aria-multiselect": "2.1.3",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/utils": "^3.21.1",
        "@react-aria/visually-hidden": "^3.8.6",
        "@react-types/shared": "^3.21.0"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/shared-icons": {
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@nextui-org/shared-icons/-/shared-icons-2.0.6.tgz",
      "integrity": "sha512-Mw5utPJAclFaeKAZowznEgabI5gdhXrW0iMaMA18Y4zcZRTidAc0WFeGYUlX876NxYLPc1Zk4bZUhQvMe+7uWg==",
      "peerDependencies": {
        "react": ">=18"
Grant's avatar
Grant committed
    "node_modules/@nextui-org/shared-utils": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.4.tgz",
      "integrity": "sha512-Ms7A6UCvo/SZt/9Nmb7cZwHe9fZFw+EPsieTnC1vtpvDNCasxrTB0hj9VWFoYfWOaCzzqxl1AL9maIz/gMvckQ==",
      "peerDependencies": {
        "react": ">=18"
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/skeleton": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.24.tgz",
      "integrity": "sha512-bsb+lYugSfQV3RHrEHLbHhkkeslaxybnnT4z485Y/GBYTENOiHIOnWFWntfxCbjZ6vCewGlfgnphj6zeqlk20g==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/system-rsc": "2.0.11"
      },
      "peerDependencies": {
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/slider": {
      "version": "2.2.5",
      "resolved": "https://registry.npmjs.org/@nextui-org/slider/-/slider-2.2.5.tgz",
      "integrity": "sha512-dC6HHMmtn2WvxDmbY/Dq51XJjQ7cAnjZsuYVIvhwIiCLDG8QnEIhmYN0DQp/6oeZsCHnyMHC4DmtgOiJL0eXrQ==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/tooltip": "2.0.29",
        "@nextui-org/use-aria-press": "2.0.1",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/i18n": "^3.8.4",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/slider": "^3.7.2",
        "@react-aria/utils": "^3.21.1",
        "@react-aria/visually-hidden": "^3.8.6",
        "@react-stately/slider": "^3.4.4"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/snippet": {
      "version": "2.0.30",
      "resolved": "https://registry.npmjs.org/@nextui-org/snippet/-/snippet-2.0.30.tgz",
      "integrity": "sha512-8hKxqKpbJIMqFVedzYj90T4td+TkWdOdyYD9+VjywMdezAjsWdr8tqQj7boaMFjVNVSG+Pnw55Pgg/vkpc21aw==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@nextui-org/button": "2.0.26",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/tooltip": "2.0.29",
        "@nextui-org/use-clipboard": "2.0.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/utils": "^3.21.1"
Grant's avatar
Grant committed
      },
      "peerDependencies": {
Grant's avatar
Grant committed
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/spacer": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/spacer/-/spacer-2.0.24.tgz",
      "integrity": "sha512-bLnhPRnoyHQXhLneHjbRqZNxJWMFOBYOZkuX83uy59/FFUY07BcoNsb2s80tN3GoVxsaZ2jB6NxxVbaCJwoPog==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/system-rsc": "2.0.11"
      },
Grant's avatar
Grant committed
      "peerDependencies": {
Grant's avatar
Grant committed
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/spinner": {
      "version": "2.0.24",
      "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.24.tgz",
      "integrity": "sha512-s/q2FmxGPNEqA0ifWfc7xgs5a5D9c3xKkxL3n7jDoRnWo0NPlRsa6QRJGiSL5dHNoUqspRf/lNw2V94Bxk86Pg==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/system-rsc": "2.0.11"
Grant's avatar
Grant committed
      },
Grant's avatar
Grant committed
      "peerDependencies": {
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/switch": {
      "version": "2.0.25",
      "resolved": "https://registry.npmjs.org/@nextui-org/switch/-/switch-2.0.25.tgz",
      "integrity": "sha512-U7g68eReMSkgG0bBOSdzRLK+npv422YK6WYHpYOSkEBDqGwQ7LCeMRQreT/KxN0QFxIKmafebdLHAbuKc/X+5Q==",
      "dependencies": {
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-aria-press": "2.0.1",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/switch": "^3.5.6",
        "@react-aria/utils": "^3.21.1",
        "@react-aria/visually-hidden": "^3.8.6",
        "@react-stately/toggle": "^3.6.3",
        "@react-types/shared": "^3.21.0"
      },
Grant's avatar
Grant committed
      "peerDependencies": {
Grant's avatar
Grant committed
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/system": {
      "version": "2.0.15",
      "resolved": "https://registry.npmjs.org/@nextui-org/system/-/system-2.0.15.tgz",
      "integrity": "sha512-WFDq+Rx6D+gmK1YGEG2RBARPK9EOYonQDt5Tq2tUchzOOqj3kXXcM5Z0F3fudM59eIncLa/tX/ApJSTLry+hsw==",
      "dependencies": {
        "@nextui-org/system-rsc": "2.0.11",
        "@react-aria/i18n": "^3.8.4",
        "@react-aria/overlays": "^3.18.1",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/utils": "^3.8.0"
      },
Grant's avatar
Grant committed
      "peerDependencies": {
Grant's avatar
Grant committed
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/system-rsc": {
      "version": "2.0.11",
      "resolved": "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.0.11.tgz",
      "integrity": "sha512-1QqZ+GM7Ii0rsfSHXS6BBjzKOoLIWwb72nm4h4WgjlMXbRKLZcCQasRHVe5HMSBMvN0JUo7qyGExchfDFl/Ubw==",
      "dependencies": {
        "clsx": "^1.2.1"
      },
Grant's avatar
Grant committed
      "peerDependencies": {
Grant's avatar
Grant committed
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "tailwind-variants": ">=0.1.13"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/table": {
      "version": "2.0.28",
      "resolved": "https://registry.npmjs.org/@nextui-org/table/-/table-2.0.28.tgz",
      "integrity": "sha512-qH/7jdV5+tiMDDvBfMrUZN4jamds0FsL5Ak+ighoKIUYRFTSXOroi+63ZzzAh/mZAsUALCPPcfbXt4r4aBFDzg==",
      "dependencies": {
        "@nextui-org/checkbox": "2.0.25",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-icons": "2.0.6",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/spacer": "2.0.24",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/table": "^3.13.1",
        "@react-aria/utils": "^3.21.1",
        "@react-aria/visually-hidden": "^3.8.6",
        "@react-stately/table": "^3.11.2",
        "@react-stately/virtualizer": "^3.6.4",
        "@react-types/grid": "^3.2.2",
        "@react-types/table": "^3.9.0"
      },
Grant's avatar
Grant committed
      "peerDependencies": {
Grant's avatar
Grant committed
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "react": ">=18",
        "react-dom": ">=18"
Grant's avatar
Grant committed
      }
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/tabs": {
      "version": "2.0.26",
      "resolved": "https://registry.npmjs.org/@nextui-org/tabs/-/tabs-2.0.26.tgz",
      "integrity": "sha512-GjERgBYUAY1KD4GqNVy0cRi6GyQnf62q0ddcN4je3sEM6rsq3PygEXhkN5pxxFPacoYM/UE6rBswHSKlbjJjgw==",
      "dependencies": {
        "@nextui-org/aria-utils": "2.0.15",
        "@nextui-org/framer-transitions": "2.0.15",
        "@nextui-org/react-utils": "2.0.10",
        "@nextui-org/shared-utils": "2.0.4",
        "@nextui-org/use-is-mounted": "2.0.4",
        "@nextui-org/use-update-effect": "2.0.4",
        "@react-aria/focus": "^3.14.3",
        "@react-aria/interactions": "^3.19.1",
        "@react-aria/tabs": "^3.8.1",
        "@react-aria/utils": "^3.21.1",
        "@react-stately/tabs": "^3.6.1",
        "@react-types/shared": "^3.21.0",
        "@react-types/tabs": "^3.3.3",
        "scroll-into-view-if-needed": "3.0.10"
      },
      "peerDependencies": {
        "@nextui-org/system": ">=2.0.0",
        "@nextui-org/theme": ">=2.1.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@nextui-org/theme": {
      "version": "2.1.17",
      "resolved": "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.1.17.tgz",
      "integrity": "sha512-/WeHcMrAcWPGsEVn9M9TnvxKkaYkCocBH9JrDYCEFQoJgleUzHd4nVk7MWtpSOYJXLUzUMY1M9AqAK3jBkw+5g==",
      "dependencies": {
        "color": "^4.2.3",
        "color2k": "^2.0.2",
        "deepmerge": "4.3.1",
        "flat": "^5.0.2",
        "lodash.foreach": "^4.5.0",
        "lodash.get": "^4.4.2",
        "lodash.kebabcase": "^4.1.1",
        "lodash.mapkeys": "^4.6.0",
        "lodash.omit": "^4.5.0",
        "tailwind-variants": "^0.1.18"
      },
      "peerDependencies": {
        "tailwindcss": "*"
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/theme/node_modules/tailwind-merge": {
      "version": "1.14.0",
      "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.14.0.tgz",
      "integrity": "sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==",
      "funding": {
        "type": "github",
        "url": "https://github.com/sponsors/dcastil"
      }
Grant's avatar
Grant committed
    },
Grant's avatar
Grant committed
    "node_modules/@nextui-org/theme/node_modules/tailwind-variants": {
      "version": "0.1.20",
      "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.1.20.tgz",
      "integrity": "sha512-AMh7x313t/V+eTySKB0Dal08RHY7ggYK0MSn/ad8wKWOrDUIzyiWNayRUm2PIJ4VRkvRnfNuyRuKbLV3EN+ewQ==",
Grant's avatar
Grant committed
      "dependencies": {
Grant's avatar
Grant committed
        "tailwind-merge": "^1.14.0"