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