{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "newProjectRoot": "projects",
  "projects": {
    "gc": {
      "root": "",
      "sourceRoot": "ClientApp",
      "projectType": "application",
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            "allowedCommonJsDependencies": [
              "lodash",
              "papaparse",
              "class-transformer",
              "validator",
              "chart.js",
              "rxjs",
              "dragula",
              "file-saver",
              "toastr",
              "moment-timezone",
              "moment"
            ],
            "buildOptimizer": false,
            "optimization": false,
            "serviceWorker": true,
            "ngswConfigPath": "ngsw-config.json",
            "outputHashing": "none",
            "outputPath": "dist",
            "index": "ClientApp/index.html",
            "main": "ClientApp/main.ts",
            "tsConfig": "tsconfig.app.json",
            "polyfills": "ClientApp/polyfills.ts",
            "assets": [
              "ClientApp/assets",
              "ClientApp/favicon.ico",
              "ClientApp/manifest.json"
            ],
            "styles": [
              "ClientApp/styles.scss",
              "node_modules/@yourcause/common/src/assets/styles/styles.scss"
            ],
            "scripts": [
              "ClientApp/assets/token-replacement-ckeditor-plugin/plugin.js",
              "ClientApp/assets/token-replacement-ckeditor-plugin/lang/en.js",
              "ClientApp/assets/token-replacement-ckeditor-plugin/dialogs/token.js"
            ],
            "vendorChunk": true,
            "extractLicenses": false,
            "sourceMap": true,
            "namedChunks": true,
            "aot": true
          },
          "configurations": {
            "ci": {
              "budgets": [
                {
                  "type": "anyComponentStyle",
                  "maximumWarning": "12kb"
                }
              ],
              "outputHashing": "bundles",
              "sourceMap": {
                "styles": true,
                "scripts": true,
                "vendor": false
              },
              "aot": true,
              "serviceWorker": true,
              "ngswConfigPath": "ngsw-config.json"
            },
            "ci-watch": {
              "budgets": [
                {
                  "type": "anyComponentStyle",
                  "maximumWarning": "12kb"
                }
              ],
              "outputHashing": "bundles",
              "outputPath": "wwwroot",
              "deleteOutputPath": true,
              "watch": true,
              "sourceMap": {
                "styles": true,
                "scripts": true,
                "vendor": false
              },
              "aot": true,
              "serviceWorker": true,
              "ngswConfigPath": "ngsw-config.json"
            },
            "local": {
              "tsConfig": "tsconfig.local.json",
              "statsJson": true,
              "styles": [
                "ClientApp/styles.scss",
                "frontend-common/src/assets/styles/styles.scss"
              ]
            },
            "tests": {
              "main": "ClientApp/tests/main.ts",
              "tsConfig": "tsconfig.tests.json"
            },
            "production": {
              "budgets": [
                {
                  "type": "anyComponentStyle",
                  "maximumWarning": "6kb"
                }
              ],
              "optimization": {
                "scripts": true,
                "styles": {
                  "inlineCritical": false,
                  "minify": true
                },
                "fonts": {
                  "inline": false
                }
              },
              "buildOptimizer": true,
              "outputHashing": "bundles",
              "namedChunks": false,
              "serviceWorker": true,
              "ngswConfigPath": "ngsw-config.json"
            }
          },
          "defaultConfiguration": ""
        },
        "serve": {
          "builder": "@angular-devkit/build-angular:dev-server",
          "options": {
            "browserTarget": "gc:build",
            "port": 51851,
            "ssl": true,
            "sslCert": "./server/ssl/server.crt",
            "sslKey": "./server/ssl/server.key",
            "proxyConfig": "proxy.conf.json",
            "liveReload": false
          },
          "configurations": {
            "ci": {
              "browserTarget": "gc:build:ci"
            },
            "production": {
              "browserTarget": "gc:build:production"
            },
            "hmr": {
              "browserTarget": "gc:build:hmr"
            },
            "local": {
              "browserTarget": "gc:build:local"
            },
            "tests": {
              "browserTarget": "gc:build:tests",
              "port": 51853
            },
            "qa": {
              "sslCert": "./server/ssl/yourcausegrantsqa.crt",
              "sslKey": "./server/ssl/yourcausegrantsqa.key",
              "disableHostCheck": true,
              "port": 443
            }
          }
        },
        "extract-i18n": {
          "builder": "@angular-devkit/build-angular:extract-i18n",
          "options": {
            "browserTarget": "gc:build"
          }
        },
        "test": {
          "builder": "@angular-builders/jest:run",
          "options": {}
        },
        "lint": {
          "builder": "@angular-eslint/builder:lint",
          "options": {
            "lintFilePatterns": [
              "ClientApp/**/*.ts",
              "ClientApp/**/*.html"
            ]
          }
        }
      }
    },
    "frontend-common": {
      "root": "frontend-common",
      "sourceRoot": "src",
      "projectType": "application",
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            "outputPath": "dist/",
            "index": "frontend-common/index.html",
            "main": "frontend-common/main.ts",
            "tsConfig": "frontend-common/tsconfig.app.json",
            "assets": [],
            "styles": [],
            "scripts": [],
            "vendorChunk": true,
            "extractLicenses": false,
            "buildOptimizer": false,
            "sourceMap": true,
            "optimization": false,
            "namedChunks": true
          },
          "configurations": {},
          "defaultConfiguration": ""
        },
        "serve": {
          "builder": "@angular-devkit/build-angular:dev-server",
          "options": {
            "browserTarget": "frontend-common:build"
          },
          "configurations": {}
        },
        "extract-i18n": {
          "builder": "@angular-devkit/build-angular:extract-i18n",
          "options": {
            "browserTarget": "frontend-common:build"
          }
        },
        "test": {
          "builder": "@angular-builders/jest:run",
          "options": {}
        },
        "lint": {
          "builder": "@angular-eslint/builder:lint",
          "options": {
            "lintFilePatterns": [
              "frontend-common/**/*.ts",
              "frontend-common/**/*.html"
            ]
          }
        }
      }
    }
  },
  "defaultProject": "gc",
  "cli": {
    "packageManager": "npm",
    "analytics": "266dc593-db90-4e8f-b2a1-67d4bf728398"
  },
  "schematics": {
    "@schematics/angular:class": {
      "skipTests": true
    },
    "@schematics/angular:component": {
      "skipTests": true,
      "prefix": "gc",
      "style": "scss"
    },
    "@schematics/angular:directive": {
      "skipTests": true,
      "prefix": "gc"
    },
    "@schematics/angular:guard": {
      "skipTests": true
    },
    "@schematics/angular:pipe": {
      "skipTests": true
    },
    "@schematics/angular:service": {
      "skipTests": true
    }
  }
}