Add back node-gyp related dependencies.

This commit is contained in:
Lauri Ojansivu 2023-04-26 23:29:32 +03:00
parent f9b760bfc4
commit 712dbb8e73
2 changed files with 1010 additions and 91 deletions

1099
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,6 +23,7 @@
"dependencies": { "dependencies": {
"@babel/core": "^7.15.5", "@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@mapbox/node-pre-gyp": "^1.0.10",
"ajv": "^6.12.6", "ajv": "^6.12.6",
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
@ -50,6 +51,7 @@
"meteor-node-stubs": "^1.1.0", "meteor-node-stubs": "^1.1.0",
"minio": "^7.0.33", "minio": "^7.0.33",
"moment": "^2.29.4", "moment": "^2.29.4",
"node-gyp": "^9.3.1",
"nodemailer": "^6.6.3", "nodemailer": "^6.6.3",
"os": "^0.1.2", "os": "^0.1.2",
"page": "^1.11.6", "page": "^1.11.6",