{ "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 --prod --output-hashing=none --aot=false --deleteOutputPath --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 --prod --output-hashing=none --aot --deleteOutputPath --build-optimizer --deploy-url /uds/res/modern/ --base-href /uds/page", "postbuild": "python3 toUDS.py", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "^11.0.9", "@angular/cdk": "^11.0.4", "@angular/common": "^11.0.9", "@angular/compiler": "^11.0.9", "@angular/core": "^11.0.9", "@angular/forms": "^11.0.9", "@angular/material": "^11.0.4", "@angular/platform-browser": "^11.0.9", "@angular/platform-browser-dynamic": "^11.0.9", "@angular/router": "^11.0.9", "cookieconsent": "^3.1.1", "core-js": "^3.2.1", "rxjs": "^6.6.3", "tslib": "^2.0.0", "web-animations-js": "^2.3.2", "zone.js": "~0.10.3" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1100.7", "@angular-eslint/builder": "1.2.0", "@angular-eslint/eslint-plugin": "1.2.0", "@angular-eslint/eslint-plugin-template": "1.2.0", "@angular-eslint/schematics": "1.2.0", "@angular-eslint/template-parser": "1.2.0", "@angular/cli": "^11.0.7", "@angular/compiler-cli": "^11.0.9", "@angular/language-service": "^11.0.9", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.6", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "4.3.0", "@typescript-eslint/parser": "4.3.0", "codelyzer": "^6.0.0", "eslint": "^7.6.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsdoc": "30.7.6", "eslint-plugin-prefer-arrow": "1.2.2", "eslint-plugin-prettier": "^3.3.1", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.1.1", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "prettier": "^2.2.1", "prettier-eslint": "^12.0.0", "protractor": "~7.0.0", "ts-node": "~8.4.1", "typescript": "~4.0.5" } }