{
  "name": "@react-router/dev",
  "version": "7.14.2",
  "description": "Dev tools and CLI for React Router",
  "homepage": "https://reactrouter.com",
  "bugs": {
    "url": "https://github.com/remix-run/react-router/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/remix-run/react-router",
    "directory": "packages/react-router-dev"
  },
  "license": "MIT",
  "exports": {
    "./config/default-rsc-entries/entry.client": "./dist/config/default-rsc-entries/entry.client.tsx",
    "./config/default-rsc-entries/entry.rsc": "./dist/config/default-rsc-entries/entry.rsc.tsx",
    "./config/default-rsc-entries/entry.ssr": "./dist/config/default-rsc-entries/entry.ssr.tsx",
    "./config": {
      "types": "./dist/config.d.ts",
      "default": "./dist/config.js"
    },
    "./routes": {
      "types": "./dist/routes.d.ts",
      "default": "./dist/routes.js"
    },
    "./rsc-types": "./rsc-types.d.ts",
    "./vite": {
      "types": "./dist/vite.d.ts",
      "default": "./dist/vite.js"
    },
    "./vite/cloudflare": {
      "types": "./dist/vite/cloudflare.d.ts",
      "default": "./dist/vite/cloudflare.js"
    },
    "./package.json": "./package.json"
  },
  "imports": {
    "#module-sync-enabled": {
      "module-sync": "./module-sync-enabled/true.mjs",
      "default": "./module-sync-enabled/false.cjs"
    }
  },
  "bin": {
    "react-router": "bin.js"
  },
  "wireit": {
    "build": {
      "command": "tsup",
      "files": [
        "../../pnpm-workspace.yaml",
        "cli/**",
        "config/**",
        "module-sync-enabled/**",
        "typegen/**",
        "vite/**",
        "*.ts",
        "bin.js",
        "tsconfig.json",
        "package.json"
      ],
      "output": [
        "dist/**"
      ]
    }
  },
  "dependencies": {
    "@babel/core": "^7.27.7",
    "@babel/generator": "^7.27.5",
    "@babel/parser": "^7.27.7",
    "@babel/plugin-syntax-jsx": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@babel/traverse": "^7.27.7",
    "@babel/types": "^7.27.7",
    "@remix-run/node-fetch-server": "^0.13.0",
    "arg": "^5.0.1",
    "babel-dead-code-elimination": "^1.0.6",
    "chokidar": "^4.0.0",
    "dedent": "^1.5.3",
    "es-module-lexer": "^1.3.1",
    "exit-hook": "2.2.1",
    "isbot": "^5.1.11",
    "jsesc": "3.0.2",
    "lodash": "^4.17.21",
    "p-map": "^7.0.3",
    "pathe": "^1.1.2",
    "picocolors": "^1.1.1",
    "pkg-types": "^2.3.0",
    "prettier": "^3.6.2",
    "react-refresh": "^0.14.0",
    "semver": "^7.3.7",
    "tinyglobby": "^0.2.14",
    "valibot": "^1.2.0",
    "vite-node": "^3.2.2",
    "@react-router/node": "7.14.2"
  },
  "devDependencies": {
    "@types/babel__core": "^7.20.5",
    "@types/babel__generator": "^7.27.0",
    "@types/babel__traverse": "^7.20.7",
    "@types/dedent": "^0.7.0",
    "@types/express": "^4.17.9",
    "@types/jest": "^29.5.4",
    "@types/jsesc": "^3.0.1",
    "@types/lodash": "^4.14.182",
    "@types/node": "^20.0.0",
    "@types/npmcli__package-json": "^4.0.0",
    "@types/semver": "^7.7.0",
    "@vitejs/plugin-rsc": "~0.5.21",
    "esbuild-register": "^3.6.0",
    "execa": "5.1.1",
    "express": "^4.19.2",
    "fast-glob": "3.2.11",
    "tsup": "^8.3.0",
    "typescript": "^5.4.5",
    "vite": "^6.3.0",
    "wireit": "0.14.9",
    "wrangler": "^4.23.0",
    "@react-router/serve": "7.14.2",
    "react-router": "^7.14.2"
  },
  "peerDependencies": {
    "@vitejs/plugin-rsc": "~0.5.21",
    "react-server-dom-webpack": "^19.2.3",
    "typescript": "^5.1.0 || ^6.0.0",
    "vite": "^5.1.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
    "wrangler": "^3.28.2 || ^4.0.0",
    "@react-router/serve": "^7.14.2",
    "react-router": "^7.14.2"
  },
  "peerDependenciesMeta": {
    "@vitejs/plugin-rsc": {
      "optional": true
    },
    "@react-router/serve": {
      "optional": true
    },
    "typescript": {
      "optional": true
    },
    "react-server-dom-webpack": {
      "optional": true
    },
    "wrangler": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "dist/",
    "module-sync-enabled/",
    "bin.js",
    "rsc-types.d.ts",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md"
  ],
  "scripts": {
    "build": "wireit",
    "typecheck": "tsc"
  }
}