forked from invoiceninja/invoiceninja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.3 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
{
"name": "invoiceninja",
"version": "0.9.0",
"dependencies": {
"jquery": "1.11.3",
"bootstrap": "3.3.1",
"bootstrap-combobox": "1.1.5",
"jquery-ui": "1.11.2",
"datatables": "1.10.4",
"datatables-bootstrap3": "*",
"knockout.js": "3.1.0",
"knockout-mapping": "2.4.1",
"knockout-sortable": "0.9.3",
"font-awesome": "~4.*",
"underscore": "1.7.0",
"bootstrap-datepicker": "1.4.0",
"typeahead.js": "0.11.1",
"accounting": "0.3.2",
"spectrum": "1.8.0",
"d3": "3.4.11",
"handsontable": "*",
"pdfmake": "0.1.31",
"moment": "*",
"jsoneditor": "5.10.1",
"moment-timezone": "~0.4.0",
"quill": "~0.20.0",
"datetimepicker": "~2.4.5",
"stacktrace-js": "~1.0.1",
"fuse.js": "~2.0.2",
"dropzone": "~4.3.0",
"nouislider": "~8.5.1",
"bootstrap-daterangepicker": "~2.1.25",
"sweetalert2": "^5.3.8",
"jSignature": "brinley/jSignature#^2.1.0",
"select2": "select2-dist#^4.0.3",
"mousetrap": "^1.6.0",
"tablesorter": "jquery.tablesorter#^2.28.4",
"card": "^2.1.1",
"fullcalendar": "^3.5.1",
"toastr": "^2.1.3",
"jt.timepicker": "jquery-timepicker-jt#^1.11.12",
"qrcode.js": "qrcode-js#*",
"money.js": "^0.1.3",
"grapesjs": "^0.13.8",
},
"resolutions": {
"jquery": "~1.11"
}
}