-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
52 lines (52 loc) · 1.1 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
{
"name": "LBM",
"authors": [
"Qura Tul Ain"
],
"description": "Management System",
"main": [
"index.html",
"main.js"
],
"moduleType": [
"amd",
"es6",
"globals",
"node",
"yui"
],
"keywords": [
"none"
],
"homepage": "none",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"private": true,
"dependencies": {
"bootstrap": "v4.0.0",
"select2": "^4.0.3",
"ckeditor": "^4.6.2",
"bootstrap-validator": "^0.11.9",
"bootstrap-daterangepicker": "^2.1.25",
"dropzone": "^5.1.1",
"fullcalendar": "^3.4.0",
"chart.js": "^2.6.0",
"chartist": "^0.11.0",
"blueimp-file-upload": "^9.18.0",
"editable-table": "*",
"datatables.net": "^1.10.15",
"datatables.net-bs": "^2.1.1",
"datatables.net-buttons": "^1.3.1",
"datatables.net-buttons-bs": "^1.3.1",
"perfect-scrollbar": "^0.7.0",
"slick-carousel": "^1.6.0",
"dragula.js": "dragula#^3.7.2",
"tether": "^1.4.0",
"ion.rangeSlider": "ionrangeslider#^2.2.0",
"jquery-bar-rating": "^1.2.2",
"popper.js": "^1.12.9"
}
}