{
  "name": "expo-router",
  "version": "6.0.23",
  "description": "Expo Router is a file-based router for React Native and web applications.",
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "main": "build/index",
  "types": "build/index.d.ts",
  "sideEffects": [
    "rsc/entry.js",
    "entry-classic.js",
    "entry.js"
  ],
  "files": [
    "link",
    "assets",
    "build",
    "vendor",
    "!src",
    "_ctx-html.js",
    "_ctx-shared.js",
    "_ctx.*",
    "_error.js",
    "app.plugin.js",
    "babel.js",
    "doctor.js",
    "drawer.d.ts",
    "drawer.js",
    "entry-classic.js",
    "entry.js",
    "expo-module.config.json",
    "head.d.ts",
    "head.js",
    "html.d.ts",
    "html.js",
    "index.d.ts",
    "ios",
    "unstable-native-tabs.js",
    "unstable-native-tabs.d.ts",
    "node",
    "plugin",
    "rsc",
    "server.d.ts",
    "server.js",
    "stack.d.ts",
    "stack.js",
    "tabs.js",
    "types",
    "tabs.d.ts",
    "ui.js",
    "ui.d.ts",
    "testing-library.js",
    "testing-library.d.ts",
    "_async-server-import.js"
  ],
  "repository": {
    "url": "https://github.com/expo/expo.git",
    "type": "git",
    "directory": "packages/expo-router"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "homepage": "https://docs.expo.dev/routing/introduction/",
  "scripts": {
    "build": "bash -c 'if [ -z \"$1\" ]; then expo-module build -p tsconfig.json; else expo-module build \"$1\"; fi' --",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "test:rsc": "jest --config jest-rsc.config.js",
    "test:tsd": "EXPORT_ROUTER_JEST_TSD=true expo-module test",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "react-native",
    "expo"
  ],
  "peerDependencies": {
    "@expo/metro-runtime": "^6.1.2",
    "@react-navigation/drawer": "^7.5.0",
    "@testing-library/react-native": ">= 12.0.0",
    "expo": "*",
    "expo-constants": "^18.0.13",
    "expo-linking": "^8.0.11",
    "react": "*",
    "react-dom": "*",
    "react-native": "*",
    "react-native-gesture-handler": "*",
    "react-native-reanimated": "*",
    "react-native-safe-area-context": ">= 5.4.0",
    "react-native-screens": "*",
    "react-native-web": "*",
    "react-server-dom-webpack": "~19.0.4 || ~19.1.5 || ~19.2.4"
  },
  "peerDependenciesMeta": {
    "@testing-library/react-native": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "react-native-gesture-handler": {
      "optional": true
    },
    "react-native-reanimated": {
      "optional": true
    },
    "react-native-web": {
      "optional": true
    },
    "react-server-dom-webpack": {
      "optional": true
    },
    "@react-navigation/drawer": {
      "optional": true
    }
  },
  "devDependencies": {
    "@react-navigation/drawer": "^7.5.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-native": "^13.2.0",
    "@types/react-dom": "^19.1.7",
    "@types/semver": "^7.7.0",
    "immer": "^10.1.1",
    "react-server-dom-webpack": "~19.0.4",
    "tsd": "^0.28.1"
  },
  "dependencies": {
    "@expo/metro-runtime": "^6.1.2",
    "@expo/schema-utils": "^0.1.8",
    "@radix-ui/react-slot": "1.2.0",
    "@radix-ui/react-tabs": "^1.1.12",
    "@react-navigation/bottom-tabs": "^7.4.0",
    "@react-navigation/native": "^7.1.8",
    "@react-navigation/native-stack": "^7.3.16",
    "client-only": "^0.0.1",
    "debug": "^4.3.4",
    "escape-string-regexp": "^4.0.0",
    "expo-server": "^1.0.5",
    "fast-deep-equal": "^3.1.3",
    "invariant": "^2.2.4",
    "nanoid": "^3.3.8",
    "query-string": "^7.1.3",
    "react-fast-compare": "^3.2.2",
    "react-native-is-edge-to-edge": "^1.1.6",
    "semver": "~7.6.3",
    "server-only": "^0.0.1",
    "sf-symbols-typescript": "^2.1.0",
    "shallowequal": "^1.1.0",
    "use-latest-callback": "^0.2.1",
    "vaul": "^1.1.2"
  },
  "gitHead": "cfd65241fb73317b63e6736e7890a784a69940fc"
}
