diff options
Diffstat (limited to 'cds-ui/client-frankfurt/angular.json')
-rw-r--r-- | cds-ui/client-frankfurt/angular.json | 146 |
1 files changed, 0 insertions, 146 deletions
diff --git a/cds-ui/client-frankfurt/angular.json b/cds-ui/client-frankfurt/angular.json deleted file mode 100644 index fafa6d775..000000000 --- a/cds-ui/client-frankfurt/angular.json +++ /dev/null @@ -1,146 +0,0 @@ -{ - "$schema": "./node_modules/@angular/cli/lib/config/schema.json", - "version": 1, - "newProjectRoot": "projects", - "projects": { - "client-frankfurt": { - "projectType": "application", - "schematics": {}, - "root": "", - "sourceRoot": "src", - "prefix": "app", - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:browser", - "options": { - "outputPath": "dist/client-frankfurt", - "index": "src/index.html", - "main": "src/main.ts", - "polyfills": "src/polyfills.ts", - "tsConfig": "tsconfig.app.json", - "aot": false, - "assets": [ - "src/favicon.ico", - "src/assets" - ], - "styles": [ - "src/styles.css", - "./node_modules/bootstrap/dist/css/bootstrap.min.css", - "./node_modules/@angular/material/prebuilt-themes/purple-green.css", - "./node_modules/font-awesome/css/font-awesome.css", - "./node_modules/jointjs/css/layout.css", - "./node_modules/jointjs/css/themes/material.css", - "./node_modules/jointjs/css/themes/default.css", - "src/assets/css/orangeHelvetica.css" - - ], - "scripts": [ - "./node_modules/jquery/dist/jquery.min.js", - "./node_modules/lodash/index.js", - "./node_modules/backbone/backbone.js", - "./node_modules/jointjs/dist/joint.js" - ] - }, - "configurations": { - "production": { - "fileReplacements": [ - { - "replace": "src/environments/environment.ts", - "with": "src/environments/environment.prod.ts" - } - ], - "optimization": true, - "outputHashing": "all", - "sourceMap": false, - "extractCss": true, - "namedChunks": false, - "aot": true, - "extractLicenses": true, - "vendorChunk": false, - "buildOptimizer": true, - "budgets": [ - { - "type": "initial", - "maximumWarning": "2mb", - "maximumError": "5mb" - }, - { - "type": "anyComponentStyle", - "maximumWarning": "6kb", - "maximumError": "10kb" - } - ] - } - } - }, - "serve": { - "builder": "@angular-devkit/build-angular:dev-server", - "options": { - "browserTarget": "client-frankfurt:build" - }, - "configurations": { - "production": { - "browserTarget": "client-frankfurt:build:production" - } - } - }, - "extract-i18n": { - "builder": "@angular-devkit/build-angular:extract-i18n", - "options": { - "browserTarget": "client-frankfurt:build" - } - }, - "test": { - "builder": "@angular-devkit/build-angular:karma", - "options": { - "main": "src/test.ts", - "polyfills": "src/polyfills.ts", - "tsConfig": "tsconfig.spec.json", - "karmaConfig": "karma.conf.js", - "assets": [ - "src/favicon.ico", - "src/assets" - ], - "styles": [ - "src/styles.css", - "./node_modules/bootstrap/dist/css/bootstrap.min.css", - "./node_modules/@angular/material/prebuilt-themes/purple-green.css", - "./node_modules/font-awesome/css/font-awesome.css", - "src/assets/css/orangeHelvetica.css" - ], - "scripts": [ - - - ] - } - }, - "lint": { - "builder": "@angular-devkit/build-angular:tslint", - "options": { - "tsConfig": [ - "tsconfig.app.json", - "tsconfig.spec.json", - "e2e/tsconfig.json" - ], - "exclude": [ - "**/node_modules/**" - ] - } - }, - "e2e": { - "builder": "@angular-devkit/build-angular:protractor", - "options": { - "protractorConfig": "e2e/protractor.conf.js", - "devServerTarget": "client-frankfurt:serve" - }, - "configurations": { - "production": { - "devServerTarget": "client-frankfurt:serve:production" - } - } - } - } - } - }, - "defaultProject": "client-frankfurt" -}
\ No newline at end of file |