{ "name": "gisaf-frontend", "displayName": "Gisaf web front-end", "version": "0.0.0", "license": "GPL-3.0", "description": "Gisaf Geomatics", "repository": { "type": "git", "url": "https://code.philo.ydns.eu/philorg/gisaf-frontend.git" }, "author": "Philippe May", "angular-cli": {}, "scripts": { "ng": "ng", "start": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy.conf.json --host 0.0.0.0 --watch", "build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "openapi-ts": "openapi-ts -i http://127.0.0.1:5080/openapi.json -o src/app/openapi --client angular", "source-map-explorer": "source-map-explorer dist/*.js", "version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json" }, "licenses": [ { "type": "MIT", "url": "https://github.com/angular/angular.io/blob/master/LICENSE" } ], "dependencies": { "@angular/animations": "^18.2.13", "@angular/cdk": "^18.2.14", "@angular/common": "^18.2.13", "@angular/compiler": "^18.2.13", "@angular/core": "^18.2.13", "@angular/forms": "^18.2.13", "@angular/material": "^18.2.14", "@angular/platform-browser": "^18.2.13", "@angular/platform-browser-dynamic": "^18.2.13", "@angular/platform-server": "^18.2.13", "@angular/router": "^18.2.13", "@mapbox/point-geometry": "^0.1.0", "@maplibre/ngx-maplibre-gl": "^18.1.4", "@turf/bbox": "^7.1.0", "@turf/distance": "^7.1.0", "@turf/helpers": "^7.1.0", "angular-plotly.js": "^5.2.2", "maplibre-gl": "^4.7.1", "ngx-flexible-layout": "~18.0.2", "plotly.js-basic-dist-min": "2.31.1", "rxjs": "^7.8.1", "ts-helpers": "^1.1.2", "zone.js": "~0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "^18.2.12", "@angular/cli": "^18.2.12", "@angular/compiler-cli": "^18.2.13", "@angular/language-service": "^18.2.13", "@hey-api/openapi-ts": "^0.45.1", "@types/geojson": "^7946.0.15", "@types/jasmine": "~5.1.5", "@types/jasminewd2": "^2.0.13", "@types/node": "^20.17.10", "@types/plotly.js-dist-min": "^2.3.4", "eslint": "^9.17.0", "fontnik": "^0.7.2", "jasmine-core": "~5.1.2", "jasmine-spec-reporter": "~7.0.0", "karma": "~6.4.4", "karma-chrome-launcher": "~3.2.0", "karma-cli": "^2.0.0", "karma-coverage-istanbul-reporter": "~3.0.3", "karma-jasmine": "~5.1.0", "source-map-explorer": "^2.5.3", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "~5.4.5" }, "packageManager": "pnpm@9.15", "publishConfig": { "registry": "http://code.philo.ydns.eu/api/packages/philorg/npm/" } }