cccamp19-map/package.json

26 lines
763 B
JSON
Raw Permalink Normal View History

2016-12-24 18:27:32 +00:00
{
2019-07-09 19:51:30 +00:00
"name": "cccamp19-map",
"version": "0.1.0",
"description": "milliways map",
2016-12-24 18:27:32 +00:00
"scripts": {
2019-07-09 19:51:30 +00:00
"build": "node_modules/.bin/webpack --config webpack.config.js --mode production",
"dev": "node_modules/.bin/webpack-dev-server --progress --colors --port 8080 --content-base dist --config webpack.config.js"
2016-12-24 18:27:32 +00:00
},
"devDependencies": {
2019-07-09 19:51:30 +00:00
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
2016-12-24 18:27:32 +00:00
},
"dependencies": {
2019-07-09 19:51:30 +00:00
"css-loader": "^3.0.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"ol": "^5.3.3",
"ol-layerswitcher": "^3.3.0",
2019-07-09 19:51:30 +00:00
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^7.1.0",
"ts-loader": "^6.0.4",
"uglifyjs-webpack-plugin": "^2.1.3"
2016-12-24 18:27:32 +00:00
}
}