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

13 lines (12 loc) 617 B
export declare const nxVersion: any; export declare const minSupportedNextVersion = "14.0.0"; export declare const next16Version = "~16.1.6"; export declare const next15Version = "~15.5.18"; export declare const next14Version = "~14.2.35"; export declare const nextVersion = "~16.1.6"; export declare const eslintConfigNext16Version = "^16.1.6"; export declare const eslintConfigNext15Version = "^15.5.18"; export declare const eslintConfigNext14Version = "^15.5.18"; export declare const eslintConfigNextVersion = "^16.1.6"; export declare const sassVersion = "1.97.2"; export declare const tsLibVersion = "^2.3.0";