-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·92 lines (92 loc) · 2.58 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "tth-control-ui",
"version": "1.0.22",
"scripts": {
"start": "gulp setup && gulp dev && concurrently \"http-server app -c-1 -o \" \"gulp watch\" ",
"postinstall": "gulp setup",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "http://gitlab.teramesh.net/NDS-telephone-townhall-HTML-UI/setup-ui-release.git"
},
"dependencies": {
"@angular/common": "~2.3.1",
"@angular/compiler": "~2.3.1",
"@angular/core": "~2.3.1",
"@angular/forms": "~2.3.1",
"@angular/http": "~2.3.1",
"@angular/platform-browser": "~2.3.1",
"@angular/platform-browser-dynamic": "~2.3.1",
"@angular/router": "~3.1.0",
"@angular/upgrade": "~2.1.0",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.4",
"@ngrx/store": "^2.2.3",
"@ngrx/store-devtools": "^3.2.4",
"@types/jasmine": "^2.5.38",
"@types/lodash": "^4.14.53",
"@types/node": "0.0.2",
"angular-calendar": "^0.6.2",
"angular-star-rating": "^2.0.0",
"angular2-modal": "^2.0.1",
"angular2-text-mask": "^8.0.2",
"bootstrap": "3.3.7",
"bootstrap-datepicker": "^1.6.4",
"bootstrap-table": "^1.11.0",
"britecharts": "^1.7.2",
"chart.js": "^2.4.0",
"clipboard": "^1.5.16",
"core-js": "^2.4.1",
"cors": "^2.8.1",
"d3-selection": "^1.1.0",
"date-fns": "1.9.0",
"easytimer": "^1.1.1",
"jquery": "^2.2.4",
"karma-jasmine": "^1.1.0",
"lodash": "^4.17.3",
"monet": "^0.8.10",
"ng2-charts": "^1.6.0",
"ng2-split-pane": "1.2.1",
"ngx-pagination": "^3.0.1",
"ngx-tooltip": "0.0.9",
"primeng": "^2.0.3",
"redux-actions": "^2.2.1",
"reflect-metadata": "^0.1.8",
"reselect": "^3.0.1",
"rxjs": "^5.4.1",
"shortid": "^2.2.8",
"zone.js": "~0.6.21"
},
"devDependencies": {
"browserify": "^13.0.0",
"concurrently": "^3.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^2.1.0",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-cssfont64": "0.0.1",
"gulp-cssnano": "^2.1.1",
"gulp-file": "^0.3.0",
"gulp-htmlmin": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^2.1.1",
"gulp-strip-debug": "^1.1.0",
"gulp-tslint": "^6.0.1",
"gulp-typescript": "^3.0.1",
"gulp-uglify": "^2.0.0",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^3.2.0",
"http-server": "^0.9.0",
"node-sass": "^4.5.3",
"tslint": "^3.5.0",
"typescript": "^2.0.8",
"typings": "^1.4.0"
}
}