-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
73 lines (73 loc) · 2.05 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
{
"name": "angular-cli-seed",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"pree2e": "webdriver-manager update --versions.chrome=2.28",
"e2e": "ng e2e --webdriver-update false"
},
"private": true,
"dependencies": {
"@angular/common": "4.0.x",
"@angular/compiler": "4.0.x",
"@angular/core": "4.0.x",
"@angular/forms": "4.0.x",
"@angular/http": "4.0.x",
"@angular/platform-browser": "4.0.x",
"@angular/platform-browser-dynamic": "4.0.x",
"@angular/router": "4.0.x",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.3",
"@ngrx/store": "^2.2.2",
"@types/lodash": "4.14.63",
"arranbartish-angular-cli-widgets": "^4.2.6",
"core-js": "^2.4.1",
"lodash": "^4.17.4",
"ng2-toasty": "^4.0.0",
"ng2-validation": "^4.1.0",
"rxjs": "^5.1.0",
"zone.js": "0.8.5"
},
"devDependencies": {
"@angular/cli": "^1.0.0",
"@angular/compiler-cli": "^4.0.1",
"@types/chai-as-promised": "0.0.30",
"@types/chai-string": "^1.1.30",
"@types/mocha": "^2.2.40",
"@types/node": "~6.0.60",
"@types/sinon": "^2.1.2",
"@types/sinon-chai": "^2.7.27",
"angular2-template-loader": "^0.6.2",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-string": "^1.3.0",
"codelyzer": "~2.0.0",
"electron": "^1.4.15",
"extract-zip": "=1.6.0",
"karma": "^1.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.0.0",
"karma-istanbul-threshold": "^1.2.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.3.1",
"mocha": "^3.2.0",
"moment": "^2.18.1",
"protractor": "~5.1.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "^2.2.2",
"wallaby-webpack": "0.0.33"
}
}