diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
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" |