-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.89 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
{
"name": "sb-admin2-angular2",
"version": "1.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@angular/common": "^2.4.6",
"@angular/compiler": "^2.4.6",
"@angular/core": "^2.4.6",
"@angular/forms": "^2.4.6",
"@angular/http": "^2.4.6",
"@angular/platform-browser": "^2.4.6",
"@angular/platform-browser-dynamic": "^2.4.6",
"@angular/router": "^3.4.6",
"@angular/upgrade": "^2.4.6",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"bootstrap-social": "^5.1.1",
"core-js": "^2.4.1",
"datatables.net": "^2.1.1",
"datatables.net-bs": "^2.1.1",
"datatables.net-responsive": "^2.1.1",
"datatables.net-responsive-bs": "^2.1.1",
"flot": "git+http://github.com/flot/flot.git#v0.8.3",
"flot-tooltip": "git+http://github.com/krzysu/flot.tooltip",
"font-awesome": "^4.7.0",
"metismenu": "~1.1.3",
"morris": "git+http://github.com/morrisjs/morris.js",
"raphael": "git+http://github.com/DmitryBaranovskiy/raphael/",
"reflect-metadata": "^0.1.9",
"rxjs": "^5.1.0",
"systemjs": "0.20.5",
"zone.js": "^0.7.4"
},
"devDependencies": {
"@types/core-js": "^0.9.35",
"@types/flot": "0.0.28",
"@types/jasmine": "2.5.36",
"@types/jquery": "^2.0.40",
"@types/morris.js": "^0.5.6",
"@types/node": "^6.0.46",
"browser-sync": "^2.18.7",
"colors": "^1.1.2",
"concurrently": "^3.1.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.3.1",
"gulp-live-server": "0.0.30",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.11.0",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^2.0.1",
"lite-server": "^2.2.2",
"proxy-middleware": "^0.15.0",
"run-sequence": "^1.2.2",
"systemjs-builder": "^0.16.2",
"tsconfig-glob": "^0.4.3",
"typescript": "^2.2.0"
}
}