Commit 8d21b980ebf79838c05d03f8b8451cf09d720fb6

Authored by Marcelo Puebla
1 parent b3e81d4c04
Exists in master

Agregado font-awersome.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
1 { 1 {
2 "$schema": "./node_modules/@angular/cli/lib/config/schema.json", 2 "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3 "version": 1, 3 "version": 1,
4 "newProjectRoot": "projects", 4 "newProjectRoot": "projects",
5 "projects": { 5 "projects": {
6 "autoservicio": { 6 "autoservicio": {
7 "projectType": "application", 7 "projectType": "application",
8 "schematics": { 8 "schematics": {
9 "@schematics/angular:component": { 9 "@schematics/angular:component": {
10 "style": "scss" 10 "style": "scss"
11 } 11 }
12 }, 12 },
13 "root": "", 13 "root": "",
14 "sourceRoot": "src", 14 "sourceRoot": "src",
15 "prefix": "app", 15 "prefix": "app",
16 "architect": { 16 "architect": {
17 "build": { 17 "build": {
18 "builder": "@angular-devkit/build-angular:browser", 18 "builder": "@angular-devkit/build-angular:browser",
19 "options": { 19 "options": {
20 "outputPath": "dist/autoservicio", 20 "outputPath": "dist/autoservicio",
21 "index": "src/index.html", 21 "index": "src/index.html",
22 "main": "src/main.ts", 22 "main": "src/main.ts",
23 "polyfills": "src/polyfills.ts", 23 "polyfills": "src/polyfills.ts",
24 "tsConfig": "tsconfig.app.json", 24 "tsConfig": "tsconfig.app.json",
25 "assets": [ 25 "assets": [
26 "src/favicon.ico", 26 "src/favicon.ico",
27 "src/assets" 27 "src/assets"
28 ], 28 ],
29 "styles": [ 29 "styles": [
30 "node_modules/bootstrap/dist/css/bootstrap.min.css", 30 "node_modules/bootstrap/dist/css/bootstrap.min.css",
31 "node_modules/font-awesome/css/font-awesome.min.css",
31 "src/styles.scss" 32 "src/styles.scss"
32 ], 33 ],
33 "scripts": [ 34 "scripts": [
34 "node_modules/jquery/dist/jquery.min.js", 35 "node_modules/jquery/dist/jquery.min.js",
35 "node_modules/popper.js/dist/umd/popper.min.js", 36 "node_modules/popper.js/dist/umd/popper.min.js",
36 "node_modules/bootstrap/dist/js/bootstrap.min.js" 37 "node_modules/bootstrap/dist/js/bootstrap.min.js"
37 ] 38 ]
38 }, 39 },
39 "configurations": { 40 "configurations": {
40 "production": { 41 "production": {
41 "fileReplacements": [ 42 "fileReplacements": [
42 { 43 {
43 "replace": "src/environments/environment.ts", 44 "replace": "src/environments/environment.ts",
44 "with": "src/environments/environment.prod.ts" 45 "with": "src/environments/environment.prod.ts"
45 } 46 }
46 ], 47 ],
47 "optimization": true, 48 "optimization": true,
48 "outputHashing": "all", 49 "outputHashing": "all",
49 "sourceMap": false, 50 "sourceMap": false,
50 "extractCss": true, 51 "extractCss": true,
51 "namedChunks": false, 52 "namedChunks": false,
52 "aot": true, 53 "aot": true,
53 "extractLicenses": true, 54 "extractLicenses": true,
54 "vendorChunk": false, 55 "vendorChunk": false,
55 "buildOptimizer": true, 56 "buildOptimizer": true,
56 "budgets": [ 57 "budgets": [
57 { 58 {
58 "type": "initial", 59 "type": "initial",
59 "maximumWarning": "2mb", 60 "maximumWarning": "2mb",
60 "maximumError": "5mb" 61 "maximumError": "5mb"
61 } 62 }
62 ] 63 ]
63 } 64 }
64 } 65 }
65 }, 66 },
66 "serve": { 67 "serve": {
67 "builder": "@angular-devkit/build-angular:dev-server", 68 "builder": "@angular-devkit/build-angular:dev-server",
68 "options": { 69 "options": {
69 "browserTarget": "autoservicio:build" 70 "browserTarget": "autoservicio:build"
70 }, 71 },
71 "configurations": { 72 "configurations": {
72 "production": { 73 "production": {
73 "browserTarget": "autoservicio:build:production" 74 "browserTarget": "autoservicio:build:production"
74 } 75 }
75 } 76 }
76 }, 77 },
77 "extract-i18n": { 78 "extract-i18n": {
78 "builder": "@angular-devkit/build-angular:extract-i18n", 79 "builder": "@angular-devkit/build-angular:extract-i18n",
79 "options": { 80 "options": {
80 "browserTarget": "autoservicio:build" 81 "browserTarget": "autoservicio:build"
81 } 82 }
82 }, 83 },
83 "test": { 84 "test": {
84 "builder": "@angular-devkit/build-angular:karma", 85 "builder": "@angular-devkit/build-angular:karma",
85 "options": { 86 "options": {
86 "main": "src/test.ts", 87 "main": "src/test.ts",
87 "polyfills": "src/polyfills.ts", 88 "polyfills": "src/polyfills.ts",
88 "tsConfig": "tsconfig.spec.json", 89 "tsConfig": "tsconfig.spec.json",
89 "karmaConfig": "karma.conf.js", 90 "karmaConfig": "karma.conf.js",
90 "assets": [ 91 "assets": [
91 "src/favicon.ico", 92 "src/favicon.ico",
92 "src/assets" 93 "src/assets"
93 ], 94 ],
94 "styles": [ 95 "styles": [
95 "src/styles.scss" 96 "src/styles.scss"
96 ], 97 ],
97 "scripts": [] 98 "scripts": []
98 } 99 }
99 }, 100 },
100 "lint": { 101 "lint": {
101 "builder": "@angular-devkit/build-angular:tslint", 102 "builder": "@angular-devkit/build-angular:tslint",
102 "options": { 103 "options": {
103 "tsConfig": [ 104 "tsConfig": [
104 "tsconfig.app.json", 105 "tsconfig.app.json",
105 "tsconfig.spec.json", 106 "tsconfig.spec.json",
106 "e2e/tsconfig.json" 107 "e2e/tsconfig.json"
107 ], 108 ],
108 "exclude": [ 109 "exclude": [
109 "**/node_modules/**" 110 "**/node_modules/**"
110 ] 111 ]
111 } 112 }
112 }, 113 },
113 "e2e": { 114 "e2e": {
114 "builder": "@angular-devkit/build-angular:protractor", 115 "builder": "@angular-devkit/build-angular:protractor",
115 "options": { 116 "options": {
116 "protractorConfig": "e2e/protractor.conf.js", 117 "protractorConfig": "e2e/protractor.conf.js",
117 "devServerTarget": "autoservicio:serve" 118 "devServerTarget": "autoservicio:serve"
118 }, 119 },
119 "configurations": { 120 "configurations": {
120 "production": { 121 "production": {
121 "devServerTarget": "autoservicio:serve:production" 122 "devServerTarget": "autoservicio:serve:production"
122 } 123 }
123 } 124 }
124 } 125 }
125 } 126 }
126 }}, 127 }},
127 "defaultProject": "autoservicio" 128 "defaultProject": "autoservicio"
128 } 129 }