File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 173173 "builder" : " @angular-devkit/build-angular:ng-packagr" ,
174174 "options" : {
175175 "tsConfig" : " libs/core/tsconfig.lib.json" ,
176- "project" : " libs/core/package.json"
176+ "project" : " libs/core/ng- package.json"
177177 },
178178 "configurations" : {
179179 "production" : {
204204 "builder" : " @angular-devkit/build-angular:ng-packagr" ,
205205 "options" : {
206206 "tsConfig" : " libs/fabric/tsconfig.lib.json" ,
207- "project" : " libs/fabric/package.json"
207+ "project" : " libs/fabric/ng- package.json"
208208 },
209209 "configurations" : {
210210 "production" : {
291291 },
292292 "defaultProject" : " docs" ,
293293 "cli" : {
294- "warnings" : {},
295- "defaultCollection" : " @nrwl/schematics"
294+ "warnings" : {}
296295 }
297296}
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " ../../node_modules/ng-packagr/package.schema.json" ,
3+ "deleteDestPath" : true ,
4+ "allowedNonPeerDependencies" : [
5+ " tslib" ,
6+ " css-to-style" ,
7+ " classnames" ,
8+ " stylenames"
9+ ],
10+ "lib" : {
11+ "entryFile" : " public-api.ts"
12+ },
13+ "dest" : " ../../@angular-react/core"
14+ }
Original file line number Diff line number Diff line change 11{
2- "$schema" : " ../../node_modules/ng-packagr/package.schema.json" ,
32 "name" : " @angular-react/core" ,
43 "version" : " 4.0.1" ,
5- "ngPackage" : {
6- "deleteDestPath" : true ,
7- "whitelistedNonPeerDependencies" : [
8- " tslib" ,
9- " css-to-style" ,
10- " classnames" ,
11- " stylenames"
12- ],
13- "lib" : {
14- "entryFile" : " public-api.ts"
15- },
16- "dest" : " ../../@angular-react/core"
17- },
184 "description" : " Use React components inside Angular" ,
195 "author" : {
206 "name" : " Ben Feely" ,
4228 "private" : false ,
4329 "sideEffects" : false ,
4430 "peerDependencies" : {
45- "@angular/compiler" : " ^11.2.14 " ,
46- "@angular/core" : " ^11.2.14 " ,
47- "@angular/platform-browser-dynamic" : " ^11.2.14 " ,
48- "@angular/platform-browser" : " ^11.2.14 " ,
31+ "@angular/compiler" : " ^13.3.0 " ,
32+ "@angular/core" : " ^13.3.0 " ,
33+ "@angular/platform-browser-dynamic" : " ^13.3.0 " ,
34+ "@angular/platform-browser" : " ^13.3.0 " ,
4935 "rxjs" : " ^6.5.2" ,
5036 "react-dom" : " ~16.8.6" ,
5137 "react" : " ~16.8.6"
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " ../../node_modules/ng-packagr/package.schema.json" ,
3+ "lib" : {
4+ "entryFile" : " public-api.ts"
5+ },
6+ "dest" : " ../../@angular-react/fabric"
7+ }
Original file line number Diff line number Diff line change 11{
2- "$schema" : " ../../node_modules/ng-packagr/package.schema.json" ,
32 "name" : " @angular-react/fabric" ,
43 "version" : " 4.0.0" ,
5- "ngPackage" : {
6- "lib" : {
7- "entryFile" : " public-api.ts"
8- },
9- "dest" : " ../../@angular-react/fabric"
10- },
114 "description" : " Use Fabric React components inside Angular" ,
125 "author" : {
136 "name" : " Ben Feely" ,
You can’t perform that action at this time.
0 commit comments