{ "name": "sens-log", "version": "0.5.0-SNAPSHOT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build --configuration production", "build-stage": "ng build --configuration production --base-href /senslog-staging", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/cdk": "^16.2.11", "@angular/common": "^16.2.12", "@angular/compiler": "^16.2.12", "@angular/core": "^16.2.12", "@angular/forms": "^16.2.12", "@angular/localize": "^16.2.12", "@angular/material": "^16.2.11", "@angular/platform-browser": "^16.2.12", "@angular/platform-browser-dynamic": "^16.2.12", "@angular/router": "^16.2.12", "@fortawesome/angular-fontawesome": "^0.10.1", "@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@ng-bootstrap/ng-bootstrap": "^15.1.2", "@ngx-translate/core": "^15.0.0", "@ngx-translate/http-loader": "^8.0.0", "angular-auth-oidc-client": "^16.0.1", "bootstrap": "^5.3.2", "d3": "^6.7.0", "dayjs": "^1.10.7", "deepmerge": "^4.2.2", "geostyler-legend": "^4.0.0", "geostyler-openlayers-parser": "^4.2.1", "geostyler-qgis-parser": "^2.0.0", "geostyler-sld-parser": "^5.1.0", "geostyler-style": "^7.4.0", "geotiff": "^1.0.8", "hslayers-ng": "12.1.0", "jquery": "^3.6.0", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", "moment": "2.29.4", "moment-timezone": "0.5.35", "ngx-color": "^9.0.0", "ngx-cookie-service": "^16.1.0", "ol": "^7.5.2", "ol-popup": "^5.1.0", "polygon-clipping": "^0.15.3", "polygon-splitter": "^0.0.11", "primeicons": "^5.0.0", "primeng": "^16.7.1", "proj4": "^2.9.2", "queue": "^7.0.0", "resumablejs": "^1.1.0", "rxjs": "^7.5.2", "share-api-polyfill": "^1.0.21", "tslib": "2.0.0", "vega": "5.23.0", "vega-tooltip": "^0.25.1", "xml-js": "^1.6.11", "zone.js": "^0.13.3" }, "devDependencies": { "@angular-architects/module-federation": "^16.0.4", "@angular-builders/custom-webpack": "16.0.1", "@angular-devkit/build-angular": "^16.2.9", "@angular-eslint/builder": "^16.2.0", "@angular-eslint/eslint-plugin": "^16.2.0", "@angular-eslint/eslint-plugin-template": "^16.2.0", "@angular-eslint/schematics": "^16.2.0", "@angular-eslint/template-parser": "^16.2.0", "@angular/cli": "^16.2.9", "@angular/compiler-cli": "^16.2.12", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1", "codelyzer": "^6.0.0", "jasmine-core": "~4.0.0", "jasmine-spec-reporter": "~7.0.0", "karma": "~6.3.12", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.1.0", "karma-jasmine": "~4.0.1", "karma-jasmine-html-reporter": "^1.7.0", "ngx-build-plus": "^16.0.0", "protractor": "~7.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", "typescript": "5.1.6" } }