gisaf-frontend/package.json
phil bba056105a Mograte from openapi-typescript-codegen to @hey-api/openapi-ts
Back to options using openapi (default of openapi-ts)
2024-04-03 11:19:57 +05:30

82 lines
2.6 KiB
JSON

{
"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",
"openapi-ts": "openapi-ts -i http://127.0.0.1:5000/openapi.json -o src/app/openapi --client angular",
"source-map-explorer": "source-map-explorer dist/*.js"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.2.1",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/material": "^17.2.1",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/platform-server": "^17.3.0",
"@angular/router": "^17.3.0",
"@mapbox/point-geometry": "^0.1.0",
"@maplibre/ngx-maplibre-gl": "^17.4.1",
"@turf/bbox": "^6.5.0",
"@turf/distance": "^6.5.0",
"angular-plotly.js": "^5.2.2",
"maplibre-gl": "^4.0.2",
"ngx-flexible-layout": "~17.0.4",
"plotly.js-basic-dist-min": "2.29.1",
"rxjs": "^7.4.0",
"subscriptions-transport-ws": "^0.9.17",
"ts-helpers": "^1.1.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.0",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/language-service": "^17.3.0",
"@hey-api/openapi-ts": "^0.34.0",
"@types/geojson": "^7946.0.14",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.2",
"@types/node": "^20.11.21",
"@types/plotly.js-dist-min": "^2.3.4",
"codelyzer": "^6.0.2",
"fontnik": "^0.7.2",
"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",
"protractor": "~7.0.0",
"source-map-explorer": "^2.5.3",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tslint": "~6.1.0",
"typescript": "~5.3.3"
}
}