{
  "name": "@nx/next",
  "version": "22.7.4",
  "private": false,
  "description": "The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace. \n\nWhen using Next.js in Nx, you get the out-of-the-box support for TypeScript, Playwright, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/next"
  },
  "keywords": [
    "Monorepo",
    "Node",
    "Next",
    "Jest",
    "Cypress",
    "CLI",
    "Front-end"
  ],
  "main": "./index.js",
  "type": "commonjs",
  "types": "./index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "peerDependencies": {
    "next": ">=14.0.0 <17.0.0"
  },
  "dependencies": {
    "@nx/devkit": "22.7.4",
    "@babel/plugin-proposal-decorators": "^7.22.7",
    "@svgr/webpack": "^8.1.0",
    "copy-webpack-plugin": "^14.0.0",
    "ignore": "^7.0.5",
    "semver": "^7.6.3",
    "tslib": "^2.3.0",
    "webpack-merge": "^5.8.0",
    "@nx/js": "22.7.4",
    "@nx/eslint": "22.7.4",
    "@nx/react": "22.7.4",
    "@nx/web": "22.7.4",
    "@nx/webpack": "22.7.4",
    "@phenomnomnominal/tsquery": "~6.2.0"
  },
  "devDependencies": {
    "@nx/cypress": "22.7.4",
    "@nx/playwright": "22.7.4",
    "nx": "22.7.4"
  },
  "publishConfig": {
    "access": "public"
  }
}