{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "cli": { "analytics": "61be0dd2-7f53-49ed-823e-16bd37272b17" }, "version": 1, "newProjectRoot": "projects", "projects": { "ngfe": { "projectType": "library", "root": "projects/ngfe", "sourceRoot": "projects/ngfe/src", "prefix": "lib", "architect": { "build": { "builder": "@angular-devkit/build-angular:ng-packagr", "options": { "project": "projects/ngfe/ng-package.json" }, "configurations": { "production": { "tsConfig": "projects/ngfe/tsconfig.lib.prod.json" }, "development": { "tsConfig": "projects/ngfe/tsconfig.lib.json" } }, "defaultConfiguration": "production" }, "test": { "builder": "@angular-devkit/build-angular:karma", "options": { "main": "projects/ngfe/src/test.ts", "tsConfig": "projects/ngfe/tsconfig.spec.json", "karmaConfig": "projects/ngfe/karma.conf.js" } } } }, "playground": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" }, "@schematics/angular:application": { "strict": true } }, "root": "projects/playground", "sourceRoot": "projects/playground/src", "prefix": "app", "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "outputPath": "dist/playground", "index": "projects/playground/src/index.html", "main": "projects/playground/src/main.ts", "polyfills": "projects/playground/src/polyfills.ts", "tsConfig": "projects/playground/tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ "projects/playground/src/favicon.ico", "projects/playground/src/assets" ], "styles": [ "projects/playground/src/styles.scss" ], "scripts": [] }, "configurations": { "production": { "budgets": [ { "type": "initial", "maximumWarning": "500kb", "maximumError": "1mb" }, { "type": "anyComponentStyle", "maximumWarning": "2kb", "maximumError": "4kb" } ], "fileReplacements": [ { "replace": "projects/playground/src/environments/environment.ts", "with": "projects/playground/src/environments/environment.prod.ts" } ], "outputHashing": "all", "vendorChunk": true, "statsJson": true }, "development": { "buildOptimizer": false, "optimization": false, "vendorChunk": true, "extractLicenses": false, "sourceMap": true, "namedChunks": true, "statsJson": true } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { "browserTarget": "playground:build:production" }, "development": { "browserTarget": "playground:build:development" } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { "browserTarget": "playground:build" } }, "test": { "builder": "@angular-devkit/build-angular:karma", "options": { "main": "projects/playground/src/test.ts", "polyfills": "projects/playground/src/polyfills.ts", "tsConfig": "projects/playground/tsconfig.spec.json", "karmaConfig": "projects/playground/karma.conf.js", "inlineStyleLanguage": "scss", "assets": [ "projects/playground/src/favicon.ico", "projects/playground/src/assets" ], "styles": [ "projects/playground/src/styles.scss" ], "scripts": [] } } } }, "playground-adapter": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" }, "@schematics/angular:application": { "strict": true } }, "root": "projects/playground-adapter", "sourceRoot": "projects/playground-adapter/src", "prefix": "app", "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "outputPath": "dist/playground-adapter", "index": "projects/playground-adapter/src/index.html", "main": "projects/playground-adapter/src/main.ts", "polyfills": "projects/playground-adapter/src/polyfills.ts", "tsConfig": "projects/playground-adapter/tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ "projects/playground-adapter/src/favicon.ico", "projects/playground-adapter/src/assets" ], "styles": [ "projects/playground-adapter/src/styles.scss" ], "scripts": [] }, "configurations": { "production": { "budgets": [ { "type": "initial", "maximumWarning": "500kb", "maximumError": "1mb" }, { "type": "anyComponentStyle", "maximumWarning": "2kb", "maximumError": "4kb" } ], "fileReplacements": [ { "replace": "projects/playground-adapter/src/environments/environment.ts", "with": "projects/playground-adapter/src/environments/environment.prod.ts" } ], "outputHashing": "all", "vendorChunk": true, "statsJson": true }, "development": { "buildOptimizer": false, "optimization": false, "vendorChunk": true, "extractLicenses": false, "sourceMap": true, "namedChunks": true, "statsJson": true } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { "browserTarget": "playground-adapter:build:production" }, "development": { "browserTarget": "playground-adapter:build:development", "port": 4201 } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { "browserTarget": "playground-adapter:build" } }, "test": { "builder": "@angular-devkit/build-angular:karma", "options": { "main": "projects/playground-adapter/src/test.ts", "polyfills": "projects/playground-adapter/src/polyfills.ts", "tsConfig": "projects/playground-adapter/tsconfig.spec.json", "karmaConfig": "projects/playground-adapter/karma.conf.js", "inlineStyleLanguage": "scss", "assets": [ "projects/playground-adapter/src/favicon.ico", "projects/playground-adapter/src/assets" ], "styles": [ "projects/playground-adapter/src/styles.scss" ], "scripts": [] } } } }, "ngfe-ng-adapter": { "projectType": "library", "root": "projects/ngfe-ng-adapter", "sourceRoot": "projects/ngfe-ng-adapter/src", "prefix": "lib", "architect": { "build": { "builder": "@angular-devkit/build-angular:ng-packagr", "options": { "project": "projects/ngfe-ng-adapter/ng-package.json" }, "configurations": { "production": { "tsConfig": "projects/ngfe-ng-adapter/tsconfig.lib.prod.json" }, "development": { "tsConfig": "projects/ngfe-ng-adapter/tsconfig.lib.json" } }, "defaultConfiguration": "production" }, "test": { "builder": "@angular-devkit/build-angular:karma", "options": { "main": "projects/ngfe-ng-adapter/src/test.ts", "tsConfig": "projects/ngfe-ng-adapter/tsconfig.spec.json", "karmaConfig": "projects/ngfe-ng-adapter/karma.conf.js" } } } }, "playground-performance": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" }, "@schematics/angular:application": { "strict": true } }, "root": "projects/playground-performance", "sourceRoot": "projects/playground-performance/src", "prefix": "app", "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "outputPath": "dist/playground-performance", "index": "projects/playground-performance/src/index.html", "main": "projects/playground-performance/src/main.ts", "polyfills": "projects/playground-performance/src/polyfills.ts", "tsConfig": "projects/playground-performance/tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ "projects/playground-performance/src/favicon.ico", "projects/playground-performance/src/assets" ], "styles": [ "projects/playground-performance/src/styles.scss" ], "scripts": [] }, "configurations": { "production": { "budgets": [ { "type": "initial", "maximumWarning": "500kb", "maximumError": "1mb" }, { "type": "anyComponentStyle", "maximumWarning": "2kb", "maximumError": "4kb" } ], "fileReplacements": [ { "replace": "projects/playground-performance/src/environments/environment.ts", "with": "projects/playground-performance/src/environments/environment.prod.ts" } ], "outputHashing": "all" }, "development": { "buildOptimizer": false, "optimization": false, "vendorChunk": true, "extractLicenses": false, "sourceMap": true, "namedChunks": true } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { "browserTarget": "playground-performance:build:production" }, "development": { "browserTarget": "playground-performance:build:development", "port": 4202 } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { "browserTarget": "playground-performance:build" } }, "test": { "builder": "@angular-devkit/build-angular:karma", "options": { "main": "projects/playground-performance/src/test.ts", "polyfills": "projects/playground-performance/src/polyfills.ts", "tsConfig": "projects/playground-performance/tsconfig.spec.json", "karmaConfig": "projects/playground-performance/karma.conf.js", "inlineStyleLanguage": "scss", "assets": [ "projects/playground-performance/src/favicon.ico", "projects/playground-performance/src/assets" ], "styles": [ "projects/playground-performance/src/styles.scss" ], "scripts": [] } } } } }, "defaultProject": "ngfe" }