-
Notifications
You must be signed in to change notification settings - Fork 20
/
bower.json
86 lines (86 loc) · 2.72 KB
/
bower.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
{
"name": "ooiui-science",
"version": "0.0.1",
"homepage": "https://github.com/asascience-open/ooi-ui",
"authors": [
"Brian Smith <[email protected]>"
],
"description": "OOI UI Science",
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~3.5.1",
"d3": "~3.4.13",
"bootstrap": "~3.3.7",
"leaflet": "~1.5.1",
"Leaflet.awesome-markers": "~2.0.2",
"holderjs": "~2.4.1",
"leaflet.markercluster": "~0.4.0",
"moment": "~2.10.3",
"moment-interval": "~0.2.2",
"bootstrap3-datetimepicker": "~4.17.47",
"morris.js": "~0.5.1",
"fancytree": "~2.4.1",
"font-awesome": "~4.4.0",
"jquery-ui": "~1.12.1",
"bootstrap-switch": "~3.3.4",
"backbone": "~1.1.2",
"backbone-validation": "~0.9.1",
"backbone.stickit": "~0.8.0",
"c3js-chart": "~0.4.8",
"metis-menu": "https://github.com/onokumus/metisMenu.git",
"loremjs": "*",
"js-cookie": "~2.2.0",
"backgrid": "~0.3.5",
"backbone-pageable": "~1.4.8",
"wellknown": "~0.3.1",
"bootstrap-select": "~1.12.4",
"backlunr": "https://github.com/mpneuried/backlunr.git#~0.2.2",
"lunr.js": "~0.5.7",
"bootstrap-table": "1.11.1",
"jquery.browser": "~0.1.0",
"bootstrap-editable-table": "~1.0.1",
"jqtree": "~1.3.7",
"x-editable": "~1.5.1",
"showdown": "~0.5.0",
"Leaflet.MousePosition": "https://github.com/asascience-open/Leaflet.MousePosition.git#master",
"Leaflet.Label": "https://github.com/Leaflet/Leaflet.label.git#master",
"nuxeo": "~0.5.1",
"highcharts": "4.1.6",
"highchart-export-csv": "*",
"bootstrap-validator": "~0.9.0",
"jquery-sticky-table-headers": "https://github.com/jmosbech/StickyTableHeaders.git",
"slick-carousel": "~1.5.9",
"bootbox.js": "bootbox#~4.4.0",
"bootstrap-daterangepicker": "~2.1.25",
"jqgrid": "~5.1.0",
"requirejs": "~2.2.0",
"moment-range": "^2.2.0",
"jQRangeSlider": "https://github.com/maka-io/jQRangeSlider.git#master",
"visavail": "https://github.com/oceanzus/visavail.git#formatting_updates",
"mapbox-gl-js": "https://github.com/mapbox/mapbox-gl-js.git#0.17.0",
"mapbox.js": "~3.0.1",
"leaflet-plugins": "~3.0.0",
"Leaflet.Coordinates": "https://github.com/MrMufflon/Leaflet.Coordinates.git#v0.1.5",
"Leaflet.Rrose": "https://github.com/erictheise/rrose.git#v0.2.0",
"leaflet-omnivore": "~v0.3.4",
"intro.js": "~v2.9.3",
"packery": "^2.1.2",
"isotope-layout": "^3.0.6",
"isotope-packery": "^2.0.1",
"esri-leaflet": "~v2.2.4",
"howler": "~v2.1.2"
},
"resolutions": {
"jquery": "~3.5.1",
"bootstrap": "~3.3.1",
"d3": "~3.4.13"
}
}