{
  "name": "@graphcommerce/magento-graphcms",
  "homepage": "https://www.graphcommerce.org/",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "9.0.0-canary.97",
  "private": true,
  "sideEffects": false,
  "packageManager": "yarn@4.1.1",
  "engines": {
    "node": "16.x.x||18.x.x||20.x.x"
  },
  "scripts": {
    "dev": "concurrently -k -n codegen,next 'graphql-codegen -w' 'next dev'",
    "codegen": "graphcommerce codegen-config && graphcommerce codegen-interceptors && mesh build && graphql-codegen",
    "build": "graphcommerce codegen-config && graphcommerce codegen-interceptors && mesh build && graphql-codegen && next build && generate-assetlinks",
    "start": "next start",
    "tsc:lint": "tsc --noEmit -p .",
    "lingui": "cross-env NODE_ENV=development lingui extract --clean",
    "postinstall": "is-monorepo '[pkgrun] postinstall' '[pkgrun] patch-package'",
    "create-patch": "patch-package --exclude 'package.json$|gql.ts$|interceptor.tsx$'"
  },
  "dependencies": {
    "@apollo/client": "~3.10.8",
    "@ducanh2912/next-pwa": "9.7.2",
    "@graphcommerce/cli": "9.0.0-canary.97",
    "@graphcommerce/demo-magento-graphcommerce": "9.0.0-canary.97",
    "@graphcommerce/ecommerce-ui": "9.0.0-canary.97",
    "@graphcommerce/framer-next-pages": "9.0.0-canary.97",
    "@graphcommerce/framer-scroller": "9.0.0-canary.97",
    "@graphcommerce/framer-utils": "9.0.0-canary.97",
    "@graphcommerce/googleanalytics": "9.0.0-canary.97",
    "@graphcommerce/googlerecaptcha": "9.0.0-canary.97",
    "@graphcommerce/googletagmanager": "9.0.0-canary.97",
    "@graphcommerce/graphcms-ui": "9.0.0-canary.97",
    "@graphcommerce/graphql": "9.0.0-canary.97",
    "@graphcommerce/graphql-mesh": "9.0.0-canary.97",
    "@graphcommerce/hygraph-cli": "9.0.0-canary.97",
    "@graphcommerce/hygraph-dynamic-rows": "9.0.0-canary.97",
    "@graphcommerce/image": "9.0.0-canary.97",
    "@graphcommerce/lingui-next": "9.0.0-canary.97",
    "@graphcommerce/magento-cart": "9.0.0-canary.97",
    "@graphcommerce/magento-cart-billing-address": "9.0.0-canary.97",
    "@graphcommerce/magento-cart-checkout": "9.0.0-canary.97",
    "@graphcommerce/magento-cart-coupon": "9.0.0-canary.97",
    "@graphcommerce/magento-cart-email": "9.0.0-canary.97",
    "@graphcommerce/magento-cart-items": "9.0.0-canary.97",
    "@graphcommerce/magento-cart-payment-method": "9.0.0-canary.97",
    "@graphcommerce/magento-cart-shipping-address": "9.0.0-canary.97",
    "@graphcommerce/magento-cart-shipping-method": "9.0.0-canary.97",
    "@graphcommerce/magento-category": "9.0.0-canary.97",
    "@graphcommerce/magento-cms": "9.0.0-canary.97",
    "@graphcommerce/magento-compare": "9.0.0-canary.97",
    "@graphcommerce/magento-customer": "9.0.0-canary.97",
    "@graphcommerce/magento-graphql": "9.0.0-canary.97",
    "@graphcommerce/magento-graphql-rest": "9.0.0-canary.97",
    "@graphcommerce/magento-newsletter": "9.0.0-canary.97",
    "@graphcommerce/magento-payment-included": "9.0.0-canary.97",
    "@graphcommerce/magento-product": "9.0.0-canary.97",
    "@graphcommerce/magento-product-bundle": "9.0.0-canary.97",
    "@graphcommerce/magento-product-configurable": "9.0.0-canary.97",
    "@graphcommerce/magento-product-downloadable": "9.0.0-canary.97",
    "@graphcommerce/magento-product-grouped": "9.0.0-canary.97",
    "@graphcommerce/magento-product-simple": "9.0.0-canary.97",
    "@graphcommerce/magento-product-virtual": "9.0.0-canary.97",
    "@graphcommerce/magento-recently-viewed-products": "9.0.0-canary.97",
    "@graphcommerce/magento-review": "9.0.0-canary.97",
    "@graphcommerce/magento-search": "9.0.0-canary.97",
    "@graphcommerce/magento-store": "9.0.0-canary.97",
    "@graphcommerce/magento-wishlist": "9.0.0-canary.97",
    "@graphcommerce/next-config": "9.0.0-canary.97",
    "@graphcommerce/next-ui": "9.0.0-canary.97",
    "@graphcommerce/react-hook-form": "9.0.0-canary.97",
    "@lingui/conf": "4.11.2",
    "@lingui/core": "4.11.2",
    "@lingui/macro": "4.11.2",
    "@lingui/react": "4.11.2",
    "@mui/lab": "5.0.0-alpha.171",
    "@mui/material": "5.16.4",
    "@next/env": "14.2.5",
    "@parcel/watcher": "^2.4.1",
    "@unts/patch-package": "^8.0.0",
    "concurrently": "8.2.2",
    "cross-env": "^7.0.3",
    "dotenv": "16.4.5",
    "framer-motion": "10.18.0",
    "graphql": "^16.9.0",
    "next": "14.2.5",
    "next-assetlinks": "^1.0.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-hook-form": "^7.52.1",
    "sharp": "0.33.4",
    "ts-node": "^10.9.2",
    "webpack": "~5.93.0"
  },
  "devDependencies": {
    "@graphcommerce/eslint-config-pwa": "9.0.0-canary.97",
    "@graphcommerce/prettier-config-pwa": "9.0.0-canary.97",
    "@graphcommerce/typescript-config-pwa": "9.0.0-canary.97",
    "@lingui/cli": "4.11.2",
    "@playwright/test": "1.45.1",
    "@types/node": "^18.19.40",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/react-is": "^18.3.0",
    "babel-plugin-macros": "^3.1.0",
    "eslint": "^8",
    "prettier": "3.3.3",
    "type-fest": "^4.22.0",
    "typescript": "5.5.3"
  },
  "browserslist": [
    "> 1% in alt-EU",
    "not IE 11"
  ],
  "prettier": "@graphcommerce/prettier-config-pwa",
  "eslintConfig": {
    "extends": "@graphcommerce/eslint-config-pwa",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  }
}
