Skip to content
Snippets Groups Projects
package-lock.json 407 KiB
Newer Older
{
  "name": "frontend",
  "version": "0.1.0",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "name": "frontend",
      "version": "0.1.0",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@apollo/client": "^3.7.1",
        "@chakra-ui/react": "^2.4.2",
        "@emotion/react": "^11.10.5",
        "@emotion/styled": "^11.10.5",
        "@next-auth/prisma-adapter": "^1.0.5",
        "@prisma/client": "^4.7.1",
        "bson": "^4.7.0",
        "date-fns": "^2.29.3",
        "framer-motion": "^7.6.18",
        "graphql": "^16.6.0",
        "graphql-ws": "^5.11.2",
        "next": "13.0.6",
        "next-auth": "^4.18.0",
        "react": "18.2.0",
        "react-dom": "18.2.0",
tkach-as's avatar
tkach-as committed
        "react-hot-toast": "^2.4.0",
        "react-icons": "^4.7.1"
      },
      "devDependencies": {
        "@types/node": "18.11.10",
        "@types/react": "18.0.26",
        "@types/react-dom": "18.0.9",
        "eslint": "8.29.0",
        "eslint-config-next": "13.0.6",
        "prisma": "^4.7.1",
        "typescript": "4.9.3"
tkach-as's avatar
tkach-as committed
    "node_modules/@ampproject/remapping": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
      "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
      "peer": true,
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@jridgewell/gen-mapping": "^0.1.0",
        "@jridgewell/trace-mapping": "^0.3.9"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.0.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@apollo/client": {
      "version": "3.7.3",
      "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.7.3.tgz",
      "integrity": "sha512-nzZ6d6a4flLpm3pZOGpuAUxLlp9heob7QcCkyIqZlCLvciUibgufRfYTwfkWCc4NaGHGSZyodzvfr79H6oUwGQ==",
      "dependencies": {
        "@graphql-typed-document-node/core": "^3.1.1",
        "@wry/context": "^0.7.0",
        "@wry/equality": "^0.5.0",
        "@wry/trie": "^0.3.0",
        "graphql-tag": "^2.12.6",
        "hoist-non-react-statics": "^3.3.2",
        "optimism": "^0.16.1",
        "prop-types": "^15.7.2",
        "response-iterator": "^0.2.6",
        "symbol-observable": "^4.0.0",
        "ts-invariant": "^0.10.3",
        "tslib": "^2.3.0",
        "zen-observable-ts": "^1.2.5"
      },
      "peerDependencies": {
        "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
        "graphql-ws": "^5.5.5",
        "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
        "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
        "subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
      },
      "peerDependenciesMeta": {
        "graphql-ws": {
          "optional": true
        },
        "react": {
          "optional": true
        },
        "react-dom": {
          "optional": true
        },
        "subscriptions-transport-ws": {
          "optional": true
        }
      }
    },
    "node_modules/@babel/code-frame": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
      "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@babel/highlight": "^7.18.6"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/compat-data": {
      "version": "7.20.10",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz",
      "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==",
      "peer": true,
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/core": {
      "version": "7.20.12",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz",
      "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==",
      "peer": true,
      "dependencies": {
        "@ampproject/remapping": "^2.1.0",
        "@babel/code-frame": "^7.18.6",
        "@babel/generator": "^7.20.7",
        "@babel/helper-compilation-targets": "^7.20.7",
        "@babel/helper-module-transforms": "^7.20.11",
        "@babel/helpers": "^7.20.7",
        "@babel/parser": "^7.20.7",
        "@babel/template": "^7.20.7",
        "@babel/traverse": "^7.20.12",
        "@babel/types": "^7.20.7",
        "convert-source-map": "^1.7.0",
        "debug": "^4.1.0",
        "gensync": "^1.0.0-beta.2",
        "json5": "^2.2.2",
        "semver": "^6.3.0"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
      },
      "funding": {
tkach-as's avatar
tkach-as committed
        "type": "opencollective",
        "url": "https://opencollective.com/babel"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/core/node_modules/json5": {
      "version": "2.2.3",
      "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
      "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
      "peer": true,
      "bin": {
        "json5": "lib/cli.js"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/core/node_modules/semver": {
      "version": "6.3.0",
      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
      "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
      "peer": true,
      "bin": {
        "semver": "bin/semver.js"
      }
    },
    "node_modules/@babel/generator": {
      "version": "7.20.7",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz",
      "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==",
      "peer": true,
      "dependencies": {
        "@babel/types": "^7.20.7",
        "@jridgewell/gen-mapping": "^0.3.2",
        "jsesc": "^2.5.1"
tkach-as's avatar
tkach-as committed
      "engines": {
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {
      "version": "0.3.2",
      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
      "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
      "peer": true,
      "dependencies": {
        "@jridgewell/set-array": "^1.0.1",
        "@jridgewell/sourcemap-codec": "^1.4.10",
        "@jridgewell/trace-mapping": "^0.3.9"
      },
      "engines": {
        "node": ">=6.0.0"
      }
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-compilation-targets": {
      "version": "7.20.7",
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz",
      "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==",
      "peer": true,
      "dependencies": {
        "@babel/compat-data": "^7.20.5",
        "@babel/helper-validator-option": "^7.18.6",
        "browserslist": "^4.21.3",
        "lru-cache": "^5.1.1",
        "semver": "^6.3.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0"
      }
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
      "version": "5.1.1",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
      "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
      "peer": true,
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "yallist": "^3.0.2"
      }
    },
    "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
      "version": "6.3.0",
      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
      "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
      "peer": true,
      "bin": {
        "semver": "bin/semver.js"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
      "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
      "peer": true
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-environment-visitor": {
      "version": "7.18.9",
      "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
      "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
      "peer": true,
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-function-name": {
      "version": "7.19.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz",
      "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==",
      "peer": true,
      "dependencies": {
        "@babel/template": "^7.18.10",
        "@babel/types": "^7.19.0"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-hoist-variables": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
      "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
      "peer": true,
      "dependencies": {
        "@babel/types": "^7.18.6"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-module-imports": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
      "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
      "dependencies": {
        "@babel/types": "^7.18.6"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-module-transforms": {
      "version": "7.20.11",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz",
      "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==",
      "peer": true,
      "dependencies": {
        "@babel/helper-environment-visitor": "^7.18.9",
        "@babel/helper-module-imports": "^7.18.6",
        "@babel/helper-simple-access": "^7.20.2",
        "@babel/helper-split-export-declaration": "^7.18.6",
        "@babel/helper-validator-identifier": "^7.19.1",
        "@babel/template": "^7.20.7",
        "@babel/traverse": "^7.20.10",
        "@babel/types": "^7.20.7"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-plugin-utils": {
      "version": "7.20.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
      "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-simple-access": {
      "version": "7.20.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",
      "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",
      "peer": true,
      "dependencies": {
        "@babel/types": "^7.20.2"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-split-export-declaration": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
      "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
      "peer": true,
      "dependencies": {
        "@babel/types": "^7.18.6"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-string-parser": {
      "version": "7.19.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
      "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-validator-identifier": {
      "version": "7.19.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
      "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helper-validator-option": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
      "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
      "peer": true,
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/helpers": {
      "version": "7.20.7",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.7.tgz",
      "integrity": "sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==",
      "peer": true,
      "dependencies": {
        "@babel/template": "^7.20.7",
        "@babel/traverse": "^7.20.7",
        "@babel/types": "^7.20.7"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/highlight": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
      "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@babel/helper-validator-identifier": "^7.18.6",
        "chalk": "^2.0.0",
        "js-tokens": "^4.0.0"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/highlight/node_modules/ansi-styles": {
      "version": "3.2.1",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
      "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "color-convert": "^1.9.0"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=4"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/highlight/node_modules/chalk": {
      "version": "2.4.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
      "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "ansi-styles": "^3.2.1",
        "escape-string-regexp": "^1.0.5",
        "supports-color": "^5.3.0"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=4"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/highlight/node_modules/color-convert": {
      "version": "1.9.3",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
      "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "color-name": "1.1.3"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/highlight/node_modules/color-name": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
      "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
      "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
      "engines": {
        "node": ">=0.8.0"
      }
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/highlight/node_modules/has-flag": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
      "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
      "engines": {
        "node": ">=4"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/highlight/node_modules/supports-color": {
      "version": "5.5.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
      "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "has-flag": "^3.0.0"
      },
      "engines": {
        "node": ">=4"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/parser": {
      "version": "7.20.7",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.7.tgz",
      "integrity": "sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==",
      "peer": true,
      "bin": {
        "parser": "bin/babel-parser.js"
      },
      "engines": {
        "node": ">=6.0.0"
      }
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/plugin-syntax-jsx": {
      "version": "7.18.6",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz",
      "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@babel/helper-plugin-utils": "^7.18.6"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
      },
      "peerDependencies": {
tkach-as's avatar
tkach-as committed
        "@babel/core": "^7.0.0-0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/runtime": {
      "version": "7.20.7",
      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz",
      "integrity": "sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "regenerator-runtime": "^0.13.11"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/runtime-corejs3": {
      "version": "7.20.7",
      "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.20.7.tgz",
      "integrity": "sha512-jr9lCZ4RbRQmCR28Q8U8Fu49zvFqLxTY9AMOUz+iyMohMoAgpEcVxY+wJNay99oXOpOcCTODkk70NDN2aaJEeg==",
      "dev": true,
      "dependencies": {
        "core-js-pure": "^3.25.1",
        "regenerator-runtime": "^0.13.11"
tkach-as's avatar
tkach-as committed
      "engines": {
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/template": {
      "version": "7.20.7",
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz",
      "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==",
      "peer": true,
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@babel/code-frame": "^7.18.6",
        "@babel/parser": "^7.20.7",
        "@babel/types": "^7.20.7"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/traverse": {
      "version": "7.20.12",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.12.tgz",
      "integrity": "sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==",
      "peer": true,
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@babel/code-frame": "^7.18.6",
        "@babel/generator": "^7.20.7",
        "@babel/helper-environment-visitor": "^7.18.9",
        "@babel/helper-function-name": "^7.19.0",
        "@babel/helper-hoist-variables": "^7.18.6",
        "@babel/helper-split-export-declaration": "^7.18.6",
        "@babel/parser": "^7.20.7",
        "@babel/types": "^7.20.7",
        "debug": "^4.1.0",
        "globals": "^11.1.0"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@babel/traverse/node_modules/globals": {
      "version": "11.12.0",
      "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
      "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
      "peer": true,
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@babel/types": {
      "version": "7.20.7",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz",
      "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==",
      "dependencies": {
        "@babel/helper-string-parser": "^7.19.4",
        "@babel/helper-validator-identifier": "^7.19.1",
        "to-fast-properties": "^2.0.0"
      },
      "engines": {
tkach-as's avatar
tkach-as committed
        "node": ">=6.9.0"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/accordion": {
      "version": "2.1.8",
      "resolved": "https://registry.npmjs.org/@chakra-ui/accordion/-/accordion-2.1.8.tgz",
      "integrity": "sha512-RTXYhL85dUSVUEurDicxS76JaCXa/L4FYWPAxPSisbZtFvL+/gvoFMcGtT8ZRsJwFWaevmkD+57EmOYCWlLL1A==",
      "dependencies": {
        "@chakra-ui/descendant": "3.0.13",
        "@chakra-ui/icon": "3.0.16",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/react-use-controllable-state": "2.0.8",
        "@chakra-ui/react-use-merge-refs": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5",
        "@chakra-ui/transition": "2.0.15"
      },
      "peerDependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/system": ">=2.0.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/alert": {
      "version": "2.0.17",
      "resolved": "https://registry.npmjs.org/@chakra-ui/alert/-/alert-2.0.17.tgz",
      "integrity": "sha512-0Y5vw+HkeXpwbL1roVpSSNM6luMRmUbwduUSHEA4OnX1ismvsDb1ZBfpi4Vxp6w8euJ2Uj6df3krbd5tbCP6tg==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/icon": "3.0.16",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5",
        "@chakra-ui/spinner": "2.0.13"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/anatomy": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@chakra-ui/anatomy/-/anatomy-2.1.2.tgz",
      "integrity": "sha512-pKfOS/mztc4sUXHNc8ypJ1gPWSolWT770jrgVRfolVbYlki8y5Y+As996zMF6k5lewTu6j9DQequ7Cc9a69IVQ=="
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/avatar": {
      "version": "2.2.4",
      "resolved": "https://registry.npmjs.org/@chakra-ui/avatar/-/avatar-2.2.4.tgz",
      "integrity": "sha512-OUuZAhabW0FgmFVt0djH3cVR8p9bKC3vYT3Ol2lrUz3hbf4LrjU5EzmMHmQvcbSs6bNDxS3k9hnswLebOFctJQ==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/image": "2.0.15",
        "@chakra-ui/react-children-utils": "2.0.6",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
      }
    },
    "node_modules/@chakra-ui/breadcrumb": {
      "version": "2.1.4",
      "resolved": "https://registry.npmjs.org/@chakra-ui/breadcrumb/-/breadcrumb-2.1.4.tgz",
      "integrity": "sha512-vyBx5TAxPnHhb0b8nyRGfqyjleD//9mySFhk96c9GL+T6YDO4swHw5y/kvDv3Ngc/iRwJ9hdI49PZKwPxLqsEg==",
      "dependencies": {
        "@chakra-ui/react-children-utils": "2.0.6",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/breakpoint-utils": {
      "version": "2.0.7",
      "resolved": "https://registry.npmjs.org/@chakra-ui/breakpoint-utils/-/breakpoint-utils-2.0.7.tgz",
      "integrity": "sha512-YBwsDPMlaMRZ4fKc2WyIIaUmByzkiP4ozxMJIjJRPhedzSho7FOZuE8532q+97f2SyY8z/yZPJ41q4GdwHI/HQ==",
      "dependencies": {
        "@chakra-ui/shared-utils": "2.0.5"
      }
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/button": {
      "version": "2.0.16",
      "resolved": "https://registry.npmjs.org/@chakra-ui/button/-/button-2.0.16.tgz",
      "integrity": "sha512-NjuTKa7gNhnGSUutKuTc8HoAOe9WWIigpciBG7yj3ok67kg8bXtSzPyQFZlgTY6XGdAckWTT+Do4tvhwa5LA+g==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/react-use-merge-refs": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5",
        "@chakra-ui/spinner": "2.0.13"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/card": {
      "version": "2.1.6",
      "resolved": "https://registry.npmjs.org/@chakra-ui/card/-/card-2.1.6.tgz",
      "integrity": "sha512-fFd/WAdRNVY/WOSQv4skpy0WeVhhI0f7dTY1Sm0jVl0KLmuP/GnpsWtKtqWjNcV00K963EXDyhlk6+9oxbP4gw==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/shared-utils": "2.0.5"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
      }
    },
    "node_modules/@chakra-ui/checkbox": {
      "version": "2.2.10",
      "resolved": "https://registry.npmjs.org/@chakra-ui/checkbox/-/checkbox-2.2.10.tgz",
      "integrity": "sha512-vzxEjw99qj7loxAdP1WuHNt4EAvj/t6cc8oxyOB2mEvkAzhxI34rLR+3zWDuHWsmhyUO+XEDh4FiWdR+DK5Siw==",
      "dependencies": {
        "@chakra-ui/form-control": "2.0.17",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/react-types": "2.0.7",
        "@chakra-ui/react-use-callback-ref": "2.0.7",
        "@chakra-ui/react-use-controllable-state": "2.0.8",
        "@chakra-ui/react-use-merge-refs": "2.0.7",
        "@chakra-ui/react-use-safe-layout-effect": "2.0.5",
        "@chakra-ui/react-use-update-effect": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5",
        "@chakra-ui/visually-hidden": "2.0.15",
        "@zag-js/focus-visible": "0.2.1"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/clickable": {
      "version": "2.0.14",
      "resolved": "https://registry.npmjs.org/@chakra-ui/clickable/-/clickable-2.0.14.tgz",
      "integrity": "sha512-jfsM1qaD74ZykLHmvmsKRhDyokLUxEfL8Il1VoZMNX5RBI0xW/56vKpLTFF/v/+vLPLS+Te2cZdD4+2O+G6ulA==",
      "dependencies": {
        "@chakra-ui/react-use-merge-refs": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5"
      },
      "peerDependencies": {
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/close-button": {
      "version": "2.0.17",
      "resolved": "https://registry.npmjs.org/@chakra-ui/close-button/-/close-button-2.0.17.tgz",
      "integrity": "sha512-05YPXk456t1Xa3KpqTrvm+7smx+95dmaPiwjiBN3p7LHUQVHJd8ZXSDB0V+WKi419k3cVQeJUdU/azDO2f40sw==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/icon": "3.0.16"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/color-mode": {
      "version": "2.1.12",
      "resolved": "https://registry.npmjs.org/@chakra-ui/color-mode/-/color-mode-2.1.12.tgz",
      "integrity": "sha512-sYyfJGDoJSLYO+V2hxV9r033qhte5Nw/wAn5yRGGZnEEN1dKPEdWQ3XZvglWSDTNd0w9zkoH2w6vP4FBBYb/iw==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/react-use-safe-layout-effect": "2.0.5"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/control-box": {
      "version": "2.0.13",
      "resolved": "https://registry.npmjs.org/@chakra-ui/control-box/-/control-box-2.0.13.tgz",
      "integrity": "sha512-FEyrU4crxati80KUF/+1Z1CU3eZK6Sa0Yv7Z/ydtz9/tvGblXW9NFanoomXAOvcIFLbaLQPPATm9Gmpr7VG05A==",
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
      }
    },
    "node_modules/@chakra-ui/counter": {
      "version": "2.0.14",
      "resolved": "https://registry.npmjs.org/@chakra-ui/counter/-/counter-2.0.14.tgz",
      "integrity": "sha512-KxcSRfUbb94dP77xTip2myoE7P2HQQN4V5fRJmNAGbzcyLciJ+aDylUU/UxgNcEjawUp6Q242NbWb1TSbKoqog==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/number-utils": "2.0.7",
        "@chakra-ui/react-use-callback-ref": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5"
      },
      "peerDependencies": {
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/css-reset": {
      "version": "2.0.12",
      "resolved": "https://registry.npmjs.org/@chakra-ui/css-reset/-/css-reset-2.0.12.tgz",
      "integrity": "sha512-Q5OYIMvqTl2vZ947kIYxcS5DhQXeStB84BzzBd6C10wOx1gFUu9pL+jLpOnHR3hhpWRMdX5o7eT+gMJWIYUZ0Q==",
      "peerDependencies": {
        "@emotion/react": ">=10.0.35",
        "react": ">=18"
      }
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/descendant": {
      "version": "3.0.13",
      "resolved": "https://registry.npmjs.org/@chakra-ui/descendant/-/descendant-3.0.13.tgz",
      "integrity": "sha512-9nzxZVxUSMc4xPL5fSaRkEOQjDQWUGjGvrZI7VzWk9eq63cojOtIxtWMSW383G9148PzWJjJYt30Eud5tdZzlg==",
      "dependencies": {
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/react-use-merge-refs": "2.0.7"
      },
      "peerDependencies": {
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/dom-utils": {
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/@chakra-ui/dom-utils/-/dom-utils-2.0.6.tgz",
      "integrity": "sha512-PVtDkPrDD5b8aoL6Atg7SLjkwhWb7BwMcLOF1L449L3nZN+DAO3nyAh6iUhZVJyunELj9d0r65CDlnMREyJZmA=="
    },
    "node_modules/@chakra-ui/editable": {
      "version": "2.0.19",
      "resolved": "https://registry.npmjs.org/@chakra-ui/editable/-/editable-2.0.19.tgz",
      "integrity": "sha512-YxRJsJ2JQd42zfPBgTKzIhg1HugT+gfQz1ZosmUN+IZT9YZXL2yodHTUz6Lee04Vc/CdEqgBFLuREXEUNBfGtA==",
      "dependencies": {
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/react-types": "2.0.7",
        "@chakra-ui/react-use-callback-ref": "2.0.7",
        "@chakra-ui/react-use-controllable-state": "2.0.8",
        "@chakra-ui/react-use-focus-on-pointer-down": "2.0.6",
        "@chakra-ui/react-use-merge-refs": "2.0.7",
        "@chakra-ui/react-use-safe-layout-effect": "2.0.5",
        "@chakra-ui/react-use-update-effect": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5"
      },
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
      }
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/event-utils": {
      "version": "2.0.8",
      "resolved": "https://registry.npmjs.org/@chakra-ui/event-utils/-/event-utils-2.0.8.tgz",
      "integrity": "sha512-IGM/yGUHS+8TOQrZGpAKOJl/xGBrmRYJrmbHfUE7zrG3PpQyXvbLDP1M+RggkCFVgHlJi2wpYIf0QtQlU0XZfw=="
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/focus-lock": {
      "version": "2.0.16",
      "resolved": "https://registry.npmjs.org/@chakra-ui/focus-lock/-/focus-lock-2.0.16.tgz",
      "integrity": "sha512-UuAdGCPVrCa1lecoAvpOQD7JFT7a9RdmhKWhFt5ioIcekSLJcerdLHuuL3w0qz//8kd1/SOt7oP0aJqdAJQrCw==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/dom-utils": "2.0.6",
        "react-focus-lock": "^2.9.2"
      },
      "peerDependencies": {
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/form-control": {
      "version": "2.0.17",
      "resolved": "https://registry.npmjs.org/@chakra-ui/form-control/-/form-control-2.0.17.tgz",
      "integrity": "sha512-34ptCaJ2LNvQNOlB6MAKsmH1AkT1xo7E+3Vw10Urr81yTOjDTM/iU6vG3JKPfRDMyXeowPjXmutlnuk72SSjRg==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/icon": "3.0.16",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/react-types": "2.0.7",
        "@chakra-ui/react-use-merge-refs": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/hooks": {
      "version": "2.1.5",
      "resolved": "https://registry.npmjs.org/@chakra-ui/hooks/-/hooks-2.1.5.tgz",
      "integrity": "sha512-E3bGwxjXvMUc9ev3egctrRi5fnER5xXbWUsivA3iFRdUrkfX+19JLUfP1TURzv7UQG8X1AxKSwfqIsYyeHrdmQ==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/react-utils": "2.0.12",
        "@chakra-ui/utils": "2.0.15",
        "compute-scroll-into-view": "1.0.14",
        "copy-to-clipboard": "3.3.1"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/icon": {
      "version": "3.0.16",
      "resolved": "https://registry.npmjs.org/@chakra-ui/icon/-/icon-3.0.16.tgz",
      "integrity": "sha512-RpA1X5Ptz8Mt39HSyEIW1wxAz2AXyf9H0JJ5HVx/dBdMZaGMDJ0HyyPBVci0m4RCoJuyG1HHG/DXJaVfUTVAeg==",
      "dependencies": {
        "@chakra-ui/shared-utils": "2.0.5"
      },
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/image": {
      "version": "2.0.15",
      "resolved": "https://registry.npmjs.org/@chakra-ui/image/-/image-2.0.15.tgz",
      "integrity": "sha512-w2rElXtI3FHXuGpMCsSklus+pO1Pl2LWDwsCGdpBQUvGFbnHfl7MftQgTlaGHeD5OS95Pxva39hKrA2VklKHiQ==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/react-use-safe-layout-effect": "2.0.5",
        "@chakra-ui/shared-utils": "2.0.5"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/input": {
      "version": "2.0.19",
      "resolved": "https://registry.npmjs.org/@chakra-ui/input/-/input-2.0.19.tgz",
      "integrity": "sha512-wV+EG6+F9GngMPpLHBCuxXTNttHihFTT3DpbJnmID9LuAPg7YkWcTNTvpAzC0/Sz9KrcTR9RhSu9a5cvxkkXpw==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/form-control": "2.0.17",
        "@chakra-ui/object-utils": "2.0.8",
        "@chakra-ui/react-children-utils": "2.0.6",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/layout": {
      "version": "2.1.15",
      "resolved": "https://registry.npmjs.org/@chakra-ui/layout/-/layout-2.1.15.tgz",
      "integrity": "sha512-dJYzBm2ywRYNmtadot/5ii+Gztsx8a9Jd+gFXiSLcfQs/QRdboqMyr/0O+6RY2sI7Mwvyo6uo9AvGJBU1djrNQ==",
      "dependencies": {
        "@chakra-ui/breakpoint-utils": "2.0.7",
        "@chakra-ui/icon": "3.0.16",
        "@chakra-ui/object-utils": "2.0.8",
        "@chakra-ui/react-children-utils": "2.0.6",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5"
      },
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
      }
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/lazy-utils": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/@chakra-ui/lazy-utils/-/lazy-utils-2.0.5.tgz",
      "integrity": "sha512-UULqw7FBvcckQk2n3iPO56TMJvDsNv0FKZI6PlUNJVaGsPbsYxK/8IQ60vZgaTVPtVcjY6BE+y6zg8u9HOqpyg=="
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/live-region": {
      "version": "2.0.13",
      "resolved": "https://registry.npmjs.org/@chakra-ui/live-region/-/live-region-2.0.13.tgz",
      "integrity": "sha512-Ja+Slk6ZkxSA5oJzU2VuGU7TpZpbMb/4P4OUhIf2D30ctmIeXkxTWw1Bs1nGJAVtAPcGS5sKA+zb89i8g+0cTQ==",
      "peerDependencies": {
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/media-query": {
      "version": "3.2.11",
      "resolved": "https://registry.npmjs.org/@chakra-ui/media-query/-/media-query-3.2.11.tgz",
      "integrity": "sha512-AylT/qIpbCOvcjvURMdItLvAnaEYZynatvVJUQ8TYcQO2KHBt8BBhQ9umrmNAZFr8y7CRcg7PdvK+g+yOkq22g==",
      "dependencies": {
tkach-as's avatar
tkach-as committed
        "@chakra-ui/breakpoint-utils": "2.0.7",
        "@chakra-ui/react-env": "3.0.0",
        "@chakra-ui/shared-utils": "2.0.5"
tkach-as's avatar
tkach-as committed
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
      }
    },
    "node_modules/@chakra-ui/menu": {
      "version": "2.1.8",
      "resolved": "https://registry.npmjs.org/@chakra-ui/menu/-/menu-2.1.8.tgz",
      "integrity": "sha512-3Ysk1HwJTv6mzkT1dgsNObZnuZiySPJwLdmmCdv8+rpto8u0oCN+etenN0s7HQlAddvHxZ2Sm+1yKZOu6Wimrg==",
      "dependencies": {
        "@chakra-ui/clickable": "2.0.14",
        "@chakra-ui/descendant": "3.0.13",
        "@chakra-ui/lazy-utils": "2.0.5",
        "@chakra-ui/popper": "3.0.13",
        "@chakra-ui/react-children-utils": "2.0.6",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/react-use-animation-state": "2.0.8",
        "@chakra-ui/react-use-controllable-state": "2.0.8",
        "@chakra-ui/react-use-disclosure": "2.0.8",
        "@chakra-ui/react-use-focus-effect": "2.0.9",
        "@chakra-ui/react-use-merge-refs": "2.0.7",
        "@chakra-ui/react-use-outside-click": "2.0.7",
        "@chakra-ui/react-use-update-effect": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5",
        "@chakra-ui/transition": "2.0.15"
      },
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18"
      }
    },
    "node_modules/@chakra-ui/modal": {
      "version": "2.2.9",
      "resolved": "https://registry.npmjs.org/@chakra-ui/modal/-/modal-2.2.9.tgz",
      "integrity": "sha512-nTfNp7XsVwn5+xJOtstoFA8j0kq/9sJj7KesyYzjEDaMKvCZvIOntRYowoydho43jb4+YC7ebKhp0KOIINS0gg==",
      "dependencies": {
        "@chakra-ui/close-button": "2.0.17",
        "@chakra-ui/focus-lock": "2.0.16",
        "@chakra-ui/portal": "2.0.15",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/react-types": "2.0.7",
        "@chakra-ui/react-use-merge-refs": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5",
        "@chakra-ui/transition": "2.0.15",
        "aria-hidden": "^1.2.2",
        "react-remove-scroll": "^2.5.5"
      },
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "framer-motion": ">=4.0.0",
        "react": ">=18",
        "react-dom": ">=18"
      }
    },
    "node_modules/@chakra-ui/number-input": {
      "version": "2.0.18",
      "resolved": "https://registry.npmjs.org/@chakra-ui/number-input/-/number-input-2.0.18.tgz",
      "integrity": "sha512-cPkyAFFHHzeFBselrT1BtjlzMkJ6TKrTDUnHFlzqXy6aqeXuhrjFhMfXucjedSpOqedsP9ZbKFTdIAhu9DdL/A==",
      "dependencies": {
        "@chakra-ui/counter": "2.0.14",
        "@chakra-ui/form-control": "2.0.17",
        "@chakra-ui/icon": "3.0.16",
        "@chakra-ui/react-context": "2.0.7",
        "@chakra-ui/react-types": "2.0.7",
        "@chakra-ui/react-use-callback-ref": "2.0.7",
        "@chakra-ui/react-use-event-listener": "2.0.7",
        "@chakra-ui/react-use-interval": "2.0.5",
        "@chakra-ui/react-use-merge-refs": "2.0.7",
        "@chakra-ui/react-use-safe-layout-effect": "2.0.5",
        "@chakra-ui/react-use-update-effect": "2.0.7",
        "@chakra-ui/shared-utils": "2.0.5"
      },
      "peerDependencies": {
        "@chakra-ui/system": ">=2.0.0",
        "react": ">=18"
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/number-utils": {
      "version": "2.0.7",
      "resolved": "https://registry.npmjs.org/@chakra-ui/number-utils/-/number-utils-2.0.7.tgz",
      "integrity": "sha512-yOGxBjXNvLTBvQyhMDqGU0Oj26s91mbAlqKHiuw737AXHt0aPllOthVUqQMeaYLwLCjGMg0jtI7JReRzyi94Dg=="
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/object-utils": {
      "version": "2.0.8",
      "resolved": "https://registry.npmjs.org/@chakra-ui/object-utils/-/object-utils-2.0.8.tgz",
      "integrity": "sha512-2upjT2JgRuiupdrtBWklKBS6tqeGMA77Nh6Q0JaoQuH/8yq+15CGckqn3IUWkWoGI0Fg3bK9LDlbbD+9DLw95Q=="
tkach-as's avatar
tkach-as committed
    "node_modules/@chakra-ui/pin-input": {
      "version": "2.0.19",
      "resolved": "https://registry.npmjs.org/@chakra-ui/pin-input/-/pin-input-2.0.19.tgz",
      "integrity": "sha512-6O7s4vWz4cqQ6zvMov9sYj6ZqWAsTxR/MNGe3DNgu1zWQg8veNCYtj1rNGhNS3eZNUMAa8uM2dXIphGTP53Xow==",