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