Skip to content

Commit 9a36c93

Browse files
committed
build(npm): remove unused dependencies
* These unused libraries have been removed: chart.js, core-js, ng2-charts, save, y18n, @nestjs/common, ajv, dotenv and ts-node.
1 parent aecd28a commit 9a36c93

File tree

2 files changed

+20
-146
lines changed

2 files changed

+20
-146
lines changed

package-lock.json

Lines changed: 7 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -55,30 +55,25 @@
5555
"@angular/router": "16.2.9",
5656
"@ngx-translate/core": "^14.0.0",
5757
"@ngx-translate/http-loader": "^7.0.0",
58+
"@nx/angular": "16.10.0",
5859
"@swimlane/ngx-charts": "^20.4.1",
5960
"@swimlane/ngx-graph": "^8.2.2",
6061
"angular-oauth2-oidc": "^13.0.1",
6162
"bootstrap": "5.2.3",
62-
"chart.js": "^4.1.1",
63-
"core-js": "^3.27.1",
6463
"d3-graphviz": "^5.0.2",
6564
"d3-shape": "^3.1.0",
6665
"dompurify": "^2.4.3",
6766
"eslint-plugin-unused-imports": "^2.0.0",
6867
"file-saver": "^2.0.5",
6968
"moment-timezone": "^0.5.35",
70-
"ng2-charts": "^4.1.1",
7169
"ngx-mat-select-search": "7.0.2",
7270
"ngx-scrollbar": "^10.0.1",
7371
"npm": "^9.8.0",
7472
"pdfmake": "^0.2.7",
7573
"rxjs": "7.8.1",
76-
"save": "^2.4.0",
7774
"tinycolor2": "1.6.0",
7875
"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"
8277
},
8378
"devDependencies": {
8479
"@angular-devkit/build-angular": "16.2.6",
@@ -90,47 +85,43 @@
9085
"@angular/cli": "~16.2.0",
9186
"@angular/compiler-cli": "16.2.9",
9287
"@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",
9491
"@nx/cypress": "16.10.0",
9592
"@nx/eslint-plugin": "16.10.0",
9693
"@nx/jest": "16.10.0",
9794
"@nx/linter": "16.10.0",
9895
"@nx/workspace": "16.10.0",
9996
"@openapitools/openapi-generator-cli": "^2.7.0",
10097
"@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",
101101
"@types/dompurify": "^2.4.0",
102102
"@types/file-saver": "^2.0.5",
103103
"@types/jest": "29.4.4",
104104
"@types/node": "16.11.25",
105105
"@typescript-eslint/eslint-plugin": "5.62.0",
106106
"@typescript-eslint/parser": "5.62.0",
107-
"ajv": "^8.12.0",
107+
"commitizen": "^4.3.0",
108+
"conventional-changelog-conventionalcommits": "^6.1.0",
108109
"cypress": "^13.3.1",
109110
"cypress-fail-on-console-error": "^4.0.2",
110-
"dotenv": "10.0.0",
111111
"eslint": "8.22.0",
112112
"eslint-config-prettier": "8.5.0",
113113
"eslint-plugin-cypress": "^2.12.1",
114114
"eslint-plugin-import": "^2.25.4",
115+
"inquirer": "^8.2.5",
115116
"jest": "29.5.0",
116117
"jest-environment-jsdom": "29.5.0",
117118
"jest-preset-angular": "13.1.2",
118119
"nx": "16.10.0",
119120
"prettier": "2.7.1",
121+
"semantic-release": "^21.0.7",
120122
"ts-jest": "29.1.1",
121-
"ts-node": "10.8.2",
122123
"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"
134125
},
135126
"config": {
136127
"commitizen": {

0 commit comments

Comments
 (0)