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