62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"name": "@nrwl/angular",
|
|
"version": "0.0.1",
|
|
"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, Cypress, Karma, and Protractor. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Upgrading AngularJS applications \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"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./scripts/nx-cli-warning.js"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Angular",
|
|
"Jest",
|
|
"Cypress",
|
|
"CLI"
|
|
],
|
|
"exports": {
|
|
"./generators": "./generators.js",
|
|
"./executors": "./executors.js",
|
|
"./tailwind": "./tailwind.js",
|
|
"./src/generators/utils": "./src/generators/utils/index.js",
|
|
"./module-federation": "./module-federation/index.js"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"builders": "./executors.json",
|
|
"schematics": "./generators.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"dependencies": {
|
|
"@angular-devkit/schematics": "~13.3.0",
|
|
"@nrwl/cypress": "file:../cypress",
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@nrwl/jest": "file:../jest",
|
|
"@nrwl/linter": "file:../linter",
|
|
"@nrwl/storybook": "file:../storybook",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
"@schematics/angular": "~13.3.0",
|
|
"chalk": "4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"http-server": "^14.1.0",
|
|
"ignore": "^5.0.4",
|
|
"jasmine-marbles": "~0.8.4",
|
|
"rxjs-for-await": "0.0.2",
|
|
"semver": "7.3.4",
|
|
"ts-node": "~9.1.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"webpack": "^5.58.1",
|
|
"webpack-merge": "5.7.3"
|
|
}
|
|
}
|