|
23 | 23 | "release": "pnpm pack --pack-destination ../../releases/" |
24 | 24 | }, |
25 | 25 | "peerDependencies": { |
26 | | - "@angular/common": "catalog:peerDependencies", |
27 | | - "@angular/core": "catalog:peerDependencies", |
28 | | - "@firebase-ui/core": "workspace:*", |
29 | | - "@firebase-ui/translations": "workspace:*" |
| 26 | + "@angular/fire": "catalog:peerDependencies" |
30 | 27 | }, |
31 | 28 | "dependencies": { |
| 29 | + "@firebase-ui/core": "workspace:*", |
| 30 | + "@firebase-ui/styles": "workspace:*", |
32 | 31 | "@tanstack/angular-form": "^1.1.0", |
33 | 32 | "tslib": "^2.8.1", |
34 | | - "nanostores": "catalog:", |
35 | | - "firebase": "catalog:" |
| 33 | + "nanostores": "catalog:" |
36 | 34 | }, |
37 | 35 | "sideEffects": false, |
38 | 36 | "devDependencies": { |
39 | 37 | "@angular/core": "catalog:", |
| 38 | + "@angular/common": "catalog:", |
40 | 39 | "@angular/forms": "catalog:", |
41 | 40 | "@angular/router": "catalog:", |
42 | 41 | "@angular/fire": "catalog:", |
|
46 | 45 | "@angular/compiler-cli": "catalog:", |
47 | 46 | "@angular/platform-browser": "catalog:", |
48 | 47 | "@angular/platform-browser-dynamic": "catalog:", |
| 48 | + "firebase": "catalog:", |
49 | 49 | "karma": "^6.4.4", |
50 | 50 | "karma-chrome-launcher": "^3.2.0", |
51 | 51 | "karma-coverage": "^2.2.1", |
|
0 commit comments