crh225/angular-github-issues

View on GitHub
angular.json

Summary

Maintainability
Test Coverage
{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "newProjectRoot": "",
  "projects": {
    "angular-github-issues": {
      "root": "apps/angular-github-issues",
      "sourceRoot": "apps/angular-github-issues/src",
      "projectType": "application",
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            "aot": true,
            "outputPath": "dist/apps/angular-github-issues",
            "index": "apps/angular-github-issues/src/index.html",
            "main": "apps/angular-github-issues/src/main.ts",
            "tsConfig": "apps/angular-github-issues/tsconfig.app.json",
            "polyfills": "apps/angular-github-issues/src/polyfills.ts",
            "assets": [
              "apps/angular-github-issues/src/assets",
              "apps/angular-github-issues/src/favicon.ico"
            ],
            "allowedCommonJsDependencies": [
              "@firebase/database",
              "@firebase/app",
              "chart.js",
              "firebase/app",
              "@firebase/firestore"
            ],
            "styles": [
              "apps/angular-github-issues/src/styles.css",
              "apps/angular-github-issues/src/unicorn-app-theme.scss"
            ],
            "scripts": []
          },
          "configurations": {
            "production": {
              "budgets": [
                {
                  "type": "anyComponentStyle",
                  "maximumWarning": "6kb"
                }
              ],
              "optimization": true,
              "outputHashing": "all",
              "sourceMap": false,
              "extractCss": true,
              "namedChunks": false,
              "extractLicenses": true,
              "vendorChunk": false,
              "buildOptimizer": true,
              "serviceWorker": false,
              "fileReplacements": [
                {
                  "replace": "apps/angular-github-issues/src/environments/environment.ts",
                  "with": "apps/angular-github-issues/src/environments/environment.prod.ts"
                }
              ]
            }
          }
        },
        "serve": {
          "builder": "@angular-devkit/build-angular:dev-server",
          "options": {
            "browserTarget": "angular-github-issues:build"
          },
          "configurations": {
            "production": {
              "browserTarget": "angular-github-issues:build:production"
            }
          }
        },
        "extract-i18n": {
          "builder": "@angular-devkit/build-angular:extract-i18n",
          "options": {
            "browserTarget": "angular-github-issues:build"
          }
        },
        "test": {
          "builder": "@angular-devkit/build-angular:karma",
          "options": {
            "main": "apps/angular-github-issues/src/test.ts",
            "karmaConfig": "apps/angular-github-issues/karma.conf.js",
            "polyfills": "apps/angular-github-issues/src/polyfills.ts",
            "tsConfig": "apps/angular-github-issues/tsconfig.spec.json",
            "scripts": [],
            "styles": [
              "apps/angular-github-issues/src/styles.css",
              "apps/angular-github-issues/src/unicorn-app-theme.scss"
            ],
            "assets": [
              "apps/angular-github-issues/src/assets",
              "apps/angular-github-issues/src/favicon.ico"
            ]
          }
        },
        "lint": {
          "builder": "@angular-devkit/build-angular:tslint",
          "options": {
            "tsConfig": [
              "apps/angular-github-issues/tsconfig.app.json",
              "apps/angular-github-issues/tsconfig.spec.json"
            ],
            "exclude": []
          }
        }
      }
    },
    "angular-github-issues-e2e": {
      "root": "",
      "sourceRoot": "",
      "projectType": "application",
      "architect": {
        "e2e": {
          "builder": "@angular-devkit/build-angular:protractor",
          "options": {
            "protractorConfig": "./protractor.conf.js",
            "devServerTarget": "angular-github-issues:serve"
          }
        },
        "lint": {
          "builder": "@angular-devkit/build-angular:tslint",
          "options": {
            "tsConfig": ["e2e/tsconfig.e2e.json"],
            "exclude": []
          }
        }
      }
    }
  },
  "defaultProject": "angular-github-issues",
  "schematics": {
    "@schematics/angular:component": {
      "prefix": "app",
      "style": "css"
    },
    "@schematics/angular:directive": {
      "prefix": "app"
    }
  },
  "cli": {
    "analytics": "33bad65f-e257-4cfa-9186-a3eea636889f"
  }
}