mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- Fix DBAL overview page: basePath doubled in NavTabs and Link hrefs - Fix client-side fetch URLs: prepend basePath for /api/status and /api/query - Remove unused workspace deps (api-clients, core-hooks, redux) from DBAL frontend - Simplify DBAL Dockerfile to standalone build (no monorepo workspace deps needed) - Add null guards for health array in ServerStatusPanel - Fix Prometheus nginx proxy: don't strip prefix (web.external-url handles it) - Fix caproverforge portal: remove onMouse handlers from Server Component Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
41 lines
1001 B
JSON
41 lines
1001 B
JSON
{
|
|
"name": "dbal-ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"dependencies": {
|
|
"next": "^16.1.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
},
|
|
"overrides": {
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^10.0.1",
|
|
"eslint-config-next": "^16.1.6",
|
|
"sass": "^1.97.3",
|
|
"typescript": "~5.9.3",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"@chromatic-com/playwright": "^0.12.8",
|
|
"checkly": "^7.1.0",
|
|
"npm-run-all2": "8.0.4"
|
|
}
|
|
}
|