summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2022-12-20 23:18:52 -0500
committerPuyodead1 <puyodead@proton.me>2022-12-20 23:25:20 -0500
commit280a584aed8dacd24f409abdf4627fc48d2f3551 (patch)
tree70bb57ea591f20633964ce3eea98d22f8e871ba9 /package.json
parentFix the roles bug (diff)
downloadserver-280a584aed8dacd24f409abdf4627fc48d2f3551.tar.xz
Client: update to canary 165341
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9cfc84e2..1c4cd388 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,9 @@
 	"devDependencies": {
 		"@types/amqplib": "^0.8.2",
 		"@types/bcrypt": "^5.0.0",
+		"@types/body-parser": "^1.19.2",
 		"@types/cookie-parser": "^1.4.3",
+		"@types/express": "^4.17.15",
 		"@types/i18next-node-fs-backend": "^2.1.1",
 		"@types/json-bigint": "^1.0.1",
 		"@types/jsonwebtoken": "^8.5.9",
@@ -59,6 +61,7 @@
 		"ajv-formats": "2.1.1",
 		"amqplib": "^0.10.3",
 		"bcrypt": "^5.0.1",
+		"body-parser": "^1.20.1",
 		"cheerio": "^1.0.0-rc.12",
 		"cookie-parser": "^1.4.6",
 		"dotenv": "^16.0.2",
@@ -73,6 +76,7 @@
 		"json-bigint": "^1.0.0",
 		"jsonwebtoken": "^8.5.1",
 		"lambert-server": "^1.2.12",
+		"missing-native-js-functions": "^1.2.18",
 		"module-alias": "^2.2.2",
 		"morgan": "^1.10.0",
 		"multer": "^1.4.5-lts.1",
@@ -82,7 +86,9 @@
 		"picocolors": "^1.0.0",
 		"probe-image-size": "^7.2.3",
 		"proxy-agent": "^5.0.0",
-		"sqlite3": "^5.1.1",
+		"reflect-metadata": "^0.1.13",
+		"sqlite3": "^5.1.4",
+		"tslib": "^2.4.1",
 		"typeorm": "^0.3.10",
 		"typescript-json-schema": "0.50.1",
 		"ws": "^8.9.0"