mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-05-03 07:39:51 -05:00
073e4075cc
This way I can utilize my contrib to d4j that allows easier checking of role permissions on the Rest Client Also sets explicit intents and updates sass.
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"title": "DisCal",
|
|
"name": "discal",
|
|
"version": "3.0.0-SNAPSHOT",
|
|
"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": "LGPL-3.0",
|
|
"author": "NovaFox161",
|
|
"contributors": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DreamExposure/DisCal-Discord-Bot.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jquery": "3.5.5",
|
|
"browser-sync": "2.26.13",
|
|
"del": "6.0.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-autoprefixer": "7.0.1",
|
|
"gulp-clean": "0.4.0",
|
|
"gulp-clean-css": "4.3.0",
|
|
"gulp-header": "2.0.9",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-sass": "4.1.0",
|
|
"node-sass": "5.0.0",
|
|
"ts-loader": "8.0.11",
|
|
"webpack": "5.10.0",
|
|
"webpack-cli": "4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "5.15.1",
|
|
"bootstrap": "4.5.3",
|
|
"chart.js": "2.9.4",
|
|
"datatables.net-bs4": "1.10.22",
|
|
"jquery": "3.5.1",
|
|
"jquery.easing": "1.4.1",
|
|
"sass": "^1.32.8",
|
|
"typescript": "4.1.2",
|
|
"what-input": "5.2.10"
|
|
}
|
|
}
|