{ "name": "rural-attractiveness-cz", "version": "0.2.2", "description": "Rural attractiveness aplication", "main": "build/index.html", "scripts": { "build": "ng build --prod", "build-dev": "ng build --aot", "serve": "npm run start-dev", "start": "npx http-server ./build -p 8080", "start-dev": "ng serve --aot --disable-host-check", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.lesprojekt.cz/jmacura/rural-attractiveness-cz" }, "keywords": [ "rural", "attractiveness" ], "author": "Jan Macura", "contributors": [ "Raitis Bērziņš" ], "license": "MIT", "dependencies": { "@angular/common": "^9.1.13", "@angular/compiler": "^9.1.13", "@angular/core": "^9.1.13", "@angular/forms": "^9.1.13", "@angular/localize": "^9.1.13", "@angular/platform-browser": "^9.1.13", "@angular/platform-browser-dynamic": "^9.1.13", "@ng-bootstrap/ng-bootstrap": "^6.2.0", "@ngx-translate/http-loader": "^5.0.0", "bootstrap": "^4.5.3", "csvtojson": "^2.0.10", "deepmerge": "^4.2.2", "hslayers-ng": "^3.1.0", "hsv2rgb": "^1.1.0", "http-server": "^0.12.3", "moment": "^2.29.1", "moment-interval": "^0.2.1", "ngx-cookie-service": "^3.1.3", "ol": "^6.5.0", "ol-popup": "^4.0.0", "proj4": "^2.6.3", "rxjs": "^6.6.3", "share-api-polyfill": "^1.0.20", "ts-sync-request": "^1.4.1", "tslib": "^1.10.0", "xml-js": "^1.6.11", "zone.js": "^0.10.3" }, "devDependencies": { "@angular-builders/custom-webpack": "~9.2.0", "@angular-devkit/build-angular": "~0.901.13", "@angular-devkit/build-ng-packagr": "~0.901.13", "@angular/cli": "~9.1.13", "@angular/compiler-cli": "~9.1.13", "@angularclass/hmr": "^3.0.0", "@ngx-translate/core": "^12.1.2", "eslint": "^7.10.0", "eslint-config-openlayers": "^14.0.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "ng-packagr": "^9.1.5", "sass": "^1.32.7", "typescript": "3.8", "webpack": "^4.46.0", "webpack-dev-server": "^3.11.2" } }