2023-01-05 20:02:47 +01:00
|
|
|
{
|
|
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
|
|
"version": 1,
|
|
|
|
"newProjectRoot": "projects",
|
|
|
|
"projects": {
|
|
|
|
"mgr": {
|
|
|
|
"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/mgr",
|
|
|
|
"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": [
|
2023-01-16 19:02:27 +01:00
|
|
|
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
|
2023-01-05 20:02:47 +01:00
|
|
|
"src/styles.scss"
|
|
|
|
],
|
|
|
|
"scripts": []
|
|
|
|
},
|
|
|
|
"configurations": {
|
|
|
|
"production": {
|
|
|
|
"budgets": [
|
|
|
|
{
|
|
|
|
"type": "initial",
|
|
|
|
"maximumWarning": "500kb",
|
|
|
|
"maximumError": "1mb"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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": "mgr:build:production"
|
|
|
|
},
|
|
|
|
"development": {
|
|
|
|
"browserTarget": "mgr:build:development"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"defaultConfiguration": "development"
|
|
|
|
},
|
|
|
|
"extract-i18n": {
|
|
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
|
|
"options": {
|
|
|
|
"browserTarget": "mgr: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": [
|
2023-01-16 19:02:27 +01:00
|
|
|
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
|
2023-01-05 20:02:47 +01:00
|
|
|
"src/styles.scss"
|
|
|
|
],
|
|
|
|
"scripts": []
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"defaultProject": "mgr"
|
|
|
|
}
|