| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "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": "^14.0.0",
- "@ngx-translate/http-loader": "^7.0.0",
- "bootstrap": "^5.0.0",
- "d3": "^6.7.0",
- "dayjs": "^1.10.7",
- "deepmerge": "^4.2.2",
- "geostyler-legend": "^2.1.1",
- "geostyler-openlayers-parser": "^3.0.0",
- "geostyler-qgis-parser": "^1.0.0",
- "geostyler-sld-parser": "^3.0.1",
- "geostyler-style": "^5.0.0",
- "geotiff": "^1.0.8",
- "hslayers-ng": "9.0.0",
- "jquery": "^3.6.0",
- "lodash": "^4.17.21",
- "moment": "2.29.4",
- "moment-timezone": "0.5.35",
- "ngx-color": "^7.2.0",
- "ngx-cookie-service": "^13.1.2",
- "ol": "^6.9.0",
- "ol-popup": "^4.0.0",
- "polygon-clipping": "^0.15.3",
- "polygon-splitter": "^0.0.5",
- "primeicons": "^5.0.0",
- "primeng": "^13.1.0",
- "proj4": "^2.7.5",
- "queue": "^6.0.2",
- "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": "^15.0.3",
- "@angular-builders/custom-webpack": "15.0.0",
- "@angular-devkit/build-angular": "^16.2.9",
- "@angular-eslint/builder": "^15.2.1",
- "@angular-eslint/eslint-plugin": "^15.2.1",
- "@angular-eslint/eslint-plugin-template": "^15.2.1",
- "@angular-eslint/schematics": "^15.2.1",
- "@angular-eslint/template-parser": "^15.2.1",
- "@angular/cli": "^15.2.10",
- "@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"
- }
- }
|