{ "name": "uds", "version": "3.0.0", "license": "BSD-3-Clause", "scripts": { "ng": "ng", "f4xstart": "ng serve --host 0.0.0.0 --port 9000 --proxy-config proxy.conf.json", "f4xbuild": "ng build --configuration production --output-hashing=none --aot=false --delete-output-path --build-optimizer=false --deploy-url /uds/res/modern/ --base-href /uds/page && yarn postbuild", "start": "ng serve --host 0.0.0.0 --port 9000 --proxy-config proxy.conf.json", "build": "ng build --configuration production --output-hashing=none --aot --delete-output-path --build-optimizer --deploy-url /uds/res/modern/ --base-href /uds/page", "postbuild": "python3 toUDS.py", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "prettier": { "singleQuote": true, "printWidth": 120 }, "private": true, "dependencies": { "@angular/animations": "^15.0.4", "@angular/cdk": "^15.0.4", "@angular/common": "^15.0.4", "@angular/compiler": "^15.0.4", "@angular/core": "^15.0.4", "@angular/forms": "^15.0.4", "@angular/material": "^15.0.4", "@angular/platform-browser": "^15.0.4", "@angular/platform-browser-dynamic": "^15.0.4", "@angular/router": "^15.0.4", "cookieconsent": "^3.1.1", "core-js": "^3.21.1", "rxjs": "^7.5.4", "tslib": "^2.3.1", "zone.js": "^0.11.5" }, "devDependencies": { "@angular-devkit/build-angular": "^15.0.5", "@angular-eslint/builder": "^15.1.0", "@angular-eslint/eslint-plugin": "^15.1.0", "@angular-eslint/eslint-plugin-template": "^15.1.0", "@angular-eslint/schematics": "15.1.0", "@angular-eslint/template-parser": "^15.1.0", "@angular/cli": "^15.0.5", "@angular/compiler-cli": "^15.0.4", "@angular/language-service": "^15.0.4", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.6", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", "codelyzer": "^6.0.2", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsdoc": "^37.9.7", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "^4.0.0", "jasmine-core": "^4.0.1", "jasmine-spec-reporter": "^7.0.0", "karma": "^6.3.17", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-jasmine": "^4.0.1", "karma-jasmine-html-reporter": "^1.7.0", "prettier": "^2.5.1", "prettier-eslint": "^13.0.0", "protractor": "^7.0.0", "ts-node": "~8.4.1", "typescript": "~4.8.4" } }