{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "cli": {
    "analytics": "ef946bf9-f568-4c0e-85b6-18e41c9d527f"
  },
  "version": 1,
  "newProjectRoot": "projects",
  "projects": {
    "magalies-pharma": {
      "projectType": "application",
      "schematics": {
        "@schematics/angular:component": {
          "style": "scss"
        },
        "@schematics/angular:application": {
          "strict": true
        }
      },
      "root": "",
      "sourceRoot": "src",
      "prefix": "app",
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            "outputPath": "dist/magalies-pharma",
            "index": "src/index.html",
            "main": "src/main.ts",
            "polyfills": "src/polyfills.ts",
            "tsConfig": "tsconfig.app.json",
            "inlineStyleLanguage": "scss",
            "assets": [
              "src/favicon.ico",
              "src/assets"
            ],
            "styles": [
              "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
              "./node_modules/bootstrap/dist/css/bootstrap.min.css",
              "src/styles.scss"
            ],
            "scripts": [],
            "allowedCommonJsDependencies": [
              "crypto-js",
              "@aws-amplify/ui-angular",
              "@aws-sdk/eventstream-marshaller",
              "buffer",
              "js-cookie",
              "@aws-crypto",
              "zen-observable",
              "@aws-sdk/util-utf8-node",
              "@aws-crypto/sha256-js",
              "@aws-sdk/util-buffer-from",
              "@aws-sdk/smithy-client",
              "@aws-sdk/middleware-serde",
              "@aws-sdk/middleware-user-agent",
              "@aws-sdk/middleware-retry",
              "@aws-sdk/middleware-signing",
              "@aws-sdk/middleware-content-length",
              "@aws-sdk/middleware-host-header",
              "@aws-sdk/config-resolver",
              "@aws-sdk/s3-request-presigner",
              "@aws-sdk/util-format-url",
              "@aws-sdk/util-create-request",
              "@aws-sdk/property-provider",
              "axios",
              "@aws-sdk/fetch-http-handler",
              "@aws-sdk/protocol-http",
              "@aws-sdk/querystring-builder",
              "@aws-sdk/util-utf8-browser",
              "@aws-sdk/url-parser-browser",
              "@aws-crypto/sha256-browser",
              "@aws-sdk/url-parser-node",
              "@aws-sdk/util-uri-escape",
              "@aws-sdk/middleware-sdk-s3",
              "@aws-sdk/middleware-bucket-endpoint",
              "@aws-sdk/querystring-parser",
              "@aws-sdk/middleware-apply-body-checksum",
              "@aws-sdk/middleware-ssec",
              "@aws-sdk/middleware-expect-continue",
              "fast-xml-parser",
              "@aws-sdk/xml-builder",
              "@aws-sdk/md5-js",
              "@aws-sdk/hash-blob-browser",
              "@aws-sdk/eventstream-serde-browser",
              "@aws-sdk/middleware-location-constraint",
              "uuid",
              "@aws-sdk/credential-provider-cognito-identity",
              "@aws-sdk/eventstream-serde-config-resolver",
              "ulid",
              "zen-push",
              "lodash",
              "@aws-amplify/core",
              "url",
              "@aws-crypto/crc32",
              "isomorphic-unfetch",
              "crypto-js/lib-typedarrays",
              "crypto-js/hmac-sha256",
              "crypto",
              "camelcase-keys",
              "os"
            ]
          },
          "configurations": {
            "production": {
              "budgets": [
                {
                  "type": "initial",
                  "maximumWarning": "10mb",
                  "maximumError": "10mb"
                },
                {
                  "type": "anyComponentStyle",
                  "maximumWarning": "2kb",
                  "maximumError": "4kb"
                }
              ],
              "fileReplacements": [
                {
                  "replace": "src/environments/environment.ts",
                  "with": "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": "magalies-pharma:build:production"
            },
            "development": {
              "browserTarget": "magalies-pharma:build:development"
            }
          },
          "defaultConfiguration": "development"
        },
        "extract-i18n": {
          "builder": "@angular-devkit/build-angular:extract-i18n",
          "options": {
            "browserTarget": "magalies-pharma:build"
          }
        },
        "test": {
          "builder": "@angular-devkit/build-angular:karma",
          "options": {
            "main": "src/test.ts",
            "polyfills": "src/polyfills.ts",
            "tsConfig": "tsconfig.spec.json",
            "karmaConfig": "karma.conf.js",
            "inlineStyleLanguage": "scss",
            "assets": [
              "src/favicon.ico",
              "src/assets"
            ],
            "styles": [
              "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
              "./node_modules/bootstrap/dist/css/bootstrap.min.css",
              "src/styles.scss"
            ],
            "scripts": [
              "./node_modules/jquery/dist/jquery.min.js",
              "./node_modules/bootstrap/dist/js/bootstrap.min.js"
            ]
          }
        },
        "cypress-run": {
          "builder": "@cypress/schematic:cypress",
          "options": {
            "devServerTarget": "magalies-pharma:serve"
          },
          "configurations": {
            "production": {
              "devServerTarget": "magalies-pharma:serve:production"
            }
          }
        },
        "cypress-open": {
          "builder": "@cypress/schematic:cypress",
          "options": {
            "watch": true,
            "headless": false
          }
        },
        "e2e": {
          "builder": "@cypress/schematic:cypress",
          "options": {
            "devServerTarget": "magalies-pharma:serve",
            "watch": true,
            "headless": false
          },
          "configurations": {
            "production": {
              "devServerTarget": "magalies-pharma:serve:production"
            }
          }
        }
      }
    }
  },
  "defaultProject": "magalies-pharma"
}
