-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
51 lines (50 loc) · 1.14 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
{
"name": "sufee-admin-dashboard",
"homepage": "https://colorlib.com/polygon/sufee/index.html",
"authors": [
"Aigars Silkalns"
],
"description": "Sufee is a responsive Bootstrap 4 Admin Template.",
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"documentation"
],
"devDependencies": {
"jquery": "^2.2.4",
"bootstrap": "^4.1.3",
"font-awesome": "fontawesome#^4.7.0",
"chart.js": "^2.7.2",
"popper.js": "^1.14.4",
"chosen": "^1.8.7",
"jszip": "^3.1.5",
"pdfmake": "^0.1.38",
"datatables.net-bs4": "^1.10.19",
"datatables.net-buttons-bs4": "^1.5.3",
"flot": "^0.8.3",
"gaugejs": "^1.3.5",
"gmaps": "^0.4.24",
"peity": "^3.3.0",
"jqvmap": "^1.5.1",
"animate.css": "^3.7.0",
"flag-icon-css": "^3.2.0",
"@icon/themify-icons": "^0.1.2",
"selectFX": "git://github.com/codrops/SelectInspiration/",
"jquery-validation-unobtrusive": "^3.2.10",
"jquery-validation": "^1.18.0"
},
"resolutions": {
"jquery": "^2.2.4"
}
}