| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 | 
							- {
 
-   "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
 
-   "version": 1,
 
-   "newProjectRoot": "projects",
 
-   "projects": {
 
-     "app": {
 
-       "projectType": "application",
 
-       "schematics": {},
 
-       "root": "",
 
-       "sourceRoot": "src",
 
-       "prefix": "app",
 
-       "architect": {
 
-         "build": {
 
-           "builder": "@angular-devkit/build-angular:browser",
 
-           "options": {
 
-             "outputPath": "www",
 
-             "index": "src/index.html",
 
-             "main": "src/main.ts",
 
-             "polyfills": "src/polyfills.ts",
 
-             "tsConfig": "tsconfig.app.json",
 
-             "inlineStyleLanguage": "scss",
 
-             "assets": [
 
-               {
 
-                 "glob": "**/*",
 
-                 "input": "src/assets",
 
-                 "output": "assets"
 
-               },
 
-               {
 
-                 "glob": "**/*.svg",
 
-                 "input": "node_modules/ionicons/dist/ionicons/svg",
 
-                 "output": "./svg"
 
-               }
 
-             ],
 
-             "styles": ["src/global.scss", "src/theme/variables.scss"],
 
-             "scripts": []
 
-           },
 
-           "configurations": {
 
-             "production": {
 
-               "budgets": [
 
-                 {
 
-                   "type": "initial",
 
-                   "maximumWarning": "2mb",
 
-                   "maximumError": "5mb"
 
-                 },
 
-                 {
 
-                   "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
 
-             },
 
-             "ci": {
 
-               "progress": false
 
-             }
 
-           },
 
-           "defaultConfiguration": "production"
 
-         },
 
-         "serve": {
 
-           "builder": "@angular-devkit/build-angular:dev-server",
 
-           "configurations": {
 
-             "production": {
 
-               "buildTarget": "app:build:production"
 
-             },
 
-             "development": {
 
-               "buildTarget": "app:build:development"
 
-             },
 
-             "ci": {
 
-               "progress": false
 
-             }
 
-           },
 
-           "defaultConfiguration": "development"
 
-         },
 
-         "extract-i18n": {
 
-           "builder": "@angular-devkit/build-angular:extract-i18n",
 
-           "options": {
 
-             "buildTarget": "app: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": [
 
-               {
 
-                 "glob": "**/*",
 
-                 "input": "src/assets",
 
-                 "output": "assets"
 
-               },
 
-               {
 
-                 "glob": "**/*.svg",
 
-                 "input": "node_modules/ionicons/dist/ionicons/svg",
 
-                 "output": "./svg"
 
-               }
 
-             ],
 
-             "styles": ["src/global.scss", "src/theme/variables.scss"],
 
-             "scripts": []
 
-           },
 
-           "configurations": {
 
-             "ci": {
 
-               "progress": false,
 
-               "watch": false
 
-             }
 
-           }
 
-         },
 
-         "lint": {
 
-           "builder": "@angular-eslint/builder:lint",
 
-           "options": {
 
-             "lintFilePatterns": [
 
-               "src/**/*.ts",
 
-               "src/**/*.html"
 
-             ]
 
-           }
 
-         }
 
-       }
 
-     }
 
-   },
 
-   "cli": {
 
-     "schematicCollections": [
 
-       "@ionic/angular-toolkit"
 
-     ],
 
-     "analytics": "7cbce720-409a-4b7b-b68a-804a47a21f9b"
 
-   },
 
-   "schematics": {
 
-     "@ionic/angular-toolkit:component": {
 
-       "styleext": "scss"
 
-     },
 
-     "@ionic/angular-toolkit:page": {
 
-       "styleext": "scss"
 
-     }
 
-   }
 
- }
 
 
  |