-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.7 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 3.7 KB
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": "kommonitor-client",
"private": true,
"version": "4.3.3",
"description": "AngularJS Leaflet Client for KomMonitor",
"repository": {
"type": "git",
"url": "https://github.com/kommonitor/web-client.git"
},
"license": "Apache 2.0",
"devDependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.5",
"@release-it/keep-a-changelog": "^3.1.0",
"babel-core": "^6.26.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.0.16",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^7.0.0",
"grunt": "^1.5.3",
"grunt-babel": "^7.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^2.1.0",
"grunt-contrib-qunit": "^4.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^0.4.7",
"grunt-processhtml": "^0.4.3",
"grunt-script-link-tags": "^1.0.2",
"grunt-war": "^0.5.1",
"http-server": "^14.1.0",
"license-checker": "^25.0.1",
"release-it": "^15.10.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.5.0"
},
"scripts": {
"build": "npm install --force && webpack && grunt",
"start": "http-server -p 8000 -c-1 ./app --cors --gzip",
"release": "release-it"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@turf/turf": "^7.1.0",
"admin-lte": "^2.4.15",
"ag-grid-community": "^31.3.2",
"angular": "^1.8.3",
"angular-legacy-sortablejs-maintained": "^0.6.2",
"angular-route": "^1.8.3",
"angular-sanitize": "^1.8.3",
"angular-ui-bootstrap": "^2.5.6",
"angularjs-dropdown-multiselect": "^2.0.0-beta.10",
"bootstrap": "^3.3.7",
"bootstrap-colorpicker": "^2.5.3",
"bootstrap-datepicker": "^1.7.0",
"bootstrap-daterangepicker": "^2.1.25",
"bootstrap-iconpicker-latest": "^1.12.0",
"bootstrap-tour": "^0.12.0",
"bootstrap-validator": "^0.11.9",
"classybrew": "0.0.3",
"code-prettify": "^0.1.0",
"codemirror": "^5.65.18",
"crypto-js": "^4.2.0",
"d3": "^7.9.0",
"d3-geo": "^3.1.1",
"docx": "^7.8.2",
"dom-to-image-more": "^2.6.0",
"echarts": "^5.5.1",
"echarts-stat": "^1.2.0",
"fastclick": "^1.0.6",
"file-saver": "^2.0.5",
"html2pdf.js": "^0.10.2",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.7.1",
"jquery-slimscroll": "^1.3.8",
"jquery-ui-dist": "^1.13.3",
"jquery.easing": "^1.4.1",
"js-xlsx": "^0.8.22",
"jshint": "^2.13.6",
"jsonlint": "^1.6.3",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"jstat": "^1.9.6",
"jszip": "^3.10.1",
"keycloak-js": "25.0.6",
"leaflet": "1.9.3",
"leaflet-draw": "^1.0.4",
"leaflet-geosearch": "^4.0.0",
"leaflet-groupedlayercontrol": "^0.6.1",
"leaflet-measure": "^3.1.0",
"leaflet-search": "^4.0.0",
"leaflet-simple-map-screenshoter": "^0.5.0",
"leaflet-wfst": "^2.0.1-beta.27",
"leaflet.markercluster": "^1.5.3",
"leaflet.pattern": "^0.1.0",
"Leaflet.vector-markers": "^0.0.6",
"mathjax": "^3.2.2",
"pako": "^2.1.0",
"papaparse": "^5.4.1",
"pptxgenjs": "^3.12.0",
"rangeslide.js": "^0.13.0",
"shp-write": "^0.3.2",
"shpjs": "^6.1.0",
"slimscroll": "^0.9.1",
"sortablejs": "^1.15.3",
"tableexport": "^5.2.0",
"toastr": "^2.1.4",
"ui-select": "^0.19.8"
},
"jshintConfig": {
"undef": true,
"unused": false,
"esversion": 9
}
}