| { | |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
| "version": 1, | |
| "newProjectRoot": "projects", | |
| "projects": { | |
| "py-match": { | |
| "projectType": "application", | |
| "schematics": {}, | |
| "root": "", | |
| "sourceRoot": "src", | |
| "prefix": "app", | |
| "architect": { | |
| "build": { | |
| "builder": "@angular-devkit/build-angular:browser", | |
| "options": { | |
| "outputPath": "dist/py-match", | |
| "index": "src/index.html", | |
| "main": "src/main.ts", | |
| "polyfills": [ | |
| "zone.js" | |
| ], | |
| "tsConfig": "tsconfig.app.json", | |
| "assets": [ | |
| "src/pykara-favicon.ico", | |
| "src/assets" | |
| ], | |
| "styles": [ | |
| "src/styles.css" | |
| ], | |
| "scripts": [] | |
| }, | |
| "configurations": { | |
| "production": { | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "2mb", | |
| "maximumError": "3mb" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "200kb", | |
| "maximumError": "300kb" | |
| } | |
| ], | |
| "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": "py-match:build:production" | |
| }, | |
| "development": { | |
| "browserTarget": "py-match:build:development" | |
| } | |
| }, | |
| "defaultConfiguration": "development" | |
| }, | |
| "extract-i18n": { | |
| "builder": "@angular-devkit/build-angular:extract-i18n", | |
| "options": { | |
| "browserTarget": "py-match:build" | |
| } | |
| }, | |
| "test": { | |
| "builder": "@angular-devkit/build-angular:karma", | |
| "options": { | |
| "polyfills": [ | |
| "zone.js", | |
| "zone.js/testing" | |
| ], | |
| "tsConfig": "tsconfig.spec.json", | |
| "assets": [ | |
| "src/pykara-favicon.ico", | |
| "src/assets" | |
| ], | |
| "styles": [ | |
| "src/styles.css", | |
| "node_modules/@fortawesome/fontawesome-free/css/all.css" | |
| ], | |
| "scripts": [], | |
| "karmaConfig": "karma.conf.js" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "cli": { | |
| "analytics": "c88a5f95-78ff-4d1a-be52-0edf479dc3e1" | |
| } | |
| } | |