-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·37 lines (37 loc) · 948 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "picus",
"homepage": "https://github.com/picuscreative/picus-static-site",
"authors": ["PICUS <[email protected]>"],
"license": "MIT",
"private": true,
"dependencies": {
"jquery": "^3.3.1",
"bootstrap": "^4.1.0",
"slick-carousel": "1.8.0",
"jquery-validation": "1.16.0"
},
"overrides": {
"bootstrap": {
"main": [
"./scss/_functions.scss",
"./scss/_variables.scss",
"./scss/_mixins.scss",
"./scss/_reboot.scss",
"./scss/_grid.scss",
"./scss/_transitions.scss",
"./scss/_media.scss",
"./scss/_dropdown.scss",
"./scss/_nav.scss",
"./scss/_navbar.scss",
"./scss/_modal.scss",
"./scss/_tables.scss",
"./scss/_utilities.scss",
"./js/dist/transition.js",
"./js/dist/modal.js",
"./js/dist/collapse.js",
"./js/dist/tab.js",
"./js/dist/util.js"
]
}
}
}