{ "name": "polirural-attractiveness-clustering", "version": "0.4.0", "description": "Rural attractiveness application", "main": "build/index.html", "scripts": { "build": "ng build --configuration production", "build-dev": "ng build --configuration development", "dev": "npm run start-dev", "ng": "ng", "serve": "npm run start-dev", "start": "npx http-server ./build -p 8080", "start-dev": "ng serve --disable-host-check", "test": "echo \"Error: no test specified\" && exit 1" }, "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": { "hslayers-ng": "^9.3.0", "hsv2rgb": "^1.1.0" }, "devDependencies": { "@angular-builders/custom-webpack": "^13.1.0", "@angular-devkit/build-angular": "^13.3.9", "@angular-eslint/builder": "^13.5.0", "@angular-eslint/eslint-plugin": "^13.5.0", "@angular-eslint/eslint-plugin-template": "^13.5.0", "@angular-eslint/template-parser": "^13.5.0", "@angular/cli": "~13.3.9", "@typescript-eslint/eslint-plugin": "^5.7.0", "eslint": "^8.20.0", "eslint-config-openlayers": "14.0.0", "file-loader": "^6.2.0", "http-server": "^0.12.3", "karma-jasmine": "^4.0.1" } }