1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "mobile-coverage-map",
"version": "1.0.0",
"description": "A map that allows comparison of various mobile networks",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"css-loader": "^5.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"ol": "^6.4.3",
"ol-layerswitcher": "^3.8.1"
}
}