{ "name": "polirural-attractiveness-clustering", "version": "0.1.0", "description": "Rural attractiveness clustering application", "main": "build/index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node node_modules/hslayers-ng/scripts/bootstrap-isolate.js && webpack --config ./webpack.prod.js --progress", "build-dev": "node node_modules/hslayers-ng/scripts/bootstrap-isolate.js && webpack --config ./webpack.dev.js --progress", "start": "http-server ./build -p 8080", "start-dev": "webpack-dev-server --config ./webpack.dev.js --watch" }, "repository": { "type": "git", "url": "https://git.lesprojekt.cz/jmacura/polirural-attractiveness-clustering.git" }, "keywords": [ "rural", "attractiveness" ], "author": "Jan Macura", "contributors": [ "Raitis Bērziņš" ], "license": "MIT", "dependencies": { "csvtojson": "^2.0.10", "hslayers-ng": "^1.24.0", "hsv2rgb": "^1.1.0", "http-server": "^0.12.3" }, "devDependencies": { "@babel/core": "^7.10.4", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "babel-loader": "^8.1.0", "babel-plugin-angularjs-annotate": "^0.10.0", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.6.0", "eslint": "^7.3.1", "eslint-config-angular": "^0.5.0", "eslint-config-openlayers": "^14.0.0", "eslint-plugin-angular": "^4.0.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "extract-loader": "^5.1.0", "file-loader": "^6.0.0", "html-loader": "^1.1.0", "html-webpack-plugin": "^4.3.0", "mini-css-extract-plugin": "^0.9.0", "ng-cache-loader": "0.0.26", "npm-run-all": "^4.1.5", "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss": "^7.0.32", "postcss-prefix-selector": "^1.7.1", "style-loader": "^1.2.1", "url-loader": "^4.1.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "webpack-merge": "^4.2.2" } }