Files
gscMy/package.json
Super User af8c4fd0da fix(auth): add undici instrumentation for Squid proxy
Without it, NextAuth's Keycloak issuer-discovery fetch goes direct
and Calico default-deny drops it → /access-denied?error=Configuration.
EnvHttpProxyAgent reads HTTP(S)_PROXY at startup.

Mirrors gscAdmin/src/instrumentation.ts. + undici ^6.25.0.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 13:47:59 +02:00

45 lines
1.1 KiB
JSON

{
"name": "gsc-my",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"postinstall": "prisma generate"
},
"dependencies": {
"@gsc/chat": "file:../../infra/gscAICoreSystem/frontends/gscBicameralFrontend",
"@gsc/web-kit": "file:../../templates/gsc-web-kit",
"@limitless/ui": "file:../../templates/limitless-ui",
"@phosphor-icons/web": "2.1.1",
"@prisma/client": "^6.1.0",
"bootstrap": "^5.3.3",
"clsx": "^2.1.0",
"next": "^16.1.1",
"next-auth": "^5.0.0-beta.25",
"next-intl": "^4.6.1",
"nodemailer": "^7.0.7",
"pg": "^8.20.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"undici": "^6.25.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/pg": "^8.11.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^16.1.1",
"prisma": "^6.1.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}