Add complete Postgres Web Admin UI with Material UI and all-in-one Docker

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-08 01:18:34 +00:00
parent f9b7beab6f
commit fa2f365608
24 changed files with 1909 additions and 15 deletions

View File

@@ -29,6 +29,7 @@
"db:generate": "drizzle-kit generate",
"db:migrate": "dotenv -c -- drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"db:seed-admin": "tsx scripts/seed-admin.ts",
"storybook": "storybook dev -p 6006",
"storybook:test": "vitest run --config .storybook/vitest.config.mts",
"build-storybook": "storybook build"
@@ -45,7 +46,10 @@
"@mui/material": "^7.3.6",
"@sentry/nextjs": "^10.32.1",
"@t3-oss/env-nextjs": "^0.13.10",
"@types/bcryptjs": "^2.4.6",
"bcryptjs": "^3.0.3",
"drizzle-orm": "^0.45.1",
"jose": "^6.1.3",
"next": "^16.1.1",
"next-intl": "^4.6.1",
"pg": "^8.16.3",
@@ -105,6 +109,7 @@
"semantic-release": "^25.0.2",
"storybook": "^10.1.4",
"tailwindcss": "^4.1.17",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.15",