{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "dashboard": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "ngx-build-plus:browser", "options": { "allowedCommonJsDependencies": [ "uuid", "keycloak-js", "css-element-queries", "humanize-duration", "angular2-text-mask", "apexcharts" ], "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.app.json", "aot": true, "assets": ["src/favicon.ico", "src/assets", "src/appConfig.json", "src/authConfig.json"], "styles": [ "src/styles/core.scss", { "input": "src/styles/themes/main.scss", "bundleName": "themes/main", "lazy": true }, { "input": "src/styles/themes/persian-green.scss", "bundleName": "themes/persian-green", "lazy": true } ], "scripts": [] }, "configurations": { "production": { "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.prod.ts" } ], "optimization": true, "outputHashing": "all", "sourceMap": false, "extractCss": true, "namedChunks": false, "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true, "budgets": [ { "type": "initial", "maximumWarning": "2mb", "maximumError": "5mb" }, { "type": "anyComponentStyle", "maximumWarning": "6kb", "maximumError": "10kb" } ] }, "stub-keycloak": { "fileReplacements": [ { "replace": "src/app/auth/keycloak/index.ts", "with": "src/app/auth/keycloak/index.stub.ts" } ] } } }, "serve": { "builder": "ngx-build-plus:dev-server", "options": { "browserTarget": "dashboard:build" }, "configurations": { "production": { "browserTarget": "dashboard:build:production" }, "stub-keycloak": { "browserTarget": "dashboard:build:stub-keycloak" } } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { "browserTarget": "dashboard:build" } }, "test": { "builder": "ngx-build-plus:karma", "options": { "main": "src/test.ts", "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.spec.json", "karmaConfig": "karma.conf.js", "assets": ["src/favicon.ico", "src/assets", "src/appConfig.json", "src/authConfig.json"], "styles": [ "src/styles/core.scss", { "input": "src/styles/themes/main.scss", "bundleName": "themes/main", "lazy": true }, { "input": "src/styles/themes/persian-green.scss", "bundleName": "themes/persian-green", "lazy": true } ], "scripts": [], "codeCoverageExclude": ["src/**/swagger-codegen/**/*", "src/**/openapi-codegen/**"] } }, "test-ci": { "builder": "ngx-build-plus:karma", "options": { "main": "src/test.ts", "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.spec.json", "karmaConfig": "karma-ci.conf.js", "assets": ["src/favicon.ico", "src/assets", "src/appConfig.json", "src/authConfig.json"], "styles": [ "src/styles/core.scss", { "input": "src/styles/themes/main.scss", "bundleName": "themes/main", "lazy": true }, { "input": "src/styles/themes/persian-green.scss", "bundleName": "themes/persian-green", "lazy": true } ], "scripts": [], "codeCoverageExclude": ["src/**/swagger-codegen/**/*", "src/**/openapi-codegen/**"] } }, "lint": { "builder": "@angular-eslint/builder:lint", "options": { "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"] } }, "e2e": { "builder": "@angular-devkit/build-angular:protractor", "options": { "protractorConfig": "e2e/protractor.conf.js", "devServerTarget": "dashboard:serve" }, "configurations": { "production": { "devServerTarget": "dashboard:serve:production" } } } } } }, "defaultProject": "dashboard", "cli": { "analytics": false } }