-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.11 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
38
39
40
41
{
"name": "ngrx-store-storagesync",
"version": "14.2.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test ngrx-store-storagesync",
"build": "ng build ngrx-store-storagesync"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.5",
"@angular/cdk": "19.0.4",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/material": "19.0.4",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/router": "19.0.5",
"@ngrx/store": "19.0.0",
"@ngrx/store-devtools": "19.0.0",
"ramda": "0.30.1",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "19.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",
"@types/ramda": "0.30.2",
"jest": "29.7.0",
"jest-preset-angular": "14.4.2",
"ng-packagr": "19.0.1",
"typescript": "5.7.2"
}
}