{
  "name": "@shopify/react-server",
  "version": "5.2.3",
  "license": "MIT",
  "description": "Utilities for React server-side rendering",
  "main": "index.js",
  "types": "./build/ts/index.d.ts",
  "typesVersions": {
    "*": {
      "webpack-plugin": [
        "./build/ts/webpack-plugin/index.d.ts"
      ]
    }
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "author": "Shopify Inc.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/quilt.git",
    "directory": "packages/react-server"
  },
  "bugs": {
    "url": "https://github.com/Shopify/quilt/issues"
  },
  "homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-server/README.md",
  "engines": {
    "node": ">=18.12.0"
  },
  "dependencies": {
    "@shopify/network": "^3.3.0",
    "@shopify/react-async": "^5.5.3",
    "@shopify/react-cookie": "^2.1.4",
    "@shopify/react-effect": "^5.2.0",
    "@shopify/react-html": "^13.2.3",
    "@shopify/react-hydrate": "^3.1.4",
    "@shopify/react-network": "^5.2.3",
    "@shopify/sewing-kit-koa": "^9.3.1",
    "chalk": "^2.4.2",
    "koa": "^2.13.4",
    "koa-compose": ">=4.0.0 <5.0.0",
    "koa-mount": "^4.0.0"
  },
  "devDependencies": {
    "@shopify/jest-koa-mocks": "^5.3.0",
    "@shopify/react-testing": "^5.4.0",
    "@shopify/with-env": "^3.1.0",
    "@types/koa": "^2.0.0",
    "@types/webpack-virtual-modules": "^0.1.0",
    "get-port": "^5.0.0",
    "memfs": "^3.2.2",
    "node-loader": "^1.0.0",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "saddle-up": "^0.5.4",
    "setimmediate": "^1.0.5",
    "webpack": "^5.38.0"
  },
  "peerDependencies": {
    "cross-fetch": ">=3.0.0",
    "react": ">=18.0.0 <19.0.0",
    "react-dom": ">=18.0.0 <19.0.0"
  },
  "optionalDependencies": {
    "@babel/types": ">=7.0.0",
    "webpack-virtual-modules": "^0.4.3"
  },
  "files": [
    "build/",
    "!build/*.tsbuildinfo",
    "!build/ts/**/tests/",
    "index.js",
    "index.mjs",
    "index.esnext",
    "webpack-plugin.js",
    "webpack-plugin.mjs",
    "webpack-plugin.esnext"
  ],
  "module": "index.mjs",
  "esnext": "index.esnext",
  "exports": {
    "./webpack-plugin": {
      "types": "./build/ts/webpack-plugin/index.d.ts",
      "esnext": "./webpack-plugin.esnext",
      "import": "./webpack-plugin.mjs",
      "require": "./webpack-plugin.js"
    },
    ".": {
      "types": "./build/ts/index.d.ts",
      "esnext": "./index.esnext",
      "import": "./index.mjs",
      "require": "./index.js"
    }
  }
}
