44 "newProjectRoot" : " projects" ,
55 "projects" : {
66 "angular-web-bluetooth-starter" : {
7- "root" : " " ,
8- "sourceRoot" : " src" ,
97 "projectType" : " application" ,
10- "prefix" : " ble" ,
118 "schematics" : {},
9+ "root" : " " ,
10+ "sourceRoot" : " src" ,
11+ "prefix" : " app" ,
1212 "architect" : {
1313 "build" : {
1414 "builder" : " @angular-devkit/build-angular:browser" ,
1717 "index" : " src/index.html" ,
1818 "main" : " src/main.ts" ,
1919 "polyfills" : " src/polyfills.ts" ,
20- "tsConfig" : " src/tsconfig.app.json" ,
20+ "tsConfig" : " tsconfig.app.json" ,
21+ "aot" : true ,
2122 "assets" : [
2223 " src/favicon.ico" ,
2324 " src/assets"
4344 "sourceMap" : false ,
4445 "extractCss" : true ,
4546 "namedChunks" : false ,
46- "aot" : true ,
4747 "extractLicenses" : true ,
4848 "vendorChunk" : false ,
4949 "buildOptimizer" : true ,
5252 "type" : " initial" ,
5353 "maximumWarning" : " 2mb" ,
5454 "maximumError" : " 5mb"
55+ },
56+ {
57+ "type" : " anyComponentStyle" ,
58+ "maximumWarning" : " 6kb" ,
59+ "maximumError" : " 10kb"
5560 }
5661 ]
5762 }
7984 "options" : {
8085 "main" : " src/test.ts" ,
8186 "polyfills" : " src/polyfills.ts" ,
82- "tsConfig" : " src/tsconfig.spec.json" ,
83- "karmaConfig" : " src/karma.conf.js" ,
87+ "tsConfig" : " tsconfig.spec.json" ,
88+ "karmaConfig" : " karma.conf.js" ,
89+ "assets" : [
90+ " src/favicon.ico" ,
91+ " src/assets"
92+ ],
8493 "styles" : [
8594 " ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" ,
8695 " src/styles.css"
8796 ],
88- "scripts" : [],
89- "assets" : [
90- " src/favicon.ico" ,
91- " src/assets"
92- ]
97+ "scripts" : []
9398 }
9499 },
95100 "lint" : {
96101 "builder" : " @angular-devkit/build-angular:tslint" ,
97102 "options" : {
98103 "tsConfig" : [
99- " src/tsconfig.app.json" ,
100- " src/tsconfig.spec.json"
104+ " tsconfig.app.json" ,
105+ " tsconfig.spec.json" ,
106+ " e2e/tsconfig.json"
101107 ],
102108 "exclude" : [
103109 " **/node_modules/**"
104110 ]
105111 }
106- }
107- }
108- },
109- "angular-web-bluetooth-starter-e2e" : {
110- "root" : " e2e/" ,
111- "projectType" : " application" ,
112- "prefix" : " " ,
113- "architect" : {
112+ },
114113 "e2e" : {
115114 "builder" : " @angular-devkit/build-angular:protractor" ,
116115 "options" : {
122121 "devServerTarget" : " angular-web-bluetooth-starter:serve:production"
123122 }
124123 }
125- },
126- "lint" : {
127- "builder" : " @angular-devkit/build-angular:tslint" ,
128- "options" : {
129- "tsConfig" : " e2e/tsconfig.e2e.json" ,
130- "exclude" : [
131- " **/node_modules/**"
132- ]
133- }
134124 }
135125 }
136126 },
137127 "@manekinekko/angular-web-bluetooth" : {
128+ "projectType" : " library" ,
138129 "root" : " projects/manekinekko/angular-web-bluetooth" ,
139130 "sourceRoot" : " projects/manekinekko/angular-web-bluetooth/src" ,
140- "projectType" : " library" ,
141131 "prefix" : " lib" ,
142132 "architect" : {
143133 "build" : {
144134 "builder" : " @angular-devkit/build-ng-packagr:build" ,
145135 "options" : {
146136 "tsConfig" : " projects/manekinekko/angular-web-bluetooth/tsconfig.lib.json" ,
147137 "project" : " projects/manekinekko/angular-web-bluetooth/ng-package.json"
138+ },
139+ "configurations" : {
140+ "production" : {
141+ "tsConfig" : " projects/manekinekko/angular-web-bluetooth/tsconfig.lib.prod.json"
142+ }
148143 }
149144 },
150145 "test" : {
170165 }
171166 }
172167 },
173- "defaultProject" : " angular-web-bluetooth-starter"
168+ "defaultProject" : " angular-web-bluetooth-starter" ,
169+ "cli" : {
170+ "analytics" : " 6c503e91-213a-464d-801c-5af37e13087c"
171+ }
174172}
0 commit comments