-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
58 lines (58 loc) · 1.61 KB
/
package.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
{
"title": "DisCal",
"name": "discal",
"version": "4.2.1",
"description": "A Discord bot that integrates Google Calendar into Discord",
"homepage": "https://www.discalbot.com",
"bugs": {
"url": "https://github.com/DreamExposure/DisCal-Discord-Bot/issues"
},
"license": "GPL-3.0",
"author": "NovaFox161",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/DreamExposure/DisCal-Discord-Bot.git"
},
"devDependencies": {
"@types/jquery": "3.5.6",
"browser-sync": "2.27.5",
"css-loader": "6.3.0",
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-clean": "0.4.0",
"gulp-clean-css": "4.3.0",
"gulp-header": "2.0.9",
"gulp-rename": "2.0.0",
"gulp-sass": "5.0.0",
"mini-css-extract-plugin": "2.3.0",
"node-sass": "6.0.1",
"ts-loader": "9.2.6",
"webpack": "5.54.0",
"webpack-cli": "4.8.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@fullcalendar/bootstrap": "5.9.0",
"@fullcalendar/core": "5.9.0",
"@fullcalendar/daygrid": "5.9.0",
"@fullcalendar/interaction": "5.9.0",
"@fullcalendar/list": "5.9.0",
"@fullcalendar/moment-timezone": "5.9.0",
"@fullcalendar/rrule": "5.9.0",
"@fullcalendar/timegrid": "5.9.0",
"@popperjs/core": "2.10.1",
"bootstrap": "4.5.3",
"chart.js": "3.5.1",
"datatables.net-bs4": "1.11.3",
"jquery": "3.6.0",
"jquery.easing": "1.4.1",
"moment-timezone": "0.5.33",
"rrule": "2.6.8",
"sass": "1.42.1",
"tippy.js": "6.3.1",
"typescript": "4.4.3",
"what-input": "5.2.10"
}
}