{
  "name": "expo-router",
  "version": "57.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",
    "android",
    "local-maven-repo",
    "assets",
    "build",
    "internal",
    "vendor",
    "!src",
    "_ctx-html.js",
    "_ctx-shared.js",
    "_ctx.*",
    "_error.js",
    "app.plugin.js",
    "babel.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",
    "unstable-split-view.js",
    "unstable-split-view.d.ts",
    "node",
    "plugin",
    "react-navigation.js",
    "react-navigation.d.ts",
    "rsc",
    "server.d.ts",
    "server.js",
    "stack.d.ts",
    "stack.js",
    "js-tabs.js",
    "js-tabs.d.ts",
    "js-stack.js",
    "js-stack.d.ts",
    "js-top-tabs.js",
    "js-top-tabs.d.ts",
    "native-stack.js",
    "native-stack.d.ts",
    "tabs.js",
    "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/",
  "keywords": [
    "react-native",
    "expo"
  ],
  "peerDependencies": {
    "@expo/log-box": "^57.0.4",
    "@expo/metro-runtime": "^57.0.16",
    "@testing-library/react-native": ">= 13.2.0",
    "expo": "*",
    "expo-constants": "^57.0.19",
    "expo-linking": "^57.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": "^4.26.0",
    "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
    }
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-native": "^13.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@tsd/typescript": "^5.9.3",
    "@types/color": "^4.2.0",
    "@types/debug": "^4.1.7",
    "@types/jest": "^29.2.1",
    "@types/node": "^22.14.0",
    "@types/react": "~19.2.0",
    "@types/react-dom": "^19.1.7",
    "@types/react-is": "^19.0.0",
    "@types/react-test-renderer": "^19.1.0",
    "immer": "^10.1.1",
    "react-native-gesture-handler": "~2.32.0",
    "react-native-reanimated": "4.5.1",
    "react-native-safe-area-context": "~5.6.2",
    "react-native-screens": "^4.26.0",
    "react-native-web": "~0.21.0",
    "react-server-dom-webpack": "~19.0.6",
    "tsd": "^0.33.0",
    "expo": "57.0.25"
  },
  "dependencies": {
    "@expo/log-box": "^57.0.4",
    "@expo/metro-runtime": "^57.0.16",
    "@expo/schema-utils": "^57.0.2",
    "@expo/ui": "^57.0.20",
    "@radix-ui/react-slot": "^1.2.0",
    "@radix-ui/react-tabs": "^1.1.12",
    "@react-native-masked-view/masked-view": "^0.3.2",
    "client-only": "^0.0.1",
    "color": "^4.2.3",
    "debug": "^4.3.4",
    "escape-string-regexp": "^4.0.0",
    "expo-glass-effect": "^57.0.4",
    "expo-server": "^57.0.3",
    "expo-symbols": "^57.0.3",
    "fast-deep-equal": "^3.1.3",
    "invariant": "^2.2.4",
    "nanoid": "^3.3.18",
    "query-string": "^7.1.3",
    "react-fast-compare": "^3.2.2",
    "react-is": "^19.1.0",
    "react-native-drawer-layout": "^4.2.2",
    "react-native-screens": "^4.26.0",
    "server-only": "^0.0.1",
    "sf-symbols-typescript": "^2.1.0",
    "shallowequal": "^1.1.0",
    "standard-navigation": "^0.0.5",
    "vaul": "^1.1.2"
  },
  "gitHead": "9349d1457178dd9cccb8bdd3aed47473c49134e1",
  "scripts": {
    "build": "node ./scripts/build.js",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "test:rsc": "jest --config jest-rsc.config.js",
    "test:types": "expo-module build -p tsconfig.test.json",
    "expo-module": "expo-module"
  }
}