first version of data fetcher

This commit is contained in:
2025-07-19 10:50:41 +02:00
parent 041333d1da
commit ef0f82d516
4 changed files with 107 additions and 9 deletions
+11
View File
@@ -8,6 +8,7 @@
"@next/font": "^14.2.15",
"next": "^15.3.3",
"oidc-client-ts": "^3.3.0",
"openapi-typescript-fetch": "^2.2.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-oidc-context": "^3.3.0"
@@ -1532,6 +1533,16 @@
"node": ">=18"
}
},
"node_modules/openapi-typescript-fetch": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/openapi-typescript-fetch/-/openapi-typescript-fetch-2.2.1.tgz",
"integrity": "sha512-aBp1cR5FTNxp4HA8bb2ST53aIqEiJgoOMyXiyzKi6YF7vogW8KkyyUQ1FeDz8D05uspxFrKvFbkVU2YiiKkULA==",
"license": "MIT",
"engines": {
"node": ">= 12.0.0",
"npm": ">= 7.0.0"
}
},
"node_modules/picocolors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",