mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
231 lines
6.6 KiB
JSON
231 lines
6.6 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"defaultProject": "app",
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"app": {
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"projectType": "application",
|
|
"prefix": "app",
|
|
"schematics": {},
|
|
"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",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "src/assets",
|
|
"output": "assets"
|
|
},
|
|
{
|
|
"glob": "**/*",
|
|
"input": "node_modules/ngx-extended-pdf-viewer/assets/",
|
|
"output": "/assets/"
|
|
},
|
|
{
|
|
"glob": "**/*.svg",
|
|
"input": "node_modules/ionicons/dist/ionicons/svg",
|
|
"output": "./svg"
|
|
},
|
|
"src/manifest.webmanifest",
|
|
"src/firebase-messaging-sw.js"
|
|
],
|
|
"styles": [
|
|
"./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css",
|
|
{
|
|
"input": "src/theme/variables.scss",
|
|
"inject": true
|
|
},
|
|
{
|
|
"input": "src/global.scss",
|
|
"inject": true
|
|
}
|
|
],
|
|
"scripts": [],
|
|
"aot": false,
|
|
"vendorChunk": true,
|
|
"extractLicenses": false,
|
|
"buildOptimizer": false,
|
|
"sourceMap": true,
|
|
"optimization": false,
|
|
"namedChunks": true
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/environments/environment.ts",
|
|
"with": "src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"aot": true,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"buildOptimizer": true,
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "8mb",
|
|
"maximumError": "8mb"
|
|
}
|
|
]
|
|
},
|
|
"oapr": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/environments/suport/oapr.ts",
|
|
"with": "src/environments/suport/oapr.ts"
|
|
}
|
|
]
|
|
},
|
|
"div": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/environments/suport/dev.ts",
|
|
"with": "src/environments/suport/dev.ts"
|
|
}
|
|
]
|
|
},
|
|
"ci": {
|
|
"progress": false
|
|
}
|
|
},
|
|
"defaultConfiguration": ""
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"options": {
|
|
"browserTarget": "app:build"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "app:build:production"
|
|
},
|
|
"ci": {
|
|
"progress": false
|
|
}
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "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",
|
|
"styles": [
|
|
"./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css"
|
|
],
|
|
"scripts": [],
|
|
"assets": [
|
|
{
|
|
"glob": "favicon.ico",
|
|
"input": "src/",
|
|
"output": "/"
|
|
},
|
|
{
|
|
"glob": "**/*",
|
|
"input": "src/assets",
|
|
"output": "/assets"
|
|
},
|
|
{
|
|
"glob": "**/*",
|
|
"input": "node_modules/tinymce",
|
|
"output": "/assets/tinymce/"
|
|
}
|
|
]
|
|
},
|
|
"configurations": {
|
|
"ci": {
|
|
"progress": false,
|
|
"watch": false
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@angular-devkit/build-angular:tslint",
|
|
"options": {
|
|
"tsConfig": [
|
|
"tsconfig.app.json",
|
|
"tsconfig.spec.json",
|
|
"e2e/tsconfig.json"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**"
|
|
]
|
|
}
|
|
},
|
|
"e2e": {
|
|
"builder": "@angular-devkit/build-angular:protractor",
|
|
"options": {
|
|
"protractorConfig": "e2e/protractor.conf.js",
|
|
"devServerTarget": "app:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "app:serve:production"
|
|
},
|
|
"ci": {
|
|
"devServerTarget": "app:serve:ci"
|
|
}
|
|
}
|
|
},
|
|
"ionic-cordova-build": {
|
|
"builder": "@ionic/angular-toolkit:cordova-build",
|
|
"options": {
|
|
"browserTarget": "app:build"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "app:build:production"
|
|
}
|
|
}
|
|
},
|
|
"ionic-cordova-serve": {
|
|
"builder": "@ionic/angular-toolkit:cordova-serve",
|
|
"options": {
|
|
"cordovaBuildTarget": "app:ionic-cordova-build",
|
|
"devServerTarget": "app:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"cordovaBuildTarget": "app:ionic-cordova-build:production",
|
|
"devServerTarget": "app:serve:production"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"defaultCollection": "@ionic/angular-toolkit",
|
|
"analytics": false
|
|
},
|
|
"schematics": {
|
|
"@ionic/angular-toolkit:component": {
|
|
"styleext": "scss"
|
|
},
|
|
"@ionic/angular-toolkit:page": {
|
|
"styleext": "scss"
|
|
}
|
|
}
|
|
}
|