UNPKG

1.43 kBJSONView Raw
1{
2 "name": "@ngrx/router-store",
3 "version": "12.4.0",
4 "description": "Bindings to connect @angular/router to @ngrx/store",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/ngrx/platform.git"
8 },
9 "keywords": [
10 "RxJS",
11 "Angular",
12 "Redux",
13 "Schematics",
14 "Angular CLI"
15 ],
16 "author": "NgRx",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/ngrx/platform/issues"
20 },
21 "homepage": "https://github.com/ngrx/platform#readme",
22 "peerDependencies": {
23 "@angular/common": "^12.0.0",
24 "@angular/core": "^12.0.0",
25 "@angular/router": "^12.0.0",
26 "@ngrx/store": "12.4.0",
27 "rxjs": "^6.5.3"
28 },
29 "schematics": "./schematics/collection.json",
30 "ng-update": {
31 "packageGroup": [
32 "@ngrx/store",
33 "@ngrx/effects",
34 "@ngrx/entity",
35 "@ngrx/router-store",
36 "@ngrx/data",
37 "@ngrx/schematics",
38 "@ngrx/store-devtools",
39 "@ngrx/component-store",
40 "@ngrx/component"
41 ],
42 "migrations": "./migrations/migration.json"
43 },
44 "sideEffects": false,
45 "dependencies": {
46 "tslib": "^2.0.0"
47 },
48 "main": "bundles/ngrx-router-store.umd.js",
49 "module": "fesm2015/ngrx-router-store.js",
50 "es2015": "fesm2015/ngrx-router-store.js",
51 "esm2015": "esm2015/ngrx-router-store.js",
52 "fesm2015": "fesm2015/ngrx-router-store.js",
53 "typings": "ngrx-router-store.d.ts",
54 "metadata": "ngrx-router-store.metadata.json"
55}
\No newline at end of file