gisaf-frontend/package.json

84 lines
2.6 KiB
JSON
Raw Normal View History

2024-02-17 12:35:03 +05:30
{
"name": "gisaf-app",
"displayName": "Gisaf",
"version": "0.1.0",
"license": "GPL-3.0",
"description": "Gisaf Geomatics",
"repository": {
"type": "git",
"url": "https://git.bluelightav.org:2222/gisaf.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 --watch",
"build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"generate-client": "openapi --input http://127.0.0.1:5000/openapi.json --output ./src/app/openapi --client angular --useOptions --useUnionTypes"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"private": true,
"dependencies": {
2024-02-28 10:56:26 +05:30
"@angular/animations": "^17.2.3",
2024-02-28 11:24:08 +05:30
"@angular/cdk": "^17.2.1",
2024-02-28 10:56:26 +05:30
"@angular/common": "^17.2.3",
"@angular/compiler": "^17.2.3",
"@angular/core": "^17.2.3",
"@angular/forms": "^17.2.3",
2024-02-28 11:24:08 +05:30
"@angular/material": "^17.2.1",
2024-02-28 10:56:26 +05:30
"@angular/platform-browser": "^17.2.3",
"@angular/platform-browser-dynamic": "^17.2.3",
"@angular/platform-server": "^17.2.3",
"@angular/router": "^17.2.3",
2024-02-17 12:35:03 +05:30
"@mapbox/point-geometry": "^0.1.0",
2024-02-28 12:44:22 +05:30
"@maplibre/ngx-maplibre-gl": "^17.4.1",
2024-02-17 12:35:03 +05:30
"@turf/bbox": "^6.5.0",
"@turf/distance": "^6.5.0",
"angular-plotly.js": "^5.2.2",
2024-02-17 12:35:03 +05:30
"core-js": "^2.6.3",
2024-02-28 12:44:22 +05:30
"maplibre-gl": "^4.0.2",
2024-02-28 11:24:08 +05:30
"ngx-flexible-layout": "~17.0.4",
"plotly.js-basic-dist-min": "2.29.1",
2024-02-17 12:35:03 +05:30
"rxjs": "^7.4.0",
"subscriptions-transport-ws": "^0.9.17",
"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-02-28 10:56:26 +05:30
"@angular-devkit/build-angular": "^17.2.1",
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.3",
"@angular/language-service": "^17.2.3",
2024-02-17 12:35:03 +05:30
"@types/core-js": "^2.5.0",
"@types/geojson": "^7946.0.7",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.2",
"@types/node": "^12.11.1",
"@types/plotly.js-dist-min": "^2.3.0",
"clean-css": "^4.2.1",
"codelyzer": "^6.0.0",
"fontnik": "^0.7.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"openapi-typescript-codegen": "^0.27.0",
"protractor": "~7.0.0",
"source-map-explorer": "^2.2.2",
"ts-node": "^8.0.2",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
2024-02-28 10:56:26 +05:30
"typescript": "~5.3.3"
2024-02-17 12:35:03 +05:30
}
}