forked from leoruhland/cakephp-fieldtypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
92 lines (92 loc) · 2.51 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
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
{
"name": "cakephp-fieldtypes",
"homepage": "https://github.com/leoruhland/cakephp-fieldtypes",
"authors": [
"Leonardo Ruhland <leoruhland@gmail.com>"
],
"description": "",
"main": "",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"webroot/vendor/",
"test",
"tests"
],
"dependencies": {
"flatpickr": "flatpickr-calendar#^1.8.8",
"jquery.stringtoslug": "^2.0.2",
"summernote": "^0.8.1",
"bootstrap-select": "^1.10.0",
"select2": "^4.0.3",
"select2-bootstrap-theme": "^0.1.0-beta.8",
"mjolnic-bootstrap-colorpicker": "bootstrap-colorpicker#^2.3.3",
"bootstrap-datepicker": "^1.6.1",
"bootstrap-toggle": "^2.2.2",
"bootstrap-touchspin": "^3.1.1",
"wysiwyg.js": "*",
"bootstrap-switch": "^3.3.2",
"jquery-text-counter": "^0.3.2"
},
"overrides": {
"bootstrap": {
"ignore": true
},
"jquery": {
"ignore": true
},
"select2": {
"main": [
"dist/js/select2.full.min.js",
"dist/css/select2.min.css"
]
},
"select2-bootstrap-theme": {
"main": [
"dist/select2-bootstrap.min.css"
]
},
"summernote": {
"main": [
"dist/summernote.min.js",
"dist/summernote.css",
"dist/font/*"
]
},
"flatpickr": {
"main": [
"dist/flatpickr.min.js",
"dist/flatpickr.min.css",
"src/flatpickr.l10n.*"
]
},
"mjolnic-bootstrap-colorpicker": {
"main": [
"dist/css/bootstrap-colorpicker.css",
"dist/js/bootstrap-colorpicker.min.js",
"dist/img/**"
]
},
"bootstrap-datepicker": {
"main": [
"dist/css/bootstrap-datepicker3.min.css",
"dist/js/bootstrap-datepicker.min.js"
]
},
"bootstrap-select": {
"main": [
"dist/css/bootstrap-select.min.css",
"dist/js/bootstrap-select.min.js"
]
},
"bootstrap-switch": {
"main": [
"./dist/js/bootstrap-switch.min.js",
"./dist/css/bootstrap3/bootstrap-switch.css"
]
}
}
}