forked from surface-security/django-surface-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
24 lines (24 loc) · 759 Bytes
/
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
{
"name": "theme",
"main": "theme/static/",
"license": "MIT",
"dependencies": {
"jquery": "jquery#3.5.1",
"jquery-ui": "jquery-ui#1.12.1",
"jquery.scrollbar": "jquery.scrollbar#0.2.10",
"bootstrap": "bootstrap#4.1.3",
"bootstrap-select": "bootstrap-select#1.13.18",
"bootstrap.notify": "bootstrap.notify#1.0.0",
"fontawesome": "fontawesome#5.2.0",
"lato-font": "lato-font#3.0.0",
"tempusdominus-bootstrap-4": "tempusdominus-bootstrap-4#5.39.0",
"popper.js": "popper.js#1.12.9",
"datatables": "datatables#1.10.16",
"moment": "moment#2.29.1",
"select2": "select2#4.0.13"
},
"keywords": [
"theme",
"surface-theme"
]
}