forked from TechnoX/rcj-rescue-scoring
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
executable file
·76 lines (76 loc) · 2.63 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
{
"authors": [
"rrrobo"
],
"dependencies": {
"alertifyjs": "~1.0.11",
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-bootstrap": "git://github.com/rrrobo/ab-for-rcj.git",
"angular-bootstrap-datetimepicker": "^1.1.4",
"angular-color-picker": "angularjs-color-picker#^3.4.8",
"angular-cookies": "1.8.2",
"angular-datatables": "^8.0.0",
"angular-sanitize": "1.8.2",
"angular-toastr": "https://github.com/Foxandxss/angular-toastr.git#^2.1.1",
"angular-touch": "1.8.2",
"angular-translate": "^2.18.1",
"angular-translate-handler-log": "^2.18.1",
"angular-translate-loader-static-files": "^2.18.1",
"angular-translate-storage-cookie": "^2.18.1",
"angular-translate-storage-local": "^2.18.1",
"async": "^2.6.1",
"bootstrap": "v4.4.1",
"bootstrap-fileinput": "^5.0.8",
"cheet.js": "^0.3.3",
"css-toggle-switch": "^4.1.0",
"datatables": "~1.10.19",
"dateformat": "^1.0.0",
"html2canvas": "https://html2canvas.hertzen.com/dist/html2canvas.min.js",
"image-compressor": "https://github.com/fengyuanchen/compressorjs",
"jSignature": "^2.1.3",
"jquery": "^3.4.1",
"jquery-qrcode": "https://github.com/jeromeetienne/jquery-qrcode.git",
"lightbox2": "^2.11.1",
"ng-file-upload": "^12.2.13",
"ngQuill": "ng-quill#^4.5.3",
"pdfjs": "https://github.com/mozilla/pdf.js/releases/download/v4.3.136/pdfjs-4.3.136-dist.zip",
"popper.js": "^1.16.0",
"quill": "https://cdn.quilljs.com/1.3.7/quill.js",
"quill-image-drop-and-paste": "https://github.com/chenjuneking/quill-image-drop-and-paste.git#1.2.9",
"quill-image-resize-module": "https://github.com/kensnyder/quill-image-resize-module.git",
"quill.snow": "https://cdn.quilljs.com/1.3.6/quill.snow.css",
"socket.io": "4.2.0",
"socket.io-client": "4.2.0",
"sweetalert2": "^7.28.11",
"tether": "^1.4.7",
"jquery-ui": "^1.12.1",
"quill-image-upload": "https://github.com/fxmontigny/quill-image-upload.git#^0.1.3",
"font-awesome-5": "^5.15.3",
"angular-ui-select": "^0.19.8",
"exceljs": "https://cdnjs.cloudflare.com/ajax/libs/exceljs/4.2.1/exceljs.min.js"
},
"description": "",
"homepage": "https://gitlab.ida.liu.se/sebgu182",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"license": "MIT",
"main": "",
"moduleType": [
"node"
],
"name": "rcjscoring",
"private": true,
"resolutions": {
"angular": "1.8.2",
"angular-translate-storage-cookie": "^2.18.1",
"jquery": "^3.4.1",
"popper.js": "^1.10.8",
"video.js": "e-tag:e373309b8",
"quill": "e-tag:03c7675b1"
},
"version": "21.4.33"
}