@nx/angular
Version:
105 lines • 3.5 kB
JSON
{
"name": "@nx/angular",
"version": "21.4.0",
"private": false,
"description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/angular"
},
"keywords": [
"Monorepo",
"Angular",
"Jest",
"Cypress",
"CLI",
"Front-end"
],
"exports": {
"./migrations.json": "./migrations.json",
"./generators.json": "./generators.json",
"./executors.json": "./executors.json",
"./generators": "./generators.js",
"./executors": "./executors.js",
"./plugin": "./plugin.js",
"./tailwind": "./tailwind.js",
"./module-federation": "./module-federation/index.js",
"./src/utils": "./src/utils/index.js",
"./plugins/component-testing": "./plugins/component-testing.js",
"./src/generators/utils": "./src/generators/utils/index.js",
"./src/generators/move/move-impl": "./src/generators/move/move-impl.js",
"./src/builders/*/schema.json": "./src/builders/*/schema.json",
"./src/builders/*.impl": "./src/builders/*.impl.js",
"./src/executors/*/schema.json": "./src/executors/*/schema.json",
"./src/executors/*.impl": "./src/executors/*.impl.js",
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/nx-angular.mjs"
},
"./mf": {
"types": "./mf/index.d.ts",
"default": "./fesm2022/nx-angular-mf.mjs"
}
},
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"executors": "./executors.json",
"generators": "./generators.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"dependencies": {
"@nx/devkit": "21.4.0",
"@nx/eslint": "21.4.0",
"@nx/js": "21.4.0",
"@nx/module-federation": "21.4.0",
"@nx/rspack": "21.4.0",
"@nx/web": "21.4.0",
"@nx/webpack": "21.4.0",
"@nx/workspace": "21.4.0",
"@phenomnomnominal/tsquery": "~5.0.1",
"@typescript-eslint/type-utils": "^8.0.0",
"enquirer": "~2.3.6",
"magic-string": "~0.30.2",
"picocolors": "^1.1.0",
"picomatch": "4.0.2",
"semver": "^7.5.3",
"tslib": "^2.3.0",
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
"@angular/build": ">= 18.0.0 < 21.0.0",
"@angular-devkit/build-angular": ">= 18.0.0 < 21.0.0",
"@angular-devkit/core": ">= 18.0.0 < 21.0.0",
"@angular-devkit/schematics": ">= 18.0.0 < 21.0.0",
"@schematics/angular": ">= 18.0.0 < 21.0.0",
"ng-packagr": ">= 18.0.0 < 21.0.0",
"rxjs": "^6.5.3 || ^7.5.0"
},
"peerDependenciesMeta": {
"@angular/build": {
"optional": true
},
"@angular-devkit/build-angular": {
"optional": true
},
"ng-packagr": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"module": "fesm2022/nx-angular.mjs",
"typings": "index.d.ts",
"sideEffects": false
}