128 lines
3.5 KiB
JSON
128 lines
3.5 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"correo": {
|
|
"projectType": "application",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss"
|
|
}
|
|
},
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:application",
|
|
"options": {
|
|
"outputPath": "dist/correo",
|
|
"index": "src/index.html",
|
|
"browser": "src/main.ts",
|
|
"polyfills": [
|
|
"zone.js"
|
|
],
|
|
"tsConfig": "tsconfig.app.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "public"
|
|
},
|
|
{
|
|
"glob": ".htaccess",
|
|
"input": ".",
|
|
"output": "/"
|
|
}
|
|
],
|
|
"styles": [
|
|
"src/styles.scss",
|
|
{
|
|
"input": "node_modules/animate.css/animate.min.css",
|
|
"bundleName": "animate",
|
|
"inject": true
|
|
},
|
|
{
|
|
"input": "node_modules/primeflex/primeflex.css",
|
|
"bundleName": "primeflex",
|
|
"inject": true
|
|
},
|
|
{
|
|
"input": "node_modules/primeicons/primeicons.css",
|
|
"bundleName": "primeicons",
|
|
"inject": true
|
|
}
|
|
],
|
|
"scripts": [],
|
|
"allowedCommonJsDependencies": [
|
|
"file-saver",
|
|
"exceljs",
|
|
"pdfmake/build/pdfmake",
|
|
"pdfmake/build/vfs_fonts"
|
|
]
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"outputHashing": "all",
|
|
"optimization": true,
|
|
"namedChunks": false,
|
|
"aot": true,
|
|
"extractLicenses": true
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "correo:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "correo:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development"
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n"
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"polyfills": [
|
|
"zone.js",
|
|
"zone.js/testing"
|
|
],
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "public"
|
|
},
|
|
{
|
|
"glob": ".htaccess",
|
|
"input": ".",
|
|
"output": "/"
|
|
}
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"scripts": []
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"analytics": false
|
|
}
|
|
} |