2016-12-24 18:27:32 +00:00
|
|
|
{
|
|
|
|
"name": "ol-webpack",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Example using OpenLayers with Webpack",
|
|
|
|
"scripts": {
|
2018-06-26 22:01:18 +00:00
|
|
|
"build": "webpack --config webpack.config.js --mode production"
|
2016-12-24 18:27:32 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-06-26 22:01:18 +00:00
|
|
|
"webpack": "^4.12.1",
|
|
|
|
"webpack-command": "^0.3.0"
|
2016-12-24 18:27:32 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-06-26 22:01:18 +00:00
|
|
|
"ol": "^5.0.0"
|
2016-12-24 18:27:32 +00:00
|
|
|
}
|
|
|
|
}
|