Warning, /phoenix-eic-event-display/angular.json is written in an unsupported language. File is not indexed.
0001 {
0002 "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
0003 "version": 1,
0004 "newProjectRoot": "projects",
0005 "projects": {
0006 "phoenix-eic-event-display": {
0007 "projectType": "application",
0008 "schematics": {
0009 "@schematics/angular:component": {
0010 "style": "scss"
0011 }
0012 },
0013 "root": "",
0014 "sourceRoot": "src",
0015 "prefix": "app",
0016 "architect": {
0017 "build": {
0018 "builder": "@angular-devkit/build-angular:browser",
0019 "options": {
0020 "outputPath": "dist/phoenix-eic-event-display",
0021 "index": "src/index.html",
0022 "main": "src/main.ts",
0023 "polyfills": "src/polyfills.ts",
0024 "tsConfig": "tsconfig.app.json",
0025 "inlineStyleLanguage": "scss",
0026 "assets": [
0027 "src/favicon.ico",
0028 "src/assets"
0029 ],
0030 "styles": [
0031 "src/styles.scss"
0032 ],
0033 "scripts": []
0034 },
0035 "configurations": {
0036 "production": {
0037 "budgets": [
0038 {
0039 "type": "initial",
0040 "maximumWarning": "500kb",
0041 "maximumError": "1mb"
0042 },
0043 {
0044 "type": "anyComponentStyle",
0045 "maximumWarning": "2kb",
0046 "maximumError": "4kb"
0047 }
0048 ],
0049 "fileReplacements": [
0050 {
0051 "replace": "src/environments/environment.ts",
0052 "with": "src/environments/environment.prod.ts"
0053 }
0054 ],
0055 "outputHashing": "all"
0056 },
0057 "development": {
0058 "buildOptimizer": false,
0059 "optimization": false,
0060 "vendorChunk": true,
0061 "extractLicenses": false,
0062 "sourceMap": true,
0063 "namedChunks": true
0064 }
0065 },
0066 "defaultConfiguration": "production"
0067 },
0068 "serve": {
0069 "builder": "@angular-devkit/build-angular:dev-server",
0070 "configurations": {
0071 "production": {
0072 "browserTarget": "phoenix-eic-event-display:build:production"
0073 },
0074 "development": {
0075 "browserTarget": "phoenix-eic-event-display:build:development"
0076 }
0077 },
0078 "defaultConfiguration": "development"
0079 },
0080 "extract-i18n": {
0081 "builder": "@angular-devkit/build-angular:extract-i18n",
0082 "options": {
0083 "browserTarget": "phoenix-eic-event-display:build"
0084 }
0085 },
0086 "test": {
0087 "builder": "@angular-devkit/build-angular:karma",
0088 "options": {
0089 "main": "src/test.ts",
0090 "polyfills": "src/polyfills.ts",
0091 "tsConfig": "tsconfig.spec.json",
0092 "karmaConfig": "karma.conf.js",
0093 "inlineStyleLanguage": "scss",
0094 "assets": [
0095 "src/favicon.ico",
0096 "src/assets"
0097 ],
0098 "styles": [
0099 "src/styles.scss"
0100 ],
0101 "scripts": []
0102 }
0103 }
0104 }
0105 }
0106 }
0107 }