-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.89 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
{
"name": "light-bootstrap-dashboard-angular2",
"private": true,
"version": "1.1.1",
"scripts": {
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" ",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w",
"mock-server": "node .\\server.js"
},
"engines": {
"node": "5.9.1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/creativetimofficial/light-bootstrap-dashboard-angular.git"
},
"bugs": {
"url": "https://github.com/creativetimofficial/light-bootstrap-dashboard-angular/issues"
},
"dependencies": {
"@angular/common": "~2.2.2",
"@angular/compiler": "~2.2.2",
"@angular/core": "~2.2.2",
"@angular/forms": "~2.2.2",
"@angular/http": "~2.2.2",
"@angular/platform-browser": "~2.2.2",
"@angular/platform-browser-dynamic": "~2.2.2",
"@angular/router": "~3.2.2",
"@angular/upgrade": "~2.2.2",
"@types/core-js": "0.9.35",
"@types/node": "^6.0.45",
"angular-in-memory-web-api": "~0.1.13",
"angular2-chartist": "~0.10.1",
"angular2-google-maps": "~0.16.0",
"angular2-grid": "^2.0.2",
"angular2-websocket": "^0.9.2",
"chart.js": "^2.5.0",
"chartist": "~0.9.8",
"compression": "^1.6.2",
"core-js": "2.4.1",
"jquery": "~3.1.1",
"ng2-bootstrap": "~1.1.16",
"ng2-charts": "^1.5.0",
"reflect-metadata": "~0.1.8",
"rxjs": "5.0.0-rc.5",
"systemjs": "~0.19.41",
"systemjs-builder": "^0.15.17",
"typescript": "^2.0.3",
"ws": "^2.3.1",
"yargs": "^4.7.1",
"zone.js": "0.7.2"
},
"devDependencies": {
"@types/chartist": "~0.9.33",
"@types/core-js": "~0.9.34",
"@types/jquery": "~2.0.34",
"@types/node": "~6.0.45",
"concurrently": "^3.0.0",
"lite-server": "~2.2.2",
"typescript": "~2.0.3",
"ejs": ">= 0.0.1",
"express": "~4.9.8",
"nodemon": "^1.11.0",
"systemjs": "0.19.39"
}
}