forked from modularcode/modular-admin-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
77 lines (77 loc) · 1.66 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
{
"name": "modular-admin-html",
"version": "1.1.0",
"devDependencies": {},
"dependencies": {
"animate.css": "~3.4.0",
"bootstrap": "v4.0.0-alpha.5",
"font-awesome": "~4.3.0",
"jquery": "~2.1.4",
"jquery-flot": "~0.8.3",
"flot.tooltip": "~0.8.5",
"jquery-validation": "~1.14.0",
"jquery.sparkline": "http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.js",
"jqvmap": "~1.4.0",
"metisMenu": "~2.0.3",
"morrisjs": "~0.5.1",
"nprogress": "~0.2.0",
"quill": "~0.20.1",
"responsive-bootstrap-toolkit": "~2.5.0",
"Sortable": "~1.4.2",
"tether": "~1.3.7",
"tinycolor": "~1.2.1",
"dropzone": "~4.2.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"dist/js/bootstrap.js"
]
},
"jquery-flot": {
"main": [
"jquery.flot.js",
"jquery.flot.resize.js",
"jquery.flot.pie.js",
"jquery.flot.time.js"
]
},
"flot.tooltip": {
"main": "js/jquery.flot.tooltip.js"
},
"jqvmap": {
"main": [
"dist/jqvmap.css",
"dist/jquery.vmap.js",
"dist/maps/jquery.vmap.world.js"
]
},
"animate.css": {
"main": "animate.css"
},
"Sortable": {
"main": [
"Sortable.js",
"jquery.binding.js"
]
},
"quill": {
"main": [
"dist/quill.js",
"dist/quill.base.css",
"dist/quill.snow.css"
]
},
"dropzone": {
"main": [
"dist/dropzone.css",
"dist/dropzone.js"
]
},
"raphael": {
"main": "raphael.js"
}
}
}