|
30 | 30 | "dependencies": {
|
31 | 31 | "@tanstack/angular-form": "^1.1.0",
|
32 | 32 | "tslib": "^2.8.1",
|
33 |
| - "nanostores": "catalog:" |
| 33 | + "nanostores": "catalog:", |
| 34 | + "firebase": "catalog:" |
34 | 35 | },
|
35 | 36 | "sideEffects": false,
|
36 | 37 | "devDependencies": {
|
37 | 38 | "@angular/core": "catalog:",
|
38 | 39 | "@angular/forms": "catalog:",
|
39 | 40 | "@angular/router": "catalog:",
|
40 | 41 | "@angular/fire": "catalog:",
|
41 |
| - "ng-packagr": "^19.1.0", |
42 |
| - "rxjs": "catalog:" |
| 42 | + "@angular-devkit/build-angular": "catalog:", |
| 43 | + "@angular/cli": "catalog:", |
| 44 | + "@angular/compiler": "catalog:", |
| 45 | + "@angular/compiler-cli": "catalog:", |
| 46 | + "@angular/platform-browser": "catalog:", |
| 47 | + "@angular/platform-browser-dynamic": "catalog:", |
| 48 | + "karma": "^6.4.4", |
| 49 | + "karma-chrome-launcher": "^3.2.0", |
| 50 | + "karma-coverage": "^2.2.1", |
| 51 | + "karma-jasmine": "^5.1.0", |
| 52 | + "karma-jasmine-html-reporter": "^2.1.0", |
| 53 | + "jasmine-core": "^5.1.0", |
| 54 | + "@types/jasmine": "^5.1.0", |
| 55 | + "zone.js": "catalog:", |
| 56 | + "ng-packagr": "^20.0.0", |
| 57 | + "rxjs": "catalog:", |
| 58 | + "typescript": "catalog:" |
43 | 59 | }
|
44 | 60 | }
|
0 commit comments