1
1
{
2
- "$schema" : " ngx-http-annotations/node_modules/@angular/cli/lib/config/schema.json" ,
3
- "version" : 1 ,
4
- "newProjectRoot" : " projects" ,
2
+ "version" : 2 ,
5
3
"projects" : {
6
- "example-ngx-http-annotations" : {
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
- "outputPath" : " dist/example-ngx-http-annotations" ,
17
- "index" : " src/index.html" ,
18
- "main" : " src/main.ts" ,
19
- "polyfills" : " src/polyfills.ts" ,
20
- "tsConfig" : " src/tsconfig.app.json" ,
21
- "assets" : [
22
- " src/favicon.ico" ,
23
- " src/assets"
24
- ],
25
- "styles" : [
26
- " src/styles.css"
27
- ],
28
- "scripts" : [],
29
- "vendorChunk" : true ,
30
- "extractLicenses" : false ,
31
- "buildOptimizer" : false ,
32
- "sourceMap" : true ,
33
- "optimization" : false ,
34
- "namedChunks" : true
35
- },
36
- "configurations" : {
37
- "production" : {
38
- "budgets" : [
39
- {
40
- "type" : " anyComponentStyle" ,
41
- "maximumWarning" : " 6kb"
42
- }
43
- ],
44
- "fileReplacements" : [
45
- {
46
- "replace" : " src/environments/environment.ts" ,
47
- "with" : " src/environments/environment.prod.ts"
48
- }
49
- ],
50
- "optimization" : true ,
51
- "outputHashing" : " all" ,
52
- "sourceMap" : false ,
53
- "namedChunks" : false ,
54
- "extractLicenses" : true ,
55
- "vendorChunk" : false ,
56
- "buildOptimizer" : true
57
- }
58
- },
59
- "defaultConfiguration" : " "
60
- },
61
- "serve" : {
62
- "builder" : " @angular-devkit/build-angular:dev-server" ,
63
- "options" : {
64
- "browserTarget" : " example-ngx-http-annotations:build"
65
- },
66
- "configurations" : {
67
- "production" : {
68
- "browserTarget" : " example-ngx-http-annotations:build:production"
69
- }
70
- }
71
- },
72
- "extract-i18n" : {
73
- "builder" : " @angular-devkit/build-angular:extract-i18n" ,
74
- "options" : {
75
- "browserTarget" : " example-ngx-http-annotations: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
- }
96
- },
97
- "example-ngx-http-annotations-e2e" : {
98
- "root" : " e2e/" ,
99
- "projectType" : " application" ,
100
- "architect" : {
101
- "e2e" : {
102
- "builder" : " @angular-devkit/build-angular:protractor" ,
103
- "options" : {
104
- "protractorConfig" : " e2e/protractor.conf.js" ,
105
- "devServerTarget" : " example-ngx-http-annotations:serve"
106
- }
107
- }
108
- }
109
- },
110
- "ngx-http-annotations" : {
111
- "root" : " projects/ngx-http-annotations" ,
112
- "sourceRoot" : " projects/ngx-http-annotations/src" ,
113
- "projectType" : " library" ,
114
- "prefix" : " lib" ,
115
- "architect" : {
116
- "build" : {
117
- "builder" : " @angular-devkit/build-angular:ng-packagr" ,
118
- "options" : {
119
- "tsConfig" : " projects/ngx-http-annotations/tsconfig.lib.json" ,
120
- "project" : " projects/ngx-http-annotations/ng-package.json"
121
- },
122
- "configurations" : {
123
- "production" : {
124
- "project" : " projects/ngx-http-annotations/ng-package.prod.json" ,
125
- "tsConfig" : " projects/ngx-http-annotations/tsconfig.lib.prod.json"
126
- }
127
- }
128
- },
129
- "test" : {
130
- "builder" : " @angular-devkit/build-angular:karma" ,
131
- "options" : {
132
- "main" : " projects/ngx-http-annotations/src/test.ts" ,
133
- "tsConfig" : " projects/ngx-http-annotations/tsconfig.spec.json" ,
134
- "karmaConfig" : " projects/ngx-http-annotations/karma.conf.js"
135
- }
136
- }
137
- }
138
- }
139
- },
140
- "defaultProject" : " example-ngx-http-annotations" ,
141
- "cli" : {
142
- "analytics" : " ccb5e103-d12f-4375-adf3-3b0114a333a4"
4
+ "example-ngx-http-annotations" : " apps/example-ngx-http-annotations" ,
5
+ "ngx-http-annotations" : " libs/ngx-http-annotations"
143
6
}
144
- }
7
+ }
0 commit comments