-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.75 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.75 KB
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": "idlm-static",
"version": "0.0.1",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\""
},
"private": true,
"dependencies": {
"@angular/common": "2.0.1",
"@angular/compiler": "2.0.1",
"@angular/core": "2.0.1",
"@angular/forms": "2.0.1",
"@angular/http": "2.0.1",
"@angular/platform-browser": "2.0.1",
"@angular/platform-browser-dynamic": "2.0.1",
"@angular/router": "3.0.0",
"blaze": "3.0.0-alpha.5",
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
"d3-array": "^1.0.1",
"d3-axis": "^1.0.4",
"d3-cloud": "^1.2.1",
"d3-collection": "^1.0.1",
"d3-force": "^1.0.2",
"d3-polygon": "^1.0.1",
"d3-scale": "^1.0.3",
"d3-scale-chromatic": "^1.0.2",
"d3-selection": "^1.0.2",
"d3-shape": "^1.0.3",
"d3-transition": "^1.0.2",
"jquery": "^3.1.1",
"ng2-tooltip": "0.0.4",
"rxjs": "5.0.0-beta.12",
"showdown": "^1.4.3",
"style-loader": "^0.13.1",
"ts-helpers": "^1.1.1",
"zone.js": "^0.6.23"
},
"devDependencies": {
"@types/d3-array": "^1.0.5",
"@types/d3-axis": "^1.0.6",
"@types/d3-collection": "^1.0.4",
"@types/d3-force": "^1.0.5",
"@types/d3-polygon": "^1.0.4",
"@types/d3-scale": "^1.0.4",
"@types/d3-scale-chromatic": "^1.0.1",
"@types/d3-selection": "^1.0.4",
"@types/d3-shape": "^1.0.5",
"@types/d3-time-format": "^2.0.4",
"@types/d3-transition": "^1.0.5",
"@types/jquery": "^2.0.32",
"@types/lodash": "^4.14.36",
"angular-cli": "1.0.0-beta.15",
"codelyzer": "~0.0.26",
"node-sass": "^3.10.0",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.2",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "2.0.2"
}
}