ignores: [
    # Dependencies that depcheck thinks are unused but are actually used
    'wrangler',
    '@web3-react/eip1193',
    '@web3-react/empty',
    '@swc/core',
    '@swc/jest',
    '@swc/plugin-styled-components',
    '@typechain/ethers-v5',
    'buffer',
    'swc-loader',
    'postinstall-postinstall',
    'process',
    'madge',
    'mini-css-extract-plugin',
    # Dependencies that depcheck thinks are missing but are actually present or never used
    'stories',
    ## package.json scripts
    'esbuild-register',
    ## GraphQL
    '@graphql-codegen/*',
    ## React Scripts and subpackages used from within it
    'case-sensitive-paths-webpack-plugin',
    'workbox-expiration',
    'workbox-strategies',
    ## Packages used in github actions
    'start-server-and-test',
    ## Polyfills
    'resize-observer-polyfill',
    ## Linting and Babel
    '@babel/preset-env',
    'eslint-plugin-import',
    'terser-webpack-plugin',
    ## Storybook
    '@svgr/webpack',
    'ts-loader',
    '@chromatic-com/storybook',
    '@storybook/addon-essentials',
    '@storybook/addon-interactions',
    '@storybook/addon-onboarding',
    '@storybook/blocks',
    '@storybook/preset-create-react-app',
    'storybook-addon-pseudo-states',
    'wait-on',
    'detect-package-manager',
    'eslint-plugin-storybook',
    'prop-types',
    ## Testing
    '@types/testing-library__cypress',
    ## i18n
    'dotenv-cli',
    '@crowdin/cli',
    ## sub-packages
    '@ethersproject/*',
    '@walletconnect/ethereum-provider',
    '@testing-library/dom',
    ## Internal packages / workspaces
    'utilities',
    'ui',
    ## Top level local file paths
    'abis',
    'analytics',
    'assets',
    'components',
    'connection',
    'constants',
    'dev',
    'featureFlags',
    'hooks',
    'lib',
    'locales',
    'nft',
    'pages',
    'polyfills',
    'rpc',
    'shared-cloud',
    'state',
    'test-utils',
    'theme',
    'tracing',
    'types',
    'utils',
    'i18n',
    'tamagui.config',
    'setupRive',
    'sideEffects',
    'global.css',
  ]
