| { |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
| "version": 1, |
| "newProjectRoot": "projects", |
| "projects": { |
| "moblab-partner-ui": { |
| "root": "", |
| "sourceRoot": "src", |
| "projectType": "application", |
| "architect": { |
| "build": { |
| "builder": "@angular-devkit/build-angular:browser", |
| "options": { |
| "aot": true, |
| "outputPath": "dist", |
| "index": "src/index.html", |
| "main": "src/main.ts", |
| "tsConfig": "src/tsconfig.json", |
| "allowedCommonJsDependencies": [ |
| "core-js", |
| "moment", |
| "html2canvas", |
| "zone.js" |
| ], |
| "assets": [ |
| "src/assets", |
| "src/favicon.ico" |
| ], |
| "styles": [ |
| "src/styles.scss" |
| ], |
| "scripts": [] |
| }, |
| "configurations": { |
| "source": { |
| "budgets": [ |
| { |
| "type": "anyComponentStyle", |
| "maximumWarning": "6kb" |
| } |
| ], |
| "fileReplacements": [ |
| { |
| "replace": "src/undefined", |
| "with": "src/environments/environment.ts" |
| } |
| ] |
| }, |
| "dev": { |
| "budgets": [ |
| { |
| "type": "anyComponentStyle", |
| "maximumWarning": "6kb" |
| } |
| ], |
| "fileReplacements": [ |
| { |
| "replace": "src/undefined", |
| "with": "src/environments/environment.ts" |
| } |
| ] |
| }, |
| "local": { |
| "budgets": [ |
| { |
| "type": "anyComponentStyle", |
| "maximumWarning": "6kb" |
| } |
| ], |
| "fileReplacements": [ |
| { |
| "replace": "src/environments/environment.ts", |
| "with": "src/environments/environment.local.ts" |
| } |
| ] |
| }, |
| "production": { |
| "budgets": [ |
| { |
| "type": "anyComponentStyle", |
| "maximumWarning": "6kb" |
| } |
| ], |
| "optimization": true, |
| "outputHashing": "all", |
| "sourceMap": false, |
| "namedChunks": false, |
| "aot": true, |
| "extractLicenses": true, |
| "vendorChunk": false, |
| "buildOptimizer": true, |
| "fileReplacements": [ |
| { |
| "replace": "src/environments/environment.ts", |
| "with": "src/environments/environment.prod.ts" |
| } |
| ] |
| } |
| } |
| }, |
| "serve": { |
| "builder": "@angular-devkit/build-angular:dev-server", |
| "options": { |
| "browserTarget": "moblab-partner-ui:build" |
| }, |
| "configurations": { |
| "source": { |
| "browserTarget": "moblab-partner-ui:build:source" |
| }, |
| "dev": { |
| "browserTarget": "moblab-partner-ui:build:dev" |
| }, |
| "local": { |
| "browserTarget": "moblab-partner-ui:build:local" |
| }, |
| "production": { |
| "browserTarget": "moblab-partner-ui:build:production" |
| } |
| } |
| }, |
| "extract-i18n": { |
| "builder": "@angular-devkit/build-angular:extract-i18n", |
| "options": { |
| "browserTarget": "moblab-partner-ui:build" |
| } |
| }, |
| "test": { |
| "builder": "@angular-devkit/build-angular:karma", |
| "options": { |
| "main": "src/test.ts", |
| "karmaConfig": "./karma.conf.js", |
| "polyfills": "src/polyfills.ts", |
| "scripts": [], |
| "styles": [ |
| "src/styles.scss" |
| ], |
| "tsConfig": "src/tsconfig.spec.json", |
| "assets": [ |
| "src/assets", |
| "src/favicon.ico" |
| ] |
| } |
| }, |
| "lint": { |
| "builder": "@angular-devkit/build-angular:tslint", |
| "options": { |
| "tsConfig": [], |
| "exclude": [] |
| } |
| } |
| } |
| }, |
| "moblab-partner-ui-e2e": { |
| "root": "", |
| "sourceRoot": "e2e", |
| "projectType": "application", |
| "architect": { |
| "e2e": { |
| "builder": "@angular-devkit/build-angular:protractor", |
| "options": { |
| "protractorConfig": "./protractor.conf.js", |
| "devServerTarget": "moblab-partner-ui:serve" |
| } |
| }, |
| "lint": { |
| "builder": "@angular-devkit/build-angular:tslint", |
| "options": { |
| "tsConfig": [], |
| "exclude": [] |
| } |
| } |
| } |
| }, |
| "e2e-only": { |
| "root": "", |
| "sourceRoot": "e2e", |
| "projectType": "application", |
| "architect": { |
| "e2e": { |
| "builder": "@angular-devkit/build-angular:protractor", |
| "options": { |
| "protractorConfig": "./protractor.conf.js" |
| } |
| }, |
| "lint": { |
| "builder": "@angular-devkit/build-angular:tslint", |
| "options": { |
| "tsConfig": [], |
| "exclude": [] |
| } |
| } |
| } |
| } |
| }, |
| "defaultProject": "moblab-partner-ui", |
| "schematics": { |
| "@schematics/angular:component": { |
| "prefix": "app", |
| "style": "scss" |
| }, |
| "@schematics/angular:directive": { |
| "prefix": "app" |
| } |
| }, |
| "cli": { |
| "analytics": "0b3dd4e3-88fd-4f3c-b5c9-ab099c19636a" |
| } |
| } |