-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "advanced-ngrx",
"version": "1.0.0",
"description": "Demo app about advanced @ngrx concepts",
"main": "index.js",
"scripts": {
"start": "ng-start",
"build": "ng-build",
"test": "ng-test",
"test-watch": "ng-test --watch",
"lint": "ng-lint",
"deploy": "ng-deploy"
},
"keywords": [
"angular2",
"webpack",
"ngrx"
],
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "2.4.3",
"@angular/compiler": "2.4.3",
"@angular/core": "2.4.3",
"@angular/forms": "2.4.3",
"@angular/http": "2.4.3",
"@angular/platform-browser": "2.4.3",
"@angular/platform-browser-dynamic": "2.4.3",
"@angular/router": "3.4.3",
"@ngrx/core": "^1.2.0",
"@ngrx/db": "^2.0.1",
"@ngrx/effects": "^2.0.0",
"@ngrx/store": "^2.2.1",
"@ngrx/store-devtools": "^3.2.2",
"@ngrx/store-log-monitor": "^3.0.2",
"bootstrap": "^3.3.7",
"core-js": "2.4.1",
"reselect": "^2.5.4",
"rxjs": "5.0.2",
"zone.js": "0.7.4"
},
"devDependencies": {
"@angular/compiler-cli": "2.4.3",
"@ngrx/store-devtools": "^3.2.2",
"ngrx-store-freeze": "^0.1.6",
"ngx-webpack": "^3.2.2",
"tslint": "^4.3.1"
}
}