ignores: [
    # Dependencies that depcheck thinks are unused but are actually used
    "@react-native-community/cli",
    "@react-native-community/cli-platform-android",
    "@react-native-community/cli-platform-ios",
<<<<<<< HEAD
    "@luxamm/ethers-rs-mobile",
=======
    "@uniswap/ethers-rs-mobile",
>>>>>>> upstream/main
    "babel-loader",
    "babel-jest",
    "ts-jest",
    "ts-node",
    "babel-plugin-react-native-web",
    "babel-plugin-transform-remove-console",
    "cross-fetch",
    "@datadog/datadog-ci",
    "dotenv",
    "expo-image",
    "expo-localization",
    "expo-linking",
    "expo-modules-core",
    "madge",
    "postinstall-postinstall",
    ## React Native Usage. These are modules imported by other packages in our repo,
    ## but must be declared in `apps/mobile/package.json` too for proper RN autolinking.
    "@amplitude/analytics-react-native",
    "@react-native-masked-view/masked-view",
    "@shopify/react-native-skia",
    "react-native-asset",
    "react-native-clean-project",
    "react-native-image-colors",
    "react-native-passkey",
    "react-native-restart",
    "sp-react-native-in-app-updates",
    "typescript",
<<<<<<< HEAD
=======
    "eslint",
>>>>>>> upstream/main
    "@typescript/native-preview",
    # Dependencies that depcheck thinks are missing but are actually present or never used
    ## Internal packages / workspaces
    "e2e",
    "src",
    "ui",
    "tsconfig",
    "config",
    ## Subpackages of installed packages
    "@redux-saga/core",
    "@ethersproject/constants",
    "@react-navigation/elements",
    "metro-config",
    ## used in sessions/api packages
    "expo-secure-store",
    ## used for expo remote build caching
    "eas-build-cache-provider",
    "expo-dev-client",
  ]
