Skip to content

Commit 047b9fb

Browse files
watildechrisknoll
authored andcommitted
Remove unused modules
1 parent 9d9fe8e commit 047b9fb

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

js/settings.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ const settingsObject = {
106106
"clipboard": "../node_modules/clipboard/dist/clipboard",
107107
"knockout": "../node_modules/knockout/build/output/knockout-latest",
108108
"ko.sortable": "../node_modules/knockout-sortable/src/knockout-sortable",
109-
"knockout-mapping": "../node_modules/knockout-mapping/dist/knockout.mapping",
110-
"datatables": "../node_modules/datatables/media/js/jquery.dataTables",
111109
"datatables.net": "../node_modules/datatables.net/js/jquery.dataTables",
112110
"datatables.net-buttons": "../node_modules/datatables.net-buttons/js/dataTables.buttons",
113111
"datatables.net-buttons-html5": "../node_modules/ouanalyse-datatables.net-buttons-html5/js/buttons.html5",
@@ -146,7 +144,6 @@ const settingsObject = {
146144
"visibilityjs": "../node_modules/@ohdsi/visibilityjs/lib/visibility.core",
147145
"ajv": "../node_modules/ajv/dist/ajv.bundle",
148146
"hash-it": "../node_modules/hash-it/dist/hash-it.min",
149-
"leaflet": "../node_modules/leaflet/dist/leaflet",
150147
"html2canvas": "../node_modules/html2canvas/dist/html2canvas.min",
151148
"venn": "../node_modules/venn.js/venn"
152149
},
@@ -170,7 +167,6 @@ const settingsObject = {
170167
"jquery.dataTables.colVis.css": "css!styles/jquery.dataTables.colVis.css",
171168
"jquery.datatables.tabletools.css": "css!styles/jquery.datatables.tabletools.css",
172169
"prism.css": "css!styles/prism.css",
173-
"leaflet": "css!../node_modules/leaflet/dist/leaflet.css",
174170
"switch-button.css": "css!styles/switch-button.css"
175171
},
176172
localRefs: {
@@ -198,4 +194,4 @@ if (typeof define !== 'undefined') {
198194
define(() => settingsObject);
199195
} else {
200196
module.exports = settingsObject;
201-
}
197+
}

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
3939
"@babel/polyfill": "7.12.1",
4040
"@babel/preset-env": "7.20.2",
41-
"esprima": "4.0.1",
4241
"genversion": "2.2.0",
4342
"html-document": "0.8.1",
4443
"requirejs": "2.3.6",
@@ -59,27 +58,22 @@
5958
"d3": "4.13.0",
6059
"d3-scale-chromatic": "1.5.0",
6160
"d3-tip": "0.9.1",
62-
"datatables": "1.10.18",
6361
"datatables.net": "1.13.2",
6462
"datatables.net-buttons": "2.3.4",
6563
"datatables.net-select": "1.6.0",
6664
"director": "1.2.8",
6765
"eonasdan-bootstrap-datetimepicker": "4.17.49",
68-
"express": "4.18.2",
6966
"facets": "0.1.1",
7067
"file-saver": "1.3.8",
7168
"hash-it": "4.1.0",
7269
"html2canvas": "1.4.1",
7370
"jquery": "1.12.4",
7471
"jquery-ui": "1.13.2",
75-
"jquery-ui.autocomplete.scroll": "0.1.9",
7672
"js-cookie": "2.2.0",
7773
"papaparse": "5.3.2",
7874
"jszip": "3.10.1",
7975
"knockout": "3.5.1",
80-
"knockout-mapping": "2.6.0",
8176
"knockout-sortable": "1.2.2",
82-
"leaflet": "1.9.3",
8377
"less": "3.8.1",
8478
"lodash": "4.17.21",
8579
"lscache": "1.3.2",

0 commit comments

Comments
 (0)