-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ngrx-signals-storage",
"version": "2.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test ngrx-signals-storage",
"test:watch": "ng test ngrx-signals-storage --watch",
"build": "ng build ngrx-signals-storage"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.5",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/router": "19.0.5",
"@ngrx/signals": "19.0.0",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "18.0.0",
"@angular-devkit/build-angular": "19.0.6",
"@angular/cli": "19.0.6",
"@angular/compiler-cli": "19.0.5",
"@types/jest": "29.5.14",
"jest": "29.7.0",
"jest-preset-angular": "14.4.2",
"ng-packagr": "19.0.1",
"typescript": "5.7.2"
}
}