{
  "homepage": "https://www.graphcommerce.org/",
  "name": "root",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "5.0.0",
  "packageManager": "yarn@4.1.0",
  "private": true,
  "workspaces": [
    "docs",
    "packagesDev/*",
    "packages/*",
    "packages/*/example",
    "packages/*/examples/*",
    "examples/*"
  ],
  "engines": {
    "node": "16.x.x||18.x.x||20.x.x"
  },
  "scripts": {
    "eslint:lint": "eslint --ignore-path .gitignore '**/{*.ts,*.tsx}'",
    "eslint:fix": "eslint --fix --ignore-path .gitignore '**/{*.ts,*.tsx}'",
    "prettier:fix": "prettier --ignore-path .gitignore --write '**/*.{ts,tsx,css,html,json}'",
    "tsc:lint": "tsc --noEmit -p .",
    "tsc:perf": "NODE_OPTIONS=--max_old_space_size=10000 tsc --noEmit -p examples/magento-graphcms --generateTrace tsctrace --incremental false",
    "playwright": "npx playwright test --headed --project=chrome",
    "postinstall": "patch-package",
    "release": "yarn changeset publish && git push --follow-tags",
    "packages": "concurrently 'yarn:packages:1' 'yarn:packages:2' 'yarn:packages:3' 'yarn:packages:4' 'yarn:packages:5' 'yarn:packages:6' 'yarn:packages:7'",
    "packages:1": "yarn workspace @graphcommerce/next-config dev",
    "packages:2": "yarn workspace @graphcommerce/graphql-codegen-near-operation-file dev",
    "packages:3": "yarn workspace @graphcommerce/graphql-codegen-relay-optimizer-plugin dev",
    "packages:4": "yarn workspace @graphcommerce/hygraph-cli dev",
    "packages:5": "yarn workspace @graphcommerce/cli dev",
    "packages:6": "yarn workspace @graphcommerce/changeset-changelog dev",
    "packages:7": "yarn workspace @graphcommerce/graphql-codegen-markdown-docs dev",
    "create-patch": "patch-package --exclude 'package.json$|gql.ts$|interceptor.tsx$'"
  },
  "sideEffects": false,
  "prettier": "@graphcommerce/prettier-config-pwa",
  "eslintConfig": {
    "extends": "@graphcommerce/eslint-config-pwa",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  },
  "dependencies": {
    "@changesets/cli": "2.27.1",
    "@graphql-mesh/cli": "^0.97.1",
    "@graphql-mesh/graphql": "^0.102.15",
    "@graphql-mesh/openapi": "^0.107.6",
    "@testing-library/jest-dom": "^6.2.0",
    "@testing-library/react": "^14.1.2",
    "@unts/patch-package": "^8.0.0",
    "concurrently": "8.2.2",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@playwright/test": "1.41.0",
    "@types/event-stream": "^4.0.5",
    "eslint": "8.56.0",
    "event-stream": "^4.0.1",
    "prettier": "3.2.4",
    "typescript": "5.3.3"
  },
  "resolutions": {
    "@changesets/assemble-release-plan": "5.2.4",
    "@changesets/config": "2.3.1",
    "@emotion/react": "11.12.0"
  }
}
