gisaf-frontend/package.json

85 lines
2.8 KiB
JSON
Raw Permalink Normal View History

2024-02-17 12:35:03 +05:30
{
2024-12-14 15:59:10 +01:00
"name": "gisaf-frontend",
"displayName": "Gisaf web front-end",
2024-12-16 02:44:52 +01:00
"version": "0.0.0",
2024-02-17 12:35:03 +05:30
"license": "GPL-3.0",
"description": "Gisaf Geomatics",
"repository": {
"type": "git",
2024-12-14 15:59:10 +01:00
"url": "https://code.philo.ydns.eu/philorg/gisaf-frontend.git"
2024-02-17 12:35:03 +05:30
},
"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",
2024-02-17 12:35:03 +05:30
"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",
2024-12-16 02:58:03 +01:00
"source-map-explorer": "source-map-explorer dist/*.js",
"version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json"
2024-02-17 12:35:03 +05:30
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"dependencies": {
2024-12-23 13:17:31 +01:00
"@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",
2024-02-17 12:35:03 +05:30
"@mapbox/point-geometry": "^0.1.0",
2024-12-23 13:40:34 +01:00
"@maplibre/ngx-maplibre-gl": "^18.1.4",
2024-12-14 15:59:10 +01:00
"@turf/bbox": "^7.1.0",
"@turf/distance": "^7.1.0",
"@turf/helpers": "^7.1.0",
"angular-plotly.js": "^5.2.2",
2024-12-23 13:00:57 +01:00
"maplibre-gl": "^4.7.1",
2024-12-23 13:17:31 +01:00
"ngx-flexible-layout": "~18.0.2",
2024-04-18 16:50:12 +05:30
"plotly.js-basic-dist-min": "2.31.1",
"rxjs": "^7.8.1",
2024-02-17 12:35:03 +05:30
"ts-helpers": "^1.1.2",
2024-12-23 13:00:57 +01:00
"zone.js": "~0.14.10"
2024-02-17 12:35:03 +05:30
},
"devDependencies": {
2024-12-23 13:17:31 +01:00
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.13",
"@angular/language-service": "^18.2.13",
2024-12-23 13:00:57 +01:00
"@hey-api/openapi-ts": "^0.45.1",
"@types/geojson": "^7946.0.15",
"@types/jasmine": "~5.1.5",
2024-04-18 16:50:12 +05:30
"@types/jasminewd2": "^2.0.13",
2024-12-23 13:00:57 +01:00
"@types/node": "^20.17.10",
2024-02-28 14:43:19 +05:30
"@types/plotly.js-dist-min": "^2.3.4",
2024-12-14 15:59:10 +01:00
"eslint": "^9.17.0",
2024-02-28 14:12:58 +05:30
"fontnik": "^0.7.2",
2024-04-18 16:50:12 +05:30
"jasmine-core": "~5.1.2",
"jasmine-spec-reporter": "~7.0.0",
2024-12-23 13:00:57 +01:00
"karma": "~6.4.4",
2024-04-18 16:50:12 +05:30
"karma-chrome-launcher": "~3.2.0",
2024-02-17 12:35:03 +05:30
"karma-cli": "^2.0.0",
2024-04-18 16:50:12 +05:30
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
2024-02-28 14:43:19 +05:30
"source-map-explorer": "^2.5.3",
2024-02-28 14:51:10 +05:30
"ts-node": "^10.9.2",
2024-12-23 13:00:57 +01:00
"tslib": "^2.8.1",
2024-04-18 16:50:12 +05:30
"typescript": "~5.4.5"
2024-12-16 02:54:22 +01:00
},
"packageManager": "pnpm@9.15",
"publishConfig": {
"registry": "http://code.philo.ydns.eu/api/packages/philorg/npm/"
2024-02-17 12:35:03 +05:30
}
}