| { | |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
| "version": 1, | |
| "newProjectRoot": "projects", | |
| "projects": { | |
| "login-demo": { | |
| "projectType": "application", | |
| "schematics": {}, | |
| "root": "", | |
| "sourceRoot": "src", | |
| "prefix": "app", | |
| "architect": { | |
| "build": { | |
| "builder": "@angular-devkit/build-angular:browser", | |
| "options": { | |
| "outputPath": "dist/login-demo", | |
| "index": "src/index.html", | |
| "main": "src/main.ts", | |
| "polyfills": "src/polyfills.ts", | |
| "tsConfig": "tsconfig.app.json", | |
| "assets": [ | |
| "src/favicon.ico", | |
| "src/assets" | |
| ], | |
| "styles": [ | |
| "@angular/material/prebuilt-themes/indigo-pink.css", | |
| "src/styles.css", | |
| "node_modules/highlight.js/styles/monokai-sublime.css" | |
| ], | |
| "scripts": [], | |
| "vendorChunk": true, | |
| "extractLicenses": false, | |
| "buildOptimizer": false, | |
| "sourceMap": true, | |
| "optimization": false, | |
| "namedChunks": true | |
| }, | |
| "configurations": { | |
| "configuration_prod": { | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.prod.ts" | |
| } | |
| ], | |
| "optimization": true, | |
| "outputHashing": "all", | |
| "sourceMap": false, | |
| "namedChunks": false, | |
| "extractLicenses": true, | |
| "vendorChunk": false, | |
| "buildOptimizer": true, | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "2mb", | |
| "maximumError": "5mb" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "6kb" | |
| } | |
| ] | |
| }, | |
| "configuration_dev": { | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.dev.ts" | |
| } | |
| ], | |
| "optimization": true, | |
| "outputHashing": "all", | |
| "sourceMap": false, | |
| "namedChunks": false, | |
| "extractLicenses": true, | |
| "vendorChunk": false, | |
| "buildOptimizer": true, | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "2mb", | |
| "maximumError": "5mb" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "6kb" | |
| } | |
| ] | |
| }, | |
| "configuration_stage": { | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.stage.ts" | |
| } | |
| ], | |
| "optimization": true, | |
| "outputHashing": "all", | |
| "sourceMap": false, | |
| "namedChunks": false, | |
| "extractLicenses": true, | |
| "vendorChunk": false, | |
| "buildOptimizer": true, | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "2mb", | |
| "maximumError": "5mb" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "6kb" | |
| } | |
| ] | |
| }, | |
| "configuration_island": { | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.island.ts" | |
| } | |
| ], | |
| "optimization": true, | |
| "outputHashing": "all", | |
| "sourceMap": false, | |
| "namedChunks": false, | |
| "extractLicenses": true, | |
| "vendorChunk": false, | |
| "buildOptimizer": true, | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "2mb", | |
| "maximumError": "5mb" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "6kb" | |
| } | |
| ] | |
| }, | |
| "configuration_remote": { | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.remote.ts" | |
| } | |
| ], | |
| "optimization": true, | |
| "outputHashing": "all", | |
| "sourceMap": false, | |
| "namedChunks": false, | |
| "extractLicenses": true, | |
| "vendorChunk": false, | |
| "buildOptimizer": true, | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "2mb", | |
| "maximumError": "5mb" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "6kb" | |
| } | |
| ] | |
| }, | |
| "configuration_ide": { | |
| "fileReplacements": [ | |
| { | |
| "replace": "src/environments/environment.ts", | |
| "with": "src/environments/environment.ide.ts" | |
| } | |
| ], | |
| "optimization": false, | |
| "outputHashing": "all", | |
| "sourceMap": true, | |
| "namedChunks": false, | |
| "extractLicenses": true, | |
| "vendorChunk": false, | |
| "buildOptimizer": true, | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "2mb", | |
| "maximumError": "5mb" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "6kb" | |
| } | |
| ] | |
| } | |
| }, | |
| "defaultConfiguration": "" | |
| }, | |
| "serve": { | |
| "builder": "@angular-devkit/build-angular:dev-server", | |
| "options": { | |
| "buildTarget": "login-demo:build" | |
| }, | |
| "configurations": { | |
| "configuration_prod": { | |
| "buildTarget": "login-demo:build:configuration_prod" | |
| }, | |
| "configuration_dev": { | |
| "buildTarget": "login-demo:build:configuration_dev" | |
| }, | |
| "configuration_stage": { | |
| "buildTarget": "login-demo:build:configuration_stage" | |
| }, | |
| "configuration_island": { | |
| "buildTarget": "login-demo:build:configuration_island" | |
| }, | |
| "configuration_remote": { | |
| "buildTarget": "login-demo:build:configuration_remote" | |
| }, | |
| "configuration_ide": { | |
| "buildTarget": "login-demo:build:configuration_ide" | |
| } | |
| } | |
| }, | |
| "extract-i18n": { | |
| "builder": "@angular-devkit/build-angular:extract-i18n", | |
| "options": { | |
| "buildTarget": "login-demo: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": [ | |
| "@angular/material/prebuilt-themes/indigo-pink.css", | |
| "src/styles.css" | |
| ], | |
| "scripts": [] | |
| } | |
| }, | |
| "e2e": { | |
| "builder": "@angular-devkit/build-angular:protractor", | |
| "options": { | |
| "protractorConfig": "e2e/protractor.conf.js", | |
| "devServerTarget": "login-demo:serve" | |
| }, | |
| "configurations": { | |
| "production": { | |
| "devServerTarget": "login-demo:serve:production" | |
| } | |
| } | |
| }, | |
| "lint": { | |
| "builder": "@angular-eslint/builder:lint", | |
| "options": { | |
| "lintFilePatterns": [ | |
| "src/**/*.ts", | |
| "src/**/*.html" | |
| ] | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "cli": { | |
| "analytics": false, | |
| "schematicCollections": [ | |
| "@angular-eslint/schematics", | |
| "@angular-eslint/schematics" | |
| ] | |
| } | |
| } | |