chore: remove unused dependencies

This commit is contained in:
Ryan Cao 2023-06-24 14:23:34 +08:00
parent 5fd2ef0aa5
commit 55cabd2b13
No known key found for this signature in database
2 changed files with 3 additions and 308 deletions

View file

@ -6,24 +6,20 @@
"dev": "NODE_ENV=development tsx watch src/index.ts",
"start": "tsx src/index.ts",
"reupload": "tsx src/_reupload.ts",
"lint": "eslint ."
"lint": "tsc && eslint ."
},
"dependencies": {
"@discordjs/rest": "1.7.1",
"discord.js": "14.11.0",
"just-random": "3.2.0",
"kleur": "4.1.5",
"node-fetch": "3.3.1",
"remove-markdown": "0.5.0",
"tsx": "3.12.7",
"url-regex": "5.0.0"
"tsx": "3.12.7"
},
"devDependencies": {
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"dotenv": "16.1.4",
"esbuild": "0.18.0",
"eslint": "8.42.0",
"gray-matter": "4.0.3",
"prettier": "2.8.8",