瀏覽代碼

Add back node-gyp related dependencies.

Lauri Ojansivu 2 年之前
父節點
當前提交
712dbb8e73
共有 2 個文件被更改,包括 686 次插入40 次删除
  1. 684 40
      package-lock.json
  2. 2 0
      package.json

文件差異過大導致無法顯示
+ 684 - 40
package-lock.json


+ 2 - 0
package.json

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

部分文件因文件數量過多而無法顯示