UNPKG

@nrwl/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

40 lines 1.36 kB
{ "name": "@nrwl/next", "version": "19.8.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, 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-legacy/next" }, "keywords": [ "Monorepo", "Node", "Next", "Jest", "Cypress", "CLI" ], "main": "./index", "typings": "./index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "schematics": "./generators.json", "builders": "./executors.json", "dependencies": { "@nx/next": "19.8.4" }, "publishConfig": { "access": "public" }, "nx-migrations": { "migrations": "@nx/next/migrations.json" }, "type": "commonjs", "types": "./index.d.ts" }