diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-01-25 14:16:21 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-01-25 16:54:51 +0100 |
| commit | 2c6f73bad2e1474de8af5fdb75a67a4923e8751f (patch) | |
| tree | 2549ff0249e72d8c99f259915b98a993ae775bd3 /package.json | |
| parent | 4a5eda4ef7ae9e50e5c09ea1b713a71cbdb045c2 (diff) | |
| download | mullvadvpn-2c6f73bad2e1474de8af5fdb75a67a4923e8751f.tar.xz mullvadvpn-2c6f73bad2e1474de8af5fdb75a67a4923e8751f.zip | |
Add required packages and remove old flow-typed annotations
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 3464e3a993..0677323571 100644 --- a/package.json +++ b/package.json @@ -11,22 +11,22 @@ "license": "GPL-3.0", "dependencies": { "babel-runtime": "^6.22.0", - "cheap-ruler": "^2.4.1", + "d3-geo-projection": "^2.3.2", "electron-log": "^2.2.8", "electron-sudo": "https://github.com/eriklarko/electron-sudo.git", "history": "^4.6.1", "jsonrpc-lite": "^1.2.3", - "mapbox-gl": "^0.37.0", "mkdirp": "^0.5.1", "moment": "^2.17.1", + "rbush": "^2.0.2", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-mapbox-gl": "^2.1.0", "react-native": "^0.53.0-rc.0", "react-native-windows": "^0.52.0-rc.0", "react-redux": "^5.0.2", "react-router": "^4.2.0", "react-router-redux": "5.0.0-alpha.6", + "react-simple-maps": "^0.10.1", "react-transition-group": "^1.2.0", "reactxp": "^0.46.5", "redux": "^3.0.0", |
