cccamp19-map/package.json

26 lines
763 B
JSON

{
"name": "cccamp19-map",
"version": "0.1.0",
"description": "milliways map",
"scripts": {
"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"
},
"devDependencies": {
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"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",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^7.1.0",
"ts-loader": "^6.0.4",
"uglifyjs-webpack-plugin": "^2.1.3"
}
}