|
55 | 55 | "@angular/router": "16.2.9", |
56 | 56 | "@ngx-translate/core": "^14.0.0", |
57 | 57 | "@ngx-translate/http-loader": "^7.0.0", |
| 58 | + "@nx/angular": "16.10.0", |
58 | 59 | "@swimlane/ngx-charts": "^20.4.1", |
59 | 60 | "@swimlane/ngx-graph": "^8.2.2", |
60 | 61 | "angular-oauth2-oidc": "^13.0.1", |
61 | 62 | "bootstrap": "5.2.3", |
62 | | - "chart.js": "^4.1.1", |
63 | | - "core-js": "^3.27.1", |
64 | 63 | "d3-graphviz": "^5.0.2", |
65 | 64 | "d3-shape": "^3.1.0", |
66 | 65 | "dompurify": "^2.4.3", |
67 | 66 | "eslint-plugin-unused-imports": "^2.0.0", |
68 | 67 | "file-saver": "^2.0.5", |
69 | 68 | "moment-timezone": "^0.5.35", |
70 | | - "ng2-charts": "^4.1.1", |
71 | 69 | "ngx-mat-select-search": "7.0.2", |
72 | 70 | "ngx-scrollbar": "^10.0.1", |
73 | 71 | "npm": "^9.8.0", |
74 | 72 | "pdfmake": "^0.2.7", |
75 | 73 | "rxjs": "7.8.1", |
76 | | - "save": "^2.4.0", |
77 | 74 | "tinycolor2": "1.6.0", |
78 | 75 | "tslib": "^2.3.1", |
79 | | - "y18n": "^5.0.8", |
80 | | - "zone.js": "0.13.1", |
81 | | - "@nx/angular": "16.10.0" |
| 76 | + "zone.js": "0.13.1" |
82 | 77 | }, |
83 | 78 | "devDependencies": { |
84 | 79 | "@angular-devkit/build-angular": "16.2.6", |
|
90 | 85 | "@angular/cli": "~16.2.0", |
91 | 86 | "@angular/compiler-cli": "16.2.9", |
92 | 87 | "@angular/language-service": "16.2.9", |
93 | | - "@nestjs/common": "^9.4.2", |
| 88 | + "@commitlint/cli": "^17.6.6", |
| 89 | + "@commitlint/config-conventional": "^17.6.6", |
| 90 | + "@commitlint/cz-commitlint": "^17.5.0", |
94 | 91 | "@nx/cypress": "16.10.0", |
95 | 92 | "@nx/eslint-plugin": "16.10.0", |
96 | 93 | "@nx/jest": "16.10.0", |
97 | 94 | "@nx/linter": "16.10.0", |
98 | 95 | "@nx/workspace": "16.10.0", |
99 | 96 | "@openapitools/openapi-generator-cli": "^2.7.0", |
100 | 97 | "@schematics/angular": "16.2.6", |
| 98 | + "@semantic-release/changelog": "^6.0.3", |
| 99 | + "@semantic-release/git": "^10.0.1", |
| 100 | + "@semantic-release/github": "^9.0.3", |
101 | 101 | "@types/dompurify": "^2.4.0", |
102 | 102 | "@types/file-saver": "^2.0.5", |
103 | 103 | "@types/jest": "29.4.4", |
104 | 104 | "@types/node": "16.11.25", |
105 | 105 | "@typescript-eslint/eslint-plugin": "5.62.0", |
106 | 106 | "@typescript-eslint/parser": "5.62.0", |
107 | | - "ajv": "^8.12.0", |
| 107 | + "commitizen": "^4.3.0", |
| 108 | + "conventional-changelog-conventionalcommits": "^6.1.0", |
108 | 109 | "cypress": "^13.3.1", |
109 | 110 | "cypress-fail-on-console-error": "^4.0.2", |
110 | | - "dotenv": "10.0.0", |
111 | 111 | "eslint": "8.22.0", |
112 | 112 | "eslint-config-prettier": "8.5.0", |
113 | 113 | "eslint-plugin-cypress": "^2.12.1", |
114 | 114 | "eslint-plugin-import": "^2.25.4", |
| 115 | + "inquirer": "^8.2.5", |
115 | 116 | "jest": "29.5.0", |
116 | 117 | "jest-environment-jsdom": "29.5.0", |
117 | 118 | "jest-preset-angular": "13.1.2", |
118 | 119 | "nx": "16.10.0", |
119 | 120 | "prettier": "2.7.1", |
| 121 | + "semantic-release": "^21.0.7", |
120 | 122 | "ts-jest": "29.1.1", |
121 | | - "ts-node": "10.8.2", |
122 | 123 | "typescript": "4.9.3", |
123 | | - "webpack-bundle-analyzer": "^4.5.0", |
124 | | - "@commitlint/cli": "^17.6.6", |
125 | | - "@commitlint/config-conventional": "^17.6.6", |
126 | | - "@commitlint/cz-commitlint": "^17.5.0", |
127 | | - "@semantic-release/changelog": "^6.0.3", |
128 | | - "@semantic-release/git": "^10.0.1", |
129 | | - "@semantic-release/github": "^9.0.3", |
130 | | - "commitizen": "^4.3.0", |
131 | | - "conventional-changelog-conventionalcommits": "^6.1.0", |
132 | | - "inquirer": "^8.2.5", |
133 | | - "semantic-release": "^21.0.7" |
| 124 | + "webpack-bundle-analyzer": "^4.5.0" |
134 | 125 | }, |
135 | 126 | "config": { |
136 | 127 | "commitizen": { |
|
0 commit comments