summary refs log tree commit diff
path: root/cdn/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'cdn/package.json')
-rw-r--r--cdn/package.json12
1 files changed, 2 insertions, 10 deletions
diff --git a/cdn/package.json b/cdn/package.json
index 06fea9c4..0d4d4619 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -7,7 +7,7 @@
 	"scripts": {
 		"postinstall": "ts-patch install -s",
 		"test": "npm run build && jest --coverage ./tests",
-		"build": "npx tsc -b .",
+		"build": "npx tsc -p .",
 		"start": "npm run build && node dist/start.js"
 	},
 	"repository": {
@@ -22,8 +22,6 @@
 	},
 	"homepage": "https://github.com/fosscord/fosscord-server#readme",
 	"devDependencies": {
-		"@swc/cli": "^0.1.51",
-		"@swc/core": "^1.2.93",
 		"@types/amqplib": "^0.8.1",
 		"@types/body-parser": "^1.19.0",
 		"@types/btoa": "^1.2.3",
@@ -31,13 +29,9 @@
 		"@types/express": "^4.17.12",
 		"@types/fs-extra": "^9.0.12",
 		"@types/jsonwebtoken": "^8.5.0",
-		"@types/mongodb": "^3.6.9",
-		"@types/mongoose-autopopulate": "^0.10.1",
-		"@types/mongoose-lean-virtuals": "^0.5.1",
 		"@types/multer": "^1.4.7",
 		"@types/node": "^14.17.0",
 		"@types/node-fetch": "^2.5.7",
-		"@types/uuid": "^8.3.0",
 		"@zerollup/ts-transform-paths": "^1.7.18",
 		"ts-patch": "^1.4.4"
 	},
@@ -47,7 +41,6 @@
 		"@fosscord/util": "file:../util",
 		"body-parser": "^1.19.0",
 		"btoa": "^1.2.1",
-		"cheerio": "^1.0.0-rc.5",
 		"dotenv": "^10.0.0",
 		"exif-be-gone": "^1.2.0",
 		"express": "^4.17.1",
@@ -63,8 +56,7 @@
 		"nanocolors": "^0.2.12",
 		"node-fetch": "^2.6.1",
 		"supertest": "^6.1.6",
-		"typescript": "^4.1.2",
-		"uuid": "^8.3.2"
+		"typescript": "^4.1.2"
 	},
 	"jest": {
 		"setupFilesAfterEnv": [