-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojectConfig.json
89 lines (89 loc) · 2.23 KB
/
projectConfig.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
78
79
80
81
82
83
84
85
86
87
88
89
{
"blocks": {
"accordion": [],
"breadcrumbs": [],
"btn": [],
"burger": [],
"close": [],
"countdown": [],
"embed-responsive": [],
"field-actions": [],
"field-checkbox": [],
"field-radio": [],
"field-text": [],
"form": [],
"logo": [],
"main-nav": [],
"modal": [],
"page": [],
"page-footer": [],
"page-header": [],
"sprite-svg": [],
"table": [],
"table-mobile-scroll": [],
"to-top": [],
"typo": [],
"hero": [],
"media-card": [],
"about-block": [],
"gallery-card": [],
"filter-list": [],
"section-header": [],
"section": [],
"copyrights": [],
"social": [],
"banner": [],
"search-on": [],
"contacts": [],
"contact-form": [],
"article": [],
"news-sidebar": [],
"error-404": [],
"search-result": [],
"document-link": [],
"event-sidebar": [],
"leader-card": [],
"media": [],
"membership": [],
"video-card": [],
"award-card": []
},
"addCssBefore": [
"../../node_modules/bootstrap/scss/_functions",
"../../node_modules/bootstrap/scss/_variables",
"../../node_modules/bootstrap/scss/_mixins",
"../../node_modules/bootstrap/scss/_dropdown",
"../../node_modules/bootstrap/scss/_modal",
"../../node_modules/bootstrap/scss/_offcanvas",
"./src/scss/variables.scss",
"./src/scss/mixins.scss",
"../../node_modules/swiper/swiper-bundle.css",
"../../node_modules/@fancyapps/ui/dist/fancybox/fancybox.css"
],
"addCssAfter": [
"./src/scss/print.scss"
],
"singleCompiled": [],
"addJsBefore": [
"./node_modules/focus-visible/dist/focus-visible.min.js",
"./node_modules/imask/dist/imask.min.js",
"./node_modules/svg4everybody/dist/svg4everybody.js",
"./node_modules/autosize/dist/autosize.min.js",
"./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js",
"./node_modules/swiper/swiper-bundle.min.js",
"./node_modules/@fancyapps/ui/dist/fancybox/fancybox.umd.js"
],
"addJsAfter": [
"./src/js/global-script.js"
],
"addImages": [
"./src/img/*.{jpg,jpeg,gif,png,svg,ico,webp}"
],
"copiedCss": [],
"copiedJs": [],
"dirs": {
"srcPath": "./src/",
"buildPath": "./build/",
"blocksDirName": "blocks"
}
}