UNPKG

@nx/next

Version:

The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides: - Scaffolding for creating, building, serving, linting, and testing Next.js applications. - Integration wit

71 lines (70 loc) 1.82 kB
{ "generators": { "update-22-0-0-add-svgr-to-next-config": { "cli": "nx", "version": "22.0.0-beta.0", "description": "Updates next.config.js files to add SVGR webpack configuration directly instead of using the nx.svgr option in withNx.", "factory": "./src/migrations/update-22-0-0/add-svgr-to-next-config" }, "update-22-2-0-create-ai-instructions-for-next-16": { "cli": "nx", "version": "22.2.0-beta.1", "requires": { "next": ">=16.0.0" }, "description": "Create AI Instructions to help migrate users workspaces to Next.js 16.", "factory": "./src/migrations/update-22-2-0/create-ai-instructions-for-next-16" } }, "packageJsonUpdates": { "20.7.1-beta.0": { "version": "20.7.1-beta.0", "packages": { "eslint-config-next": { "version": "^15.2.4", "alwaysAddToPackageJson": false } } }, "20.7.1-beta.0-next14": { "version": "20.7.1-beta.0", "requires": { "next": "^14.0.0" }, "packages": { "next": { "version": "~14.2.26", "alwaysAddToPackageJson": false } } }, "20.7.1-beta.0-next15": { "version": "20.7.1-beta.0", "requires": { "next": "^15.0.0" }, "packages": { "next": { "version": "~15.2.4", "alwaysAddToPackageJson": false } } }, "22.2.0-beta.1": { "version": "22.2.0-beta.1", "requires": { "next": "^15.0.0" }, "packages": { "next": { "version": "~16.0.1", "alwaysAddToPackageJson": false }, "eslint-config-next": { "version": "^16.0.1", "alwaysAddToPackageJson": false } } } } }