view Applications/Samples/package-lock.json @ 1316:7045a0ff32c4 broker

Added DISABLE_STONE_QT_CMAKE_FILE option (Qt5 Win10 builds do not work when QtConfiguration.cmake is included). This is a quick hacky fix.
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 16 Mar 2020 11:21:57 +0100
parents ee41b6a017d7
children
line wrap: on
line source

{
  "requires": true,
  "lockfileVersion": 1,
  "dependencies": {
    "typescript": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.2.tgz",
      "integrity": "sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg=="
    }
  }
}