-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 3.34 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
{
"dependencies": {
"@bower_components/Waves": "fians/Waves#^0.7.5",
"@bower_components/animate.css": "daneden/animate.css#^3.5.1",
"@bower_components/autosize": "jackmoore/autosize#^3.0.15",
"@bower_components/bootstrap": "twbs/bootstrap#>=3.1.1",
"@bower_components/bootstrap-3": "twbs/bootstrap#^3.3.6",
"@bower_components/bootstrap-4": "twbs/bootstrap#v4.0.0-beta",
"@bower_components/bootstrap-offcanvas": "iamphill/Bootstrap-Offcanvas#^2.4.0",
"@bower_components/bootstrap-select": "snapappointments/bootstrap-select#^1.10.0",
"@bower_components/bower": "theshock/atomjs#*",
"@bower_components/chosen": "harvesthq/bower-chosen#^1.5.1",
"@bower_components/eonasdan-bootstrap-datetimepicker": "Eonasdan/bootstrap-datetimepicker#^4.17.43",
"@bower_components/farbtastic": "mattfarina/farbtastic#^2.0.0-alpha.1",
"@bower_components/flag-icon-css": "lipis/flag-icon-css#^3.1.0",
"@bower_components/flot": "flot/flot#>=0.8.0",
"@bower_components/flot-orderBars": "emmerich/flot-orderBars#*",
"@bower_components/flot.curvedlines": "MichaelZinsmaier/CurvedLines#~1.1.1",
"@bower_components/flot.tooltip": "krzysu/flot.tooltip#~0.8.5",
"@bower_components/fullcalendar": "fullcalendar/fullcalendar#~2.4.0",
"@bower_components/install": "tombigel/detect-zoom#~1.0.4",
"@bower_components/ion.rangeSlider": "IonDen/ion.rangeSlider#^2.2.0",
"@bower_components/jquery": "jquery/jquery-dist#>= 1.8.0",
"@bower_components/jquery-mousewheel": "jquery/jquery-mousewheel#>=3.0.6",
"@bower_components/jquery-placeholder": "mathiasbynens/jquery-placeholder#^2.3.1",
"@bower_components/jquery.bootgrid": "rstaib/jquery-bootgrid#^1.3.1",
"@bower_components/jquery.easy-pie-chart": "rendro/easy-pie-chart#^2.1.6",
"@bower_components/lightgallery": "sachinchoolur/lightGallery#^1.2.18",
"@bower_components/malihu-custom-scrollbar-plugin": "malihu/malihu-custom-scrollbar-plugin#^3.1.3",
"@bower_components/matchHeight": "liabru/jquery-match-height#^0.7.2",
"@bower_components/material-design-iconic-font": "zavoloklom/material-design-iconic-font#^2.2.0",
"@bower_components/material-shadows": "mrmlnc/material-shadows#^2.0.2",
"@bower_components/mediaelement": "johndyer/mediaelement#^2.20.1",
"@bower_components/moment": "moment/moment#^2.12.0",
"@bower_components/nouislider": "leongersen/noUiSlider#^8.3.0",
"@bower_components/plax": "cameronmcefee/plax#^1.5.0",
"@bower_components/popper.js": "FezVrasta/popper.js#^1.12.6",
"@bower_components/requirejs": "jrburke/requirejs-bower#~2.1.10",
"@bower_components/select2": "ivaynberg/select2#~4.0",
"@bower_components/simpleWeather": "monkeecreate/jquery.simpleWeather#^3.1.0",
"@bower_components/summernote": "summernote/summernote#^0.8.1",
"@bower_components/sweetalert": "t4t5/sweetalert#^1.1.3",
"@bower_components/typeahead.js": "twitter/typeahead.js#^0.11.1",
"@bower_components/vanilla-lazyload": "verlok/lazyload#^10.3.3",
"@bower_components/vivus": "maxwellito/vivus#^0.4.2",
"@bower_components/waypoints": "imakewebthings/waypoints#^4.0.1"
},
"engines": {
"yarn": ">= 1.0.0"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'web/assets/admin/vendors/bower_components', 'junction') } catch (e) { }\""
}
}