1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "gpx-map",
"version": "1.0.0",
"description": "Just a simple map with 2 layers",
"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"
}
}