This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.84 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "ngrx-router-state-plus",
"version": "2.0.3",
"description": "@ngrx/router-store extension that provides router state serialization with a common payload-composed state data",
"repository": {
"type": "git",
"url": "https://github.com/ngrx-router-state-plus.git"
},
"keywords": [
"Angular",
"NgRx",
"Store",
"Router",
"Redux",
"serialization"
],
"author": "Jose Quintana <git.io/joseluisq>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngrx-router-state-plus/issues"
},
"homepage": "https://github.com/ngrx-router-state-plus#readme",
"scripts": {
"test": "npm run lint && node tests/run.js",
"build": "ng-packagr",
"version": "npm run test && npm run build",
"lint": "tslint --format stylish --project tsconfig.json"
},
"peerDependencies": {
"@angular/core": ">=6.0",
"@angular/router": ">=6.0",
"@ngrx/effects": ">=6.0",
"@ngrx/router-store": ">=6.0",
"@ngrx/store": ">=6.0",
"rxjs": ">=6.0"
},
"devDependencies": {
"@angular/animations": "7.2.15",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/compiler-cli": "7.2.15",
"@angular/core": "7.2.15",
"@angular/http": "7.2.15",
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"@angular/platform-server": "7.2.15",
"@angular/router": "7.2.15",
"@ngrx/effects": "7.4.0",
"@ngrx/router-store": "7.4.0",
"@ngrx/store": "7.4.0",
"@types/jasmine": "3.3.15",
"core-js": "2.6.9",
"git-testing-hook": "0.3.0",
"jasmine": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"ng-packagr": "5.3.0",
"rxjs": "6.5.2",
"ts-node": "8.3.0",
"tsickle": "0.35.0",
"tslint": "5.18.0",
"tslint-config-standard-plus": "2.2.0",
"typescript": "3.4.5",
"zone.js": "0.9.1"
}
}