This repository has been archived by the owner on Nov 27, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
78 lines (78 loc) · 2.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
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
{
"name": "zipkin-ui",
"version": "0.1.0",
"description": "My Angular2-TypeScript App",
"keywords": [
"angular2",
"typescript",
"webpack"
],
"scripts": {
"lint": "tslint \"src/**/*.ts\"",
"start": "gulp",
"build": "gulp build",
"postinstall": "typings install",
"test": "karma start"
},
"//": "the ng-bootstrap version is pinned to the last version supporting angular2; newer versions require angular4",
"dependencies": {
"@angular/common": "2.4.10",
"@angular/compiler": "2.4.10",
"@angular/core": "2.4.10",
"@angular/forms": "2.4.10",
"@angular/http": "2.4.10",
"@angular/platform-browser": "2.4.10",
"@angular/platform-browser-dynamic": "2.4.10",
"@angular/router": "3.4.10",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.24",
"angular2-fontawesome": "^0.8.0",
"bootstrap": "3.3.7",
"dagre": "^0.7.4",
"dagre-d3": "^0.4.17",
"font-awesome": "~4.7.0",
"jquery": "^2.2.4",
"linq-es5": "^1.11.2",
"moment": "^2.18.0",
"ng2-nvd3": "^1.1.3",
"rxjs": "5.0.1",
"zone.js": "^0.7.4"
},
"devDependencies": {
"codelyzer": "^3.0.0-beta.4",
"concurrently": "^3.4.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.5.0",
"gulp-shell": "^0.6.3",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"jasmine-core": "^2.5.2",
"json-loader": "^0.5.4",
"karma": "^1.5.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^2.0.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"reflect-metadata": "0.1.3",
"rimraf": "^2.6.1",
"run-sequence": "^1.2.2",
"style-loader": "^0.16.0",
"tether": "^1.4.0",
"ts-loader": "^0.9.5",
"tslint": "^4.5.1",
"typescript": "^2.2.1",
"typings": "^2.1.0",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2",
"webpack-merge": "^4.1.0"
},
"license": "Apache-2.0"
}