Files
DisCal-Discord-Bot/package.json
NovaFox161 9929344efc Updating more things
Not sure why npm ci breaks but npm install works, no matter what I do...
2025-07-02 19:27:05 -05:00

59 lines
1.6 KiB
JSON

{
"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",
"ts-loader": "9.2.6",
"webpack": "5.99.9",
"webpack-cli": "6.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.7.2",
"@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",
"events": "3.3.0",
"jquery": "3.6.0",
"jquery.easing": "1.4.1",
"moment-timezone": "0.5.35",
"rrule": "2.6.8",
"sass": "1.42.1",
"tippy.js": "6.3.1",
"typescript": "4.4.3",
"what-input": "5.2.10"
}
}