Newer
Older
"name": "alfa",
"license": "MIT",
"scripts": {
"start": "nx run alfa:serve --port 4300 --disable-host-check",
"start:admin": "nx run admin:serve --port 4301 --disable-host-check",
"start:demo": "nx run demo:serve --port 4500 --disable-host-check",
"start:debug": "nx run alfa:serve --port 4300 --disable-host-check --verbose",
"start:info": "nx run info:serve --port 4600 --disable-host-check",
"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",
"ci-build-alfa-client-container": "nx container alfa",
"test": "nx affected --target=test --parallel 8 -- --runInBand",
"test:cov": "jest --coverage",
"test:lib": "nx test ${npm_config_lib}",
"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 --parallel 20 -- --runInBand",
"ci-sonar": "nx run-many --target=test --parallel 20 -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner",
"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:run-admin": "npx cypress run --project apps/admin-e2e",
"cypress:version": "npx cypress version",
"cypress:install": "npx cypress install",
"cypress:open": "npx cypress open --project apps/alfa-e2e",
"cypress:open-admin": "npx cypress open --project apps/admin-e2e",
"workspace-generator": "nx workspace-generator",
"storybook": "nx storybook design-system",
"ci-storybook": "nx build-storybook design-system && nx container design-system"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.8",
"@angular/cdk": "18.2.8",
"@angular/common": "18.2.8",
"@angular/core": "18.2.8",
"@angular/forms": "18.2.8",
"@angular/material": "18.2.8",
"@angular/material-date-fns-adapter": "18.2.8",
"@angular/platform-browser": "18.2.8",
"@angular/platform-browser-dynamic": "18.2.8",
"@angular/router": "18.2.8",
"@keycloak/keycloak-admin-client": "^24.0.5",
"@ngrx/component-store": "18.1.0",
"@ngrx/effects": "18.1.0",
"@ngrx/entity": "18.1.0",
"@ngrx/operators": "^18.0.0",
"@ngrx/router-store": "18.1.0",
"@ngrx/store": "18.1.0",
"@ngxp/rest": "^11.0.0",
"angular-oauth2-oidc": "17.0.2",
"angular-oauth2-oidc-jwks": "17.0.2",
"class-variance-authority": "^0.7.0",
"file-saver": "2.0.5",
"include-media": "^1.4.10",
"keycloak-angular": "16.0.1",
"keycloak-js": "^24.0.5",
"lodash-es": "4.17.21",
"rxjs": "~7.8.1",
"sanitize-filename-ts": "^1.0.2",
"tslib": "^2.3.0",
"typeface-roboto": "1.1.13",
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.8",
"@angular-devkit/core": "18.2.8",
"@angular-devkit/schematics": "18.2.8",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.8",
"@angular/language-service": "18.2.8",
"@bahmutov/cypress-extends": "1.1.0",
"@chromatic-com/storybook": "^1.4.0",
"@cypress/webpack-batteries-included-preprocessor": "^2.4.1",
"@cypress/webpack-preprocessor": "^5.17.1",
"@ngrx/schematics": "18.1.0",
"@ngrx/store-devtools": "18.1.0",
"@nx-tools/container-metadata": "^6.0.1",
"@nx-tools/nx-container": "^6.0.1",
"@nx/cypress": "19.8.8",
"@nx/eslint": "19.8.8",
"@nx/eslint-plugin": "19.8.8",
"@nx/jest": "19.8.8",
"@nx/js": "19.8.8",
"@nx/storybook": "19.8.8",
"@nx/web": "19.8.8",
"@nx/workspace": "19.8.8",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/angular": "^8.4.2",
"@storybook/core-server": "^8.4.2",

OZGCloud
committed
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@tailwindcss/typography": "^0.5.15",
"@types/file-saver": "2.0.7",
"@types/lodash-es": "4.17.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0",
"autoprefixer": "^10.4.19",
"cypress-file-upload": "5.0.8",
"cypress-mochawesome-reporter": "3.8",
"cypress-real-events": "^1.12.0",
"cypress-timestamps": "^1.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"jasmine-marbles": "~0.9.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "^16.0.0",
"jest-marbles": "3.0.6",
"jest-sonar-reporter": "^2.0.0",
"jsonc-eslint-parser": "^2.4.0",
"mongodb": "^4.17.2",
"ng-mocks": "^14.13.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"