{ "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": "^10.2.5", "@angular/compiler": "^10.2.5", "@angular/core": "^10.2.5", "@angular/forms": "^10.2.5", "@angular/localize": "^10.2.5", "@angular/platform-browser": "^10.2.5", "@angular/platform-browser-dynamic": "^10.2.5", "@ng-bootstrap/ng-bootstrap": "^8.0.4", "@ngx-translate/http-loader": "^6.0.0", "bootstrap": "^4.5.3", "csvtojson": "^2.0.10", "dayjs": "^1.10.7", "deepmerge": "^4.2.2", "hslayers-ng": "^4.0.1", "hsv2rgb": "^1.1.0", "http-server": "^0.12.3", "ngx-cookie-service": "^10.1.1", "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": "^2.3.1", "xml-js": "^1.6.11", "zone.js": "^0.10.3" }, "devDependencies": { "@angular-builders/custom-webpack": "^10.0.1", "@angular-devkit/build-angular": "^0.1002.3", "@angular-devkit/build-ng-packagr": "^0.1002.0", "@angular/cli": "^10.2.3", "@angular/compiler-cli": "^10.2.5", "@angularclass/hmr": "^3.0.0", "@ngx-translate/core": "^13.0.0", "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": "^10.1.2", "sass": "^1.32.7", "typescript": "3.9", "webpack": "^4.46.0", "webpack-dev-server": "^3.11.2" } }