api: Install automatic api-generators for frontend

This commit is contained in:
Magnus Leßmann (@Mark.TwoFive) 2025-06-19 19:13:28 +02:00
parent b7a63892a4
commit a886eab7a2
Signed by: Mark.TwoFive
GPG key ID: 58204042FE30B10C
3 changed files with 236 additions and 4 deletions

View file

@ -16,7 +16,9 @@
"core-js": "^3.41.0",
"roboto-fontface": "*",
"vue": "^3.5.13",
"vuetify": "^3.8.1"
"vuetify": "^3.8.1",
"openapi-fetch": "^0.14.0",
"openapi-react-query": "^0.5.0"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
@ -31,6 +33,7 @@
"eslint-plugin-vue": "^10.0.0",
"msw": "^2.7.4",
"npm-run-all2": "^7.0.2",
"openapi-typescript": "^7.8.0",
"sass": "1.86.3",
"sass-embedded": "^1.86.3",
"typescript": "^5.8.3",