Newer
Older
"start": "nx run alfa:serve --port 4300 --disable-host-check",
"start:debug": "nx run alfa:serve --port 4300 --disable-host-check --verbose",
"start-for-screenreader": "nx run alfa:serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose",
"start:devbe": "nx run alfa:serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose",
"build": "nx run alfa:build",
"start:showcase": "run-p panda:showcase:watch serve:showcase",
"panda:showcase:watch": "panda --watch --config apps/showcase/panda.config.mjs",
"serve:showcase": "nx serve showcase",
"test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand",
"test:lib": "nx test ${npm_config_lib} --watchAll",
"test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll",
"ci-build": "nx run alfa:build --outputHashing=all",
"ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production",
"ci-test": "nx run-many --target=test --all --parallel --maxParallel 4 --runInBand --ci --testResultsProcessor='jest-sonar-reporter' --coverage",
"lint": "nx workspace-lint && nx lint",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx update @nrwl/workspace",
"dep-graph": "nx dep-graph",
"help": "nx help",
"favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon",
"cypress:run": "npx cypress run --project apps/alfa-e2e",
"cypress:run-main": "npx cypress run --project apps/alfa-e2e --spec apps/alfa-e2e/src/e2e/main-tests",
"cypress:run-ea": "npx cypress run --project apps/alfa-e2e --spec apps/alfa-e2e/src/e2e/einheitlicher-ansprechpartner",
"cypress:open": "npx cypress open --project apps/alfa-e2e",
"sonar-scanner": "npm run ci-test && npx sonar-scanner"
"@angular/animations": "16.2.11",
"@angular/cdk": "16.2.10",
"@angular/common": "16.2.11",
"@angular/compiler": "16.2.11",
"@angular/core": "16.2.11",
"@angular/forms": "16.2.11",
"@angular/material": "16.2.10",
"@angular/material-date-fns-adapter": "16.2.10",
"@angular/platform-browser": "16.2.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/router": "16.2.11",
"@ngrx/component-store": "16.0.1",
"@ngrx/effects": "16.0.1",
"@ngrx/entity": "16.0.1",
"@ngrx/router-store": "16.0.1",
"@ngrx/store": "16.0.1",
"@ngxp/rest": "9.0.0",
"@nx/angular": "17.0.2",
"angular-oauth2-oidc": "15.0.1",
"angular-oauth2-oidc-jwks": "15.0.1",
"date-fns": "^2.29.3",
"sanitize-filename-ts": "^1.0.2",
"@angular-devkit/build-angular": "16.2.8",
"@angular-devkit/core": "16.2.8",
"@angular-devkit/schematics": "16.2.8",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "16.2.11",
"@angular/language-service": "16.2.11",
"@cypress/webpack-batteries-included-preprocessor": "^2.4.1",
"@cypress/webpack-preprocessor": "^5.17.1",
"@ngrx/schematics": "16.0.1",
"@ngrx/store-devtools": "16.0.1",
"@nx/cypress": "17.0.2",
"@nx/eslint": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/jest": "17.0.2",
"@nx/workspace": "17.0.2",
"@types/node": "^18.18.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cypress": "^13.0.0",
"cypress-mochawesome-reporter": "3.6.0",
"cypress-real-events": "^1.10.3",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest-junit": "^14.0.0",
"jest-sonar-reporter": "^2.0.0",
"npm-run-all": "^4.1.5",