-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.61 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "ng2angle",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"install": "napa",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"modernizr": "modernizr -c modernizr-config.json -d src/modernizr.js",
"postinstall": "node ./node_modules/protractor/bin/webdriver-manager update",
"e2e": "ng e2e"
},
"private": true,
"napa": {
"jquery.flot.spline": "https://github.com/miloszfalinski/jquery.flot.spline.git",
"ika.jvectormap": "https://github.com/kakirigi/ika.jvectormap.git"
},
"dependencies": {
"@agm/core": "1.0.0-beta.0",
"@angular/animations": "4.0.2",
"@angular/common": "4.0.2",
"@angular/compiler": "4.0.2",
"@angular/core": "4.0.2",
"@angular/forms": "4.0.2",
"@angular/http": "4.0.2",
"@angular/platform-browser": "4.0.2",
"@angular/platform-browser-dynamic": "4.0.2",
"@angular/router": "4.0.2",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.26",
"@ngui/auto-complete": "^0.13.3",
"@ngui/datetime-picker": "^0.16.2",
"@ngx-translate/core": "6.0.1",
"@ngx-translate/http-loader": "0.0.3",
"ag-grid": "9.0.3",
"ag-grid-angular": "9.0.3",
"angular-tree-component": "3.3.0",
"angular2-bootstrap-switch": "^0.2.3",
"angular2-cookie": "1.2.6",
"angular2-datatable": "0.6.0",
"angular2-text-mask": "8.0.0",
"angular2-toaster": "3.0.1",
"bootstrap": "3.3.7",
"chart.js": "2.5.0",
"classlist.js": "1.1.20150312",
"codemirror": "5.25.0",
"core-js": "2.4.1",
"easy-pie-chart": "2.1.7",
"font-awesome": "4.7.0",
"fullcalendar": "^3.4.0",
"fullcalendar-scheduler": "^1.6.2",
"intl": "1.2.5",
"jqcloud2": "2.0.2",
"jquery": "3.2.1",
"jquery-flot": "^0.8.3",
"jquery-slimscroll": "1.3.8",
"jquery-sparkline": "2.4.0",
"jquery.browser": "0.1.0",
"jquery.flot.tooltip": "0.9.0",
"lodash": "4.17.4",
"modernizr": "3.5.0",
"moment": "2.18.1",
"moment-timezone": "^0.5.13",
"ng-jhipster": "0.1.14",
"ng-recaptcha": "^3.0.2",
"ng2-bs3-modal": "^0.10.4",
"ng2-charts": "1.5.0",
"ng2-dnd": "4.0.2",
"ng2-file-upload": "1.2.1",
"ng2-img-cropper": "0.8.6",
"ng2-select": "1.2.0",
"ng2-table": "1.3.2",
"ng2-tag-input": "1.0.5",
"ng2-validation": "4.1.0",
"ng2-webstorage": "1.6.2",
"ngx-bootstrap": "1.6.6",
"ngx-color-picker": "4.0.0",
"ngx-infinite-scroll": "0.4.1",
"ngx-loading": "^1.0.5",
"ngx-pagination": "^3.0.1",
"node-sass": "^4.7.2",
"rxjs": "5.1.0",
"screenfull": "3.2.0",
"simple-line-icons": "2.4.1",
"spinkit": "1.2.5",
"summernote": "0.8.3",
"sweetalert": "1.1.3",
"tableexport": "^5.0.2",
"ts-helpers": "1.1.1",
"weather-icons": "1.3.2",
"web-animations-js": "2.2.2",
"zone": "^0.3.4",
"zone.js": "0.8.4"
},
"devDependencies": {
"@angular/cli": "1.0.0",
"@angular/compiler-cli": "4.0.2",
"@types/codemirror": "0.0.38",
"@types/jasmine": "2.5.38",
"@types/lodash": "4.14.61",
"@types/moment": "2.13.0",
"@types/node": "6.0.60",
"codelyzer": "2.0.0",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "3.2.0",
"karma": "1.4.1",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"karma-read-json": "1.1.0",
"karma-coverage-istanbul-reporter": "0.2.0",
"loaders.css": "0.1.2",
"napa": "2.3.0",
"protractor": "5.1.0",
"ts-node": "2.0.0",
"tslint": "4.5.0",
"typescript": "2.2.0",
"webdriver-manager": "10.2.5"
}
}