UNPKG

@nrwl/angular

Version:

The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, and Cypress. - Gen

34 lines (33 loc) 689 B
{ "$schema": "../../node_modules/ng-packagr/ng-package.schema.json", "lib": { "entryFile": "index.ts" }, "dest": "../../build/packages/angular-legacy", "deleteDestPath": false, "allowedNonPeerDependencies": [ "@nx/", "@nrwl/", "@angular-devkit", "@angular-eslint/", "@nguniversal/builders", "@schematics", "@phenomnomnominal/tsquery", "@typescript-eslint/", "chalk", "chokidar", "ignore", "minimatch", "rxjs-for-await", "webpack-merge", "ts-node", "tsconfig-paths", "semver", "webpack", "http-server", "magic-string", "enquirer", "find-cache-dir" ], "keepLifecycleScripts": true }