forked from drfaustusfade/ngm-reportHub
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·85 lines (85 loc) · 2.42 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
{
"name": "ngm-reportHub",
"version": "0.0.2",
"dependencies": {
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-aria": "1.8.2",
"angular-cookies": "1.8.2",
"angular-filter-count-to": "~0.0.3",
"angular-leaflet-directive": "~0.8.8",
"angular-localforage": "^1.3.8",
"angular-material": "1.1.18",
"angular-resource": "1.8.2",
"angular-route": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-simple-logger": "0.0.4",
"angular-touch": "1.8.2",
"angular-translate": "^2.18.1",
"angular-translate-loader-static-files": "^2.18.3",
"angular-utils-pagination": "~0.11.0",
"angular-xeditable": "^0.6.0",
"cal-heatmap": "~3.5.3",
"d3": "~3.5.6",
"dropzone": "^5.7.2",
"highcharts": "~4.1.9",
"highcharts-ng": "~0.0.11",
"jquery": "2.2.0",
"jquery-animate-scroll": "1.0.0",
"leaflet": "~0.7.5",
"leaflet-control-geocoder": "1.3.4",
"leaflet-fullscreen": "^1.0.2",
"leaflet.markercluster": "0.4.0",
"localforage": "^1.9.0",
"materialize-css": "~1.0.0",
"moment": "~2.10.6",
"ng-csv": "~0.3.6",
"ng-infinite-scroll": "1.3.0",
"ng-table": "~0.8.3",
"ngm-angular-dropzone": "drfaustusfade/ngm-angular-dropzone",
"ngm-dashboard-framework": "drfaustusfade/ngm-dashboard-framework#v0.4.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"angular-mocks": "^1.8.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "2.3.1",
"gulp-babel": "^8.0.0",
"gulp-cache": "^0.4.4",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.7.0",
"gulp-filter": "^2.0.2",
"gulp-flatten": "^0.2.0",
"gulp-html-replace": "^1.5.5",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^2.0.2",
"gulp-minify-css": "^1.2.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-rev": "^5.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^1.2.0",
"gulp-uglify-es": "^1.0.4",
"gulp-useref": "^3.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^5.0.1",
"jshint": "^2.9.1",
"jshint-stylish": "^1.0.0",
"lazypipe": "^0.2.4",
"open": "^7.0.2",
"rimraf": "^2.4.0",
"run-sequence": "^1.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test",
"build": "sudo gulp"
}
}