Fixed dependencies.
Ylian Saint-Hilaire committed
Mar 1, 2022 at 11:20 UTC
56532ddfd45b9399b81b6b16926cbba02cf54db2
1 file changed
+2
-16
package.json
+2
-16
@@ -36,8 +36,6 @@
36
"sample-config-advanced.json"
37
],
38
"dependencies": {
39
- "@yetzt/nedb": "^1.8.0",
40
- "archiver": "^4.0.2",
39
"body-parser": "^1.19.0",
40
"cbor": "~5.2.0",
41
"compression": "^1.7.4",
@@ -45,25 +43,13 @@
43
"express": "^4.17.0",
44
"express-handlebars": "^5.3.5",
45
"express-ws": "^4.0.0",
48
- "html-minifier": "^4.0.0",
49
- "image-size": "^1.0.1",
46
"ipcheck": "^0.1.0",
51
- "jsdom": "^19.0.0",
52
- "loadavg-windows": "^1.1.1",
53
- "minify-js": "^0.0.4",
47
"minimist": "^1.2.5",
48
"multiparty": "^4.2.1",
49
+ "@yetzt/nedb": "^1.8.0",
50
"node-forge": "^1.0.0",
57
- "node-rdpjs-2": "^0.3.5",
58
- "node-windows": "^0.1.4",
59
- "otplib": "^10.2.3",
60
- "pg": "^8.7.1",
61
- "pgtools": "^0.3.2",
62
- "ssh2": "^1.6.0",
63
- "web-push": "^3.4.5",
51
"ws": "^5.2.3",
65
- "yauzl": "^2.10.0",
66
- "yubikeyotp": "^0.2.0"
52
+ "yauzl": "^2.10.0"
53
},
54
"engines": {
55
"node": ">=10.0.0"