-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.54 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "angular2_training_epam",
"version": "1.0.0",
"description": "angular2_training_epam",
"scripts": {
"start": "npm run build:aot && node server",
"build:jit": "webpack --display-error-details",
"build:aot": "webpack --env.NODE_ENV=production",
"server": "webpack-dev-server --progress --profile --watch",
"test": "karma start"
},
"engines": {
"node": "6.8.0",
"npm": "3.10.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pakhuta/siarhei.pakhuta.angular2.git"
},
"author": "Siarhei Pakhuta",
"license": "ISC",
"bugs": {
"url": "https://github.com/pakhuta/siarhei.pakhuta.angular2/issues"
},
"homepage": "https://github.com/pakhuta/siarhei.pakhuta.angular2#readme",
"dependencies": {
"@angular/common": "2.4.7",
"@angular/compiler": "2.4.7",
"@angular/compiler-cli": "2.4.7",
"@angular/core": "2.4.7",
"@angular/forms": "2.4.7",
"@angular/http": "2.4.7",
"@angular/platform-browser": "2.4.7",
"@angular/platform-browser-dynamic": "2.4.7",
"@angular/platform-server": "2.4.7",
"@angular/router": "3.2.4",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.0",
"@ngrx/store": "2.2.1",
"@ngrx/store-devtools": "3.2.3",
"@ngtools/webpack": "1.2.11",
"@types/core-js": "0.9.34",
"@types/googlemaps": "3.25.36",
"@types/jasmine": "2.5.41",
"@types/lodash": "4.14.45",
"@types/moment": "2.13.0",
"@types/node": "0.0.2",
"@types/whatwg-fetch": "0.0.32",
"angular2-google-maps": "0.16.0",
"angular2-template-loader": "0.6.2",
"copy-webpack-plugin": "4.0.1",
"core-js": "2.4.1",
"express": "4.14.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.10.0",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.24.1",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "2.5.2",
"karma": "1.5.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.2",
"karma-remap-coverage": "0.1.4",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.2",
"lodash": "4.17.4",
"moment": "2.17.1",
"node-sass": "4.0.0",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.10",
"rxjs": "5.1.0",
"sass-loader": "6.0.2",
"systemjs": "0.20.9",
"ts-loader": "2.0.0",
"tslint": "4.0.2",
"tslint-loader": "3.4.2",
"typescript": "2.0.10",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1",
"webpack-merge": "2.6.1",
"zone.js": "0.7.7"
}
}