diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-07-20 22:25:00 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-08-14 12:32:08 +0200 |
| commit | 50e5c00f7c045b9517e6302face111ae477d16b9 (patch) | |
| tree | b992307c7e7c3150434f44d281fdb753f9b3bf15 /gui/package.json | |
| parent | a43de9a29a1f5a130d4d7ff081dac8cf37a9a876 (diff) | |
| download | mullvadvpn-50e5c00f7c045b9517e6302face111ae477d16b9.tar.xz mullvadvpn-50e5c00f7c045b9517e6302face111ae477d16b9.zip | |
Add function for retrieving installed applications on Linux
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json index 2431d7d181..5e01303197 100644 --- a/gui/package.json +++ b/gui/package.json @@ -12,12 +12,14 @@ "repository": "https://github.com/mullvad/mullvadvpn-app", "license": "GPL-3.0", "dependencies": { + "argv-split": "^2.0.1", "connected-react-router": "^6.8.0", "d3-geo-projection": "^2.7.0", "electron-log": "^4.1.1", "gettext-parser": "^4.0.3", "history": "^4.6.1", "jsonrpc-lite": "^2.0.7", + "linux-app-list": "^1.0.1", "mkdirp": "^1.0.3", "moment": "^2.24.0", "node-gettext": "^3.0.0", |
