domjtalbot/nx-mesh

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "scripts": {
    "build": "nx run-many --target=build --all",
    "ci:skip-cache": "pnpm lint:fix --parallel=1 --skip-nx-cache && pnpm build --parallel=1 --skip-nx-cache && pnpm test -- --parallel=1 --skip-nx-cache && pnpm validate --parallel=1 --skip-nx-cache && pnpm e2e --parallel=1 --skip-nx-cache",
    "ci": "pnpm lint:fix --parallel=1 && pnpm build --parallel=1 && pnpm test --parallel=1 && pnpm e2e --parallel=1",
    "e2e": "nx run-many --target=e2e --all --parallel=1 && nx run-many --target=e2e --all --configuration=start --parallel=1 && nx run-many --target=e2e --all --configuration=serve --parallel=1 && nx run-many --target=e2e --all --configuration=serve-dev",
    "lint:fix": "nx format:write && nx run-many --target=lint --all --fix",
    "lint": "nx format && nx run-many --target=lint --all",
    "nx:update": "./tools/scripts/nx-update.sh",
    "postinstall": "husky install",
    "test": "nx run-many --target=test --all",
    "validate": "nx run-many --target=validate --all"
  },
  "license": "MIT",
  "engines": {
    "pnpm": ">=8"
  },
  "volta": {
    "node": "18.15.0"
  },
  "packageManager": "pnpm@8.0.0",
  "private": true,
  "dependencies": {
    "@nrwl/cypress": "15.7.1",
    "@nrwl/devkit": "15.7.1",
    "@nrwl/jest": "15.7.1",
    "@nrwl/js": "15.7.1",
    "@nrwl/linter": "15.7.1",
    "@nrwl/node": "15.7.1",
    "@nrwl/workspace": "15.7.1",
    "@swc-node/register": "1.6.2",
    "@swc/cli": "0.1.62",
    "@swc/core": "1.3.42"
  },
  "devDependencies": {
    "@changesets/changelog-github": "0.4.8",
    "@changesets/cli": "2.26.0",
    "@commitlint/cli": "17.4.4",
    "@commitlint/config-angular": "17.4.4",
    "@graphql-codegen/cli": "3.2.2",
    "@graphql-codegen/client-preset": "2.1.1",
    "@graphql-mesh/cache-file": "1.0.0",
    "@graphql-mesh/cli": "0.82.34",
    "@graphql-mesh/graphql": "1.0.0",
    "@graphql-mesh/json-schema": "1.0.0",
    "@graphql-mesh/mysql": "1.0.0",
    "@graphql-mesh/neo4j": "1.0.0",
    "@graphql-mesh/new-openapi": "0.8.2",
    "@graphql-mesh/odata": "1.0.0",
    "@graphql-mesh/openapi": "1.0.0",
    "@graphql-mesh/plugin-mock": "1.0.0",
    "@graphql-mesh/plugin-snapshot": "1.0.0",
    "@graphql-mesh/runtime": "1.0.0",
    "@graphql-mesh/soap": "1.0.0",
    "@graphql-typed-document-node/core": "3.2.0",
    "@microsoft/eslint-formatter-sarif": "3.0.0",
    "@nrwl/esbuild": "15.7.1",
    "@nrwl/eslint-plugin-nx": "15.7.1",
    "@nrwl/next": "15.7.1",
    "@nrwl/nx-cloud": "15.2.1",
    "@nrwl/nx-plugin": "15.7.1",
    "@nrwl/react": "15.7.1",
    "@swc/helpers": "0.4.14",
    "@swc/jest": "0.2.20",
    "@testing-library/react": "13.4.0",
    "@types/fs-extra": "9.0.13",
    "@types/jest": "28.1.8",
    "@types/node": "18.11.9",
    "@types/react-dom": "18.0.9",
    "@types/react-is": "17.0.3",
    "@types/react": "18.0.25",
    "@types/styled-components": "5.1.26",
    "@types/watchpack": "2.4.0",
    "@typescript-eslint/eslint-plugin": "5.56.0",
    "@typescript-eslint/parser": "5.56.0",
    "babel-jest": "28.1.1",
    "babel-plugin-styled-components": "1.10.7",
    "cypress": "^12.2.0",
    "esbuild": "^0.17.15",
    "eslint-config-next": "13.1.1",
    "eslint-config-prettier": "8.1.0",
    "eslint-plugin-cypress": "2.12.1",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jsx-a11y": "6.6.1",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-react": "7.31.11",
    "eslint": "8.15.0",
    "fs-extra": "10.1.0",
    "get-port": "5.1.1",
    "graphql": "16.6.0",
    "husky": "8.0.3",
    "jest-environment-jsdom": "28.1.1",
    "jest": "28.1.1",
    "jsdom": "~20.0.3",
    "jsonc-eslint-parser": "2.2.0",
    "lint-staged": "13.2.0",
    "next": "13.1.1",
    "nx": "15.7.1",
    "prettier": "2.8.6",
    "react-dom": "18.2.0",
    "react-is": "18.2.0",
    "react-test-renderer": "18.2.0",
    "react": "18.2.0",
    "regenerator-runtime": "0.13.7",
    "styled-components": "5.3.6",
    "ts-jest": "28.0.5",
    "ts-node": "10.9.1",
    "tslib": "2.5.0",
    "type-fest": "3.6.1",
    "typescript": "4.8.4",
    "watchpack": "2.4.0"
  },
  "pnpm": {
    "overrides": {
      "@nrwl/cypress": "15.7.1",
      "@nrwl/jest": "15.7.1",
      "@nrwl/js": "15.7.1",
      "@nrwl/node": "15.7.1",
      "@nrwl/webpack": "15.7.1"
    }
  }
}