-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·123 lines (123 loc) · 3.55 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
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": "potasium",
"description": "Potasium Admin Template",
"main": "index.js",
"authors": [
"Telat Kaya"
],
"license": "Envato",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/libs/",
"test",
"tests"
],
"dependencies": {
"html5shiv": "^3.7.3",
"jquery": "^3.2.1",
"semantic": "^2.4.1",
"echarts": "^4.1.0",
"datatables": "DataTables#^1.10.19",
"docsify": "^4.7.1",
"echarts-liquidfill": "https://github.com/ecomfe/echarts-liquidfill.git#^2.0.1",
"jquery.nicescroll": "nicescroll#^3.7.6",
"perfect-scrollbar": "https://github.com/utatti/perfect-scrollbar.git",
"apexCharts": "https://github.com/apexcharts/apexcharts.js.git",
"material-toast":"https://github.com/dmuy/Material-Toast.git",
"jquery-ui": "^1.12.1",
"owl.carousel": "owl-carousel2#^2.3.4",
"bootstrap": "^4.2.1",
"sly": "^1.6.1",
"fullcalendar": "^3.9.0",
"list.js": "^1.5.0",
"handlebars": "^4.0.12",
"clipboard": "latest",
"lobibox": "^1.2.7",
"font-awesome": "4.7.0",
"flag-icon-css": "latest",
"material-icons": "latest",
"semantic-ui": "latest",
"nicescroll": "3.7.6",
"bootstrap-table": "latest",
"footable": "latest",
"js-grid": "*",
"jquery-validation": "^1.18.0",
"select2": "^4.0.5",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"iCheck": "^1.0.2",
"blueimp-file-upload": "jQuery-File-Upload#^9.20.0",
"fine-uploader": "^5.13.0",
"inputmask": "^4.0.0",
"jquery-form-validator": "^2.3.79",
"dropzone": "^5.5.0",
"peity": "^3.3.0",
"jquery.easy-pie-chart": "easy-pie-chart#^2.1.6",
"chart.js": "^2.7.2",
"gmaps": "latest",
"cropper": "4.0.0",
"tinymce": "tinymce-dist#^4.7.9",
"summernote": "^0.8.10",
"x-editable": "^1.5.1",
"moment": "^2.21.0",
"jquery-mockjax": "^2.2.1",
"smalot-bootstrap-datetimepicker": "^2.4.4",
"smartwizard": "^4.2.2",
"bootstrap-validator": "^0.11.9",
"trumbowyg": "^2.11.0",
"stacktable.js": "stacktable#^1.0.3",
"tabellajs": "^0.4.1",
"jquery-knob": "^1.2.13",
"ionicons": "^2.0.0",
"printThis": "^1.14.0",
"jqvmap": "latest",
"bootstrap-datepicker": "^1.8.0",
"datedropper3": "*",
"timedropper": "*",
"clockpicker": "^0.0.7",
"bootstrap-colorpicker": "mjolnic-bootstrap-colorpicker#^2.5.1",
"tinyColorPicker": "^1.1.1",
"jquery-sparkline": "^2.1.3",
"jquery.easing": "jquery-easing-original#^1.4.1",
"fluidbox": "^2.0.5",
"jquery-throttle-debounce": "*",
"colorfulTab": "*",
"jquery-confirm2": "^3.3.2",
"overhang.js": "^0.0.1",
"easy-alert-js": "*",
"cryptofont": "^0.1.1",
"switchery": "^0.8.2",
"progressbar.js": "^1.0.1",
"Progress.js": "progress.js#^0.1.0",
"vertical-timeline-codyhouse": "*",
"jquery-albe-timeline": "^3.0.0",
"bootstrap-popover-x": "^1.4.4",
"ggpopover": "*",
"qtip2": "^2.2.1",
"tooltipster": "^4.2.6",
"isotope-layout": "isotope#^3.0.6",
"imagesloaded": "images-loaded#^4.1.4",
"animate.css": "^3.7.0",
"chartist": "^0.11.0",
"Flot": "flot#^0.8.3",
"highlight": "^9.12.0",
"jquery.countdown": "^2.2.0",
"morris.js": "^0.5.1",
"raphael": "^2.2.7",
"photoswipe": "^4.1.2",
"sweetalert2": "^7.26.28",
"lodash": "^4.17.10",
"filterizr": "^1.3.5",
"velocity": "^2.0.5",
"bttn.css": "^0.2.4",
"prism": "Prism#^1.15.0",
"popper.js": "^1.14.7"
},
"resolutions": {
"bootstrap": "^4.1",
"jquery": "^3.3"
},
"private": true
}