gisaf-frontend/package.json

86 lines
2.8 KiB
JSON
Raw 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-04-18 15:40:28 +05:30
"@angular/animations": "^17.3.5",
"@angular/cdk": "^17.3.5",
"@angular/common": "^17.3.5",
"@angular/compiler": "^17.3.5",
"@angular/core": "^17.3.5",
"@angular/forms": "^17.3.5",
"@angular/material": "^17.3.5",
"@angular/platform-browser": "^17.3.5",
"@angular/platform-browser-dynamic": "^17.3.5",
"@angular/platform-server": "^17.3.5",
"@angular/router": "^17.3.5",
2024-02-17 12:35:03 +05:30
"@mapbox/point-geometry": "^0.1.0",
2024-04-18 16:50:12 +05:30
"@maplibre/ngx-maplibre-gl": "^17.4.3",
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-04-18 16:50:12 +05:30
"maplibre-gl": "^4.1.3",
2024-02-28 11:24:08 +05:30
"ngx-flexible-layout": "~17.0.4",
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-02-28 10:56:26 +05:30
"zone.js": "~0.14.4"
2024-02-17 12:35:03 +05:30
},
"devDependencies": {
2024-04-18 15:40:28 +05:30
"@angular-devkit/build-angular": "^17.3.5",
"@angular/cli": "^17.3.5",
"@angular/compiler-cli": "^17.3.5",
"@angular/language-service": "^17.3.5",
"@hey-api/openapi-ts": "^0.45",
2024-02-28 14:43:19 +05:30
"@types/geojson": "^7946.0.14",
2024-04-18 16:50:12 +05:30
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^20.12.7",
2024-02-28 14:43:19 +05:30
"@types/plotly.js-dist-min": "^2.3.4",
2024-02-28 14:12:58 +05:30
"codelyzer": "^6.0.2",
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",
"karma": "~6.4.3",
"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",
"tslib": "^2.6.2",
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
}
}