Products Stammdatengenerator added

This commit is contained in:
2023-07-04 21:36:48 +02:00
parent 0af9852722
commit e2e0bb3730
18 changed files with 853 additions and 453 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
"test": "nx test",
"lint:html": "htmlhint-ng2 src/**/*.html"
},
"private": true,
"dependencies": {
@@ -18,6 +19,7 @@
"@angular/platform-browser-dynamic": "~16.1.0",
"@angular/router": "~16.1.0",
"@nx/angular": "16.4.3",
"htmllint": "^0.8.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
@@ -48,6 +50,7 @@
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"htmlhint-ng2": "^0.0.13",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "~13.1.0",