|
1 | 1 | {
|
2 | 2 | "name": "angular-architects",
|
3 | 3 | "version": "0.0.0",
|
| 4 | + "private": true, |
4 | 5 | "license": "MIT",
|
5 | 6 | "scripts": {
|
6 |
| - "commit": "git-cz", |
7 |
| - "nx": "nx", |
8 |
| - "start": "nx serve", |
9 |
| - "build": "nx build ddd", |
10 |
| - "pack": "npm pack ./dist/libs/ddd", |
11 |
| - "build:schema": "node libs/ddd/src/schematics/json-schema-to-ts.js", |
12 |
| - "test": "nx test", |
13 |
| - "lint": "nx workspace-lint && nx lint", |
14 |
| - "e2e": "nx e2e", |
| 7 | + "affected": "nx affected", |
15 | 8 | "affected:apps": "nx affected:apps",
|
16 |
| - "affected:libs": "nx affected:libs", |
17 | 9 | "affected:build": "nx affected:build",
|
| 10 | + "affected:dep-graph": "nx affected:dep-graph", |
18 | 11 | "affected:e2e": "nx affected:e2e",
|
19 |
| - "affected:test": "nx affected:test", |
| 12 | + "affected:libs": "nx affected:libs", |
20 | 13 | "affected:lint": "nx affected:lint",
|
21 |
| - "affected:dep-graph": "nx affected:dep-graph", |
22 |
| - "affected": "nx affected", |
| 14 | + "affected:test": "nx affected:test", |
| 15 | + "build": "nx build ddd", |
| 16 | + "build:schema": "node libs/ddd/src/schematics/json-schema-to-ts.js", |
| 17 | + "commit": "git-cz", |
| 18 | + "dep-graph": "nx dep-graph", |
| 19 | + "e2e": "nx e2e", |
23 | 20 | "format": "nx format:write",
|
24 |
| - "format:write": "nx format:write", |
25 | 21 | "format:check": "nx format:check",
|
26 |
| - "update": "nx migrate latest", |
27 |
| - "dep-graph": "nx dep-graph", |
| 22 | + "format:write": "nx format:write", |
28 | 23 | "help": "nx help",
|
| 24 | + "lint": "nx workspace-lint && nx lint", |
| 25 | + "nx": "nx", |
| 26 | + "pack": "npm pack ./dist/libs/ddd", |
| 27 | + "start": "nx serve", |
| 28 | + "test": "nx test", |
| 29 | + "update": "nx migrate latest", |
29 | 30 | "workspace-generator": "nx workspace-generator"
|
30 | 31 | },
|
31 |
| - "private": true, |
| 32 | + "config": { |
| 33 | + "commitizen": { |
| 34 | + "path": "./node_modules/cz-customizable" |
| 35 | + } |
| 36 | + }, |
32 | 37 | "dependencies": {
|
33 |
| - "@schematics/angular": "^12.0.0", |
34 |
| - "@nrwl/schematics": "^12.0.0" |
| 38 | + "@schematics/angular": "^12.0.0" |
35 | 39 | },
|
36 | 40 | "devDependencies": {
|
37 |
| - "json-schema-to-typescript": "^8.1.0", |
38 | 41 | "@nrwl/angular": "11.0.20",
|
39 | 42 | "@nrwl/cli": "11.0.20",
|
40 | 43 | "@nrwl/eslint-plugin-nx": "11.0.20",
|
|
46 | 49 | "@types/node": "12.12.38",
|
47 | 50 | "@typescript-eslint/eslint-plugin": "4.3.0",
|
48 | 51 | "@typescript-eslint/parser": "4.3.0",
|
| 52 | + "@yarnpkg/plugin-dlx": "^3.1.1", |
49 | 53 | "commitizen": "^4.2.2",
|
50 | 54 | "cz-customizable": "^6.3.0",
|
51 | 55 | "dotenv": "6.2.0",
|
52 | 56 | "eslint": "7.10.0",
|
53 | 57 | "eslint-config-prettier": "6.0.0",
|
54 | 58 | "jest": "26.2.2",
|
| 59 | + "json-schema-to-typescript": "^8.1.0", |
55 | 60 | "prettier": "2.1.2",
|
56 | 61 | "ts-jest": "26.4.0",
|
57 | 62 | "ts-node": "9.1.1",
|
58 | 63 | "tslint": "6.1.3",
|
59 | 64 | "typescript": "4.0.5"
|
60 | 65 | },
|
61 |
| - "config": { |
62 |
| - "commitizen": { |
63 |
| - "path": "./node_modules/cz-customizable" |
64 |
| - } |
65 |
| - } |
| 66 | + "packageManager": "[email protected]" |
66 | 67 | }
|
0 commit comments