-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.12 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
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "kisko-web",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"@types/bootstrap-datepicker": "0.0.9",
"@types/bootstrap.v3.datetimepicker": "^4.17.41",
"@types/daterangepicker": "^2.1.10",
"@types/icheck": "^0.8.29",
"@types/jquery-knob": "^1.2.29",
"@types/jquery.slimscroll": "^1.3.31",
"@types/jqueryui": "^1.11.35",
"@web-atrio/date-time-picker": "^1.1.5",
"admin-lte": "2.3.11",
"angular-2-dropdown-multiselect": "^1.6.3",
"angular-calendar": "^0.22.1",
"angular-datatables": "^4.4.0",
"angular-input-mask": "0.0.7",
"angular2-datetimepicker": "^1.1.1",
"angular2-fullcalendar": "^1.0.19",
"angular2-text-mask": "^8.0.4",
"ap-angular2-fullcalendar": "^1.3.1",
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "^1.7.1",
"bootstrap3-wysihtml5-bower": "^0.3.3",
"core-js": "^2.4.1",
"datatables.net": "^1.10.16",
"datatables.net-dt": "^1.10.16",
"daterangepicker": "^2.1.25",
"font-awesome": "^4.7.0",
"icheck": "^1.0.2",
"install": "^0.10.1",
"ionicons": "^2.0.1",
"jquery": "^3.2.1",
"jquery-knob": "^1.2.11",
"jquery-slimscroll": "^1.3.8",
"jquery-sparkline": "^2.4.0",
"jqueryui": "^1.11.1",
"moment": "^2.19.4",
"morris.js": "^0.5.0",
"mydatepicker": "^2.5.3",
"ng-pick-datetime": "^5.0.0-beta.15",
"ng-select": "^1.0.0-beta.6",
"ng2-breadcrumbs": "^0.1.272",
"ng2-datepicker": "^2.2.4",
"ng2-input-mask": "0.0.7",
"ng2-inputmask": "^0.2.5",
"ng2-select": "^1.2.0",
"ng2-smart-table": "^1.2.2",
"ng2-utils": "^0.6.1",
"ngx-toastr": "^6.3.0",
"npm": "^5.3.0",
"primeng": "^5.0.2",
"raphael": "^2.2.7",
"rxjs": "^5.4.2",
"sweetalert": "^2.0.5",
"sweetalert2": "^6.10.1",
"text-mask-addons": "^3.7.0",
"videogular2": "^6.0.1",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "^1.5.4",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@types/core-js": "^0.9.46",
"@types/datatables.net": "^1.10.6",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/jquery": "^2.0.48",
"@types/morris.js": "^0.5.6",
"@types/node": "~6.0.60",
"codelyzer": "~3.2.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.3.3"
}
}