This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
openy_activity_finder.libraries.yml
93 lines (88 loc) · 2.55 KB
/
openy_activity_finder.libraries.yml
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
90
91
92
93
openy_activity_finder:
version: 0.1
js:
openy_af_vue_app/dist/main.js: {minified: true}
css:
base:
css/activity_finder.css: {}
dependencies:
- openy_system/openy_system.helpers
- openy_system/openy_system.modal
- openy_system/openy_system.ajax_spinner
- openy_system/openy_system.cards
- openy_system/openy_system.stepper
- openy_system/jquery.matchHeight
- openy_system/polyfill
- openy_system/vue
- openy_system/vue-router
- openy_system/moment
- core/jquery.cookie
openy_camp_finder:
version: 0.1
js:
openy_cf_vue_app/dist/main.js: {minified: true}
css:
base:
css/activity_finder.css: {}
dependencies:
- openy_system/openy_system.helpers
- openy_system/openy_system.modal
- openy_system/openy_system.ajax_spinner
- openy_system/openy_system.cards
- openy_system/openy_system.stepper
- openy_system/jquery.matchHeight
- openy_system/polyfill
- openy_system/vue
- openy_system/vue-router
- openy_system/moment
- core/jquery.cookie
openy_activity_finder_search:
version: 0.1
css:
base:
css/activity_finder.css: {}
js:
js/programs_search.js: {}
dependencies:
- openy_system/openy_system.helpers
- openy_system/openy_system.modal
- openy_system/openy_system.ajax_spinner
- openy_system/openy_system.filters
- openy_system/openy_system.table
- openy_system/openy_system.stepper
- openy_system/polyfill
- openy_system/vue
- openy_system/vue-router
- openy_system/moment
- openy_system/addtocal
- core/jquery.cookie
activity_finder_4:
version: 4.0.15
js:
openy_af4_vue_app/dist/activity_finder_4.umd.min.js: { minified: true }
css:
theme:
openy_af4_vue_app/dist/activity_finder_4.css: { minified: true }
dependencies:
- openy_system/polyfill
- openy_system/vue
- openy_system/vue-router
- openy_system/axios
- openy_activity_finder/bootstrap-vue
- openy_activity_finder/popper
- openy_system/openy_system.ajax_spinner
- openy_system/openy_system.modal
bootstrap-vue:
version: 2.1.0
js:
https://cdn.jsdelivr.net/npm/[email protected]/dist/bootstrap-vue.min.js: { type: external, minified: true }
css:
theme:
https://cdn.jsdelivr.net/npm/[email protected]/dist/bootstrap-vue.min.css: { type: external, minified: true }
dependencies:
- openy_system/polyfill
- openy_system/vue
popper:
version: 1.16.0
js:
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js: { type: external, minified: true }