{ "name": "uds", "version": "3.0.0", "license": "BSD-3-Clause", "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0 --port 9000 --proxy-config proxy.conf.json", "build": "ng build --configuration production --subresource-integrity --output-hashing=none --aot --delete-output-path --deploy-url /uds/res/modern/ --base-href /uds/page && yarn postbuild", "postbuild": "python3 toUDS.py", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "prettier": { "singleQuote": true, "printWidth": 120 }, "private": true, "dependencies": { "@angular/animations": "^18.2.3", "@angular/cdk": "^18.2.3", "@angular/common": "^18.2.3", "@angular/compiler": "^18.2.3", "@angular/core": "^18.2.3", "@angular/forms": "^18.2.3", "@angular/material": "^18.2.3", "@angular/platform-browser": "^18.2.3", "@angular/platform-browser-dynamic": "^18.2.3", "@angular/router": "^18.2.3", "core-js": "^3.38.1", "rxjs": "^7.8.1", "tslib": "^2.7.0", "zone.js": "^0.15.0" }, "devDependencies": { "@angular-devkit/build-angular": "^18.2.3", "@angular-devkit/core": "^18.2.3", "@angular-devkit/schematics": "^18.2.3", "@angular-eslint/builder": "^18.3.0", "@angular-eslint/eslint-plugin": "^18.3.0", "@angular-eslint/eslint-plugin-template": "^18.3.0", "@angular-eslint/schematics": "18.3.0", "@angular-eslint/template-parser": "^18.3.0", "@angular/cli": "^18.2.3", "@angular/compiler-cli": "^18.2.3", "@angular/language-service": "^18.2.3", "@types/cookieconsent": "^3.1.3", "@types/jasmine": "~5.1.4", "@types/jasminewd2": "~2.0.13", "@types/node": "^22.5.4", "@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.5.0", "@typescript-eslint/utils": "^8.5.0", "browser-sync": "^3.0.2", "codelyzer": "^6.0.2", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.30.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "^5.2.1", "jasmine-core": "^5.3.0", "jasmine-spec-reporter": "^7.0.0", "jsonc-parser": "^3.3.1", "karma": "^6.4.4", "karma-chrome-launcher": "^3.2.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.1.0", "prettier": "^3.3.3", "prettier-eslint": "^16.3.0", "protractor": "^7.0.0", "ts-node": "~10.9.2", "typescript": "~5.5.4" }, "packageManager": "yarn@4.4.1" }