-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.02 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.02 KB
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
{
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@fullcalendar/timeline": "^6.1.20",
"@silvermine/videojs-airplay": "^1.3.0",
"@silvermine/videojs-chromecast": "^1.5.0",
"animate.css": "^4.1.1",
"blockadblock": "^3.2.1",
"bootstrap": "^5.3.8",
"bootstrap-fileinput": "^5.5.4",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-zoom": "^2.2.0",
"codemirror": "^6.0.2",
"croppie": "^2.6.5",
"date-fns": "^4.1.0",
"dexie": "^4.3.0",
"dom-walk": "^0.1.2",
"flatpickr": "^4.6.13",
"flickity": "^3.0.0",
"flickity-bg-lazyload": "^2.0.0",
"font-awesome": "^4.7.0",
"fontawesome-free": "^1.0.4",
"glightbox": "^3.3.1",
"hls.js": "^1.6.15",
"infinite-scroll": "^5.0.0",
"inputmask": "^5.0.9",
"intro.js": "^8.3.2",
"jquery": "^4.0.0",
"jquery-lazy": "^1.7.11",
"jquery-mask-plugin": "^1.14.16",
"jquery-toast-plugin": "^1.3.2",
"jquery-ui": "^1.14.2",
"jquery-ui-dist": "^1.13.3",
"js-cookie": "^3.0.5",
"keycode": "^2.2.1",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"nosleep.js": "^0.12.0",
"pouchdb": "^9.0.0",
"socket.io-client": "^4.8.3",
"sweetalert": "^2.1.2",
"tinymce": "^8.3.2",
"tinymce-langs": "^1.0.0",
"video.js": "^8.23.7",
"videojs-contrib-ads": "^7.5.2",
"videojs-contrib-quality-levels": "^4.1.0",
"videojs-font": "^4.2.0",
"videojs-hls-quality-selector": "^2.0.0",
"videojs-hotkeys": "^0.2.30",
"videojs-ima": "^2.6.0",
"videojs-landscape-fullscreen": "^12.3.0",
"videojs-overlay": "^4.0.0",
"videojs-playlist": "^5.2.0",
"videojs-playlist-ui": "^5.0.0",
"videojs-seek-buttons": "^4.0.3",
"videojs-vr": "^2.0.0",
"videojs-youtube": "^3.0.1"
}
}