56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@nrwl/angular",
|
|
"version": "0.0.1",
|
|
"description": "Angular Plugin for Nx",
|
|
"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"
|
|
},
|
|
"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.2.0",
|
|
"@nrwl/cypress": "*",
|
|
"@nrwl/devkit": "*",
|
|
"@nrwl/jest": "*",
|
|
"@nrwl/linter": "*",
|
|
"@nrwl/storybook": "*",
|
|
"@schematics/angular": "~13.2.0",
|
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
"ignore": "^5.0.4",
|
|
"jasmine-marbles": "~0.8.4",
|
|
"rxjs-for-await": "0.0.2",
|
|
"webpack-merge": "5.7.3",
|
|
"ts-node": "~9.1.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"semver": "7.3.4"
|
|
}
|
|
}
|