-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (69 loc) · 2 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
{
"name": "great-big-example-application",
"version": "0.0.1",
"description": "A collection of demos in one big example",
"private": true,
"license": "MIT",
"dependencies": {
"@angular/animations": "4.4.3",
"@angular/common": "4.4.3",
"@angular/compiler": "4.4.3",
"@angular/core": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/http": "4.4.3",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@angular/router": "4.4.3",
"@angularclass/form-validators": "^1.0.12",
"@ng-bootstrap/ng-bootstrap": "1.0.0-beta.5",
"@ngrx/db": "2.0.2",
"@ngrx/effects": "4.0.5",
"@ngrx/router-store": "4.0.4",
"@ngrx/store": "4.0.3",
"@ngx-translate/core": "8.0.0",
"@ngx-translate/http-loader": "2.0.0",
"@swimlane/ngx-datatable": "9.3.1",
"amcharts3": "3.21.2",
"ammap3": "3.21.6",
"angular-in-memory-web-api": "0.4.6",
"angular-router-loader": "0.6.0",
"angular-sortablejs": "2.0.6",
"animate.css": "3.5.2",
"bootstrap": "4.0.0-beta",
"chart.js": "2.9.3",
"chartist": "0.11.0",
"easy-pie-chart": "2.1.7",
"firebase": "4.4.0",
"font-awesome": "4.7.0",
"fullcalendar": "3.5.1",
"google-maps": "3.2.1",
"hammerjs": "2.0.8",
"ionicons": "4.0.0-6",
"jquery": "3.2.1",
"jquery-slimscroll": "1.3.8",
"leaflet-map": "0.2.1",
"moment": "2.19.3",
"ng-jhipster": "0.2.12",
"ng2-handsontable": "1.0.3",
"ng2-slim-loading-bar": "4.0.0",
"ng2-webstorage": "1.8.0",
"ngrx-store-freeze": "0.2.0",
"ngrx-store-localstorage": "0.2.2",
"ngx-cookie": "1.0.0",
"ngx-infinite-scroll": "0.5.1",
"ngx-pipes": "1.6.5",
"ngx-uploader": "3.3.11",
"normalize.css": "7.0.0",
"reflect-metadata": "0.1.10",
"roboto-fontface": "0.8.0",
"simple-peer": "8.1.1",
"sortablejs": "1.6.1",
"swagger-ui": "3.2.2",
"tether": "1.4.0",
"ts-helpers": "1.1.2",
"webstomp-client": "1.0.8"
},
"engines": {
"node": "6.11.0"
}
}