feat: Integrate new dashboard design and components, remove old dashboard routes, and update dependencies.

This commit is contained in:
2026-02-10 15:00:11 +08:00
parent 1c2ef98dcd
commit 48cf6c44f5
82 changed files with 6896 additions and 261 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "makuro-base-template",
"name": "darmasaba-dashboard-noc",
"version": "0.1.0-pre.2",
"private": true,
"type": "module",
@@ -13,7 +13,8 @@
"test:ui": "bun test --ui __tests__/api",
"test:e2e": "bun run build && playwright test",
"build": "bun build ./src/index.html --outdir=dist --sourcemap --target=browser --minify --define:process.env.NODE_ENV='\"production\"' --env='VITE_*'",
"start": "NODE_ENV=production bun src/index.ts"
"start": "NODE_ENV=production bun src/index.ts",
"seed": "bun prisma/seed.ts"
},
"dependencies": {
"@better-auth/cli": "^1.4.18",
@@ -58,15 +59,28 @@
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-router": "^1.158.1",
"better-auth": "^1.4.18",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.0.1",
"dayjs": "^1.11.19",
"elysia": "^1.4.22",
"embla-carousel-react": "^8.1.1",
"input-otp": "^1.2.1",
"lucide-react": "^0.563.0",
"next-themes": "^0.4.6",
"openapi-fetch": "^0.15.0",
"pino": "^10.3.0",
"pino-pretty": "^13.1.3",
"react": "^19",
"react-day-picker": "^8.10.1",
"react-dom": "^19",
"tailwindcss": "^4.1.18",
"valtio": "^2.3.0"
"react-hook-form": "^7.52.1",
"react-resizable-panels": "^2.0.22",
"recharts": "^3.7.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"ulid": "^3.0.2",
"valtio": "^2.3.0",
"vaul": "^0.9.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
@@ -74,12 +88,14 @@
"@biomejs/biome": "2.3.14",
"@playwright/test": "^1.58.2",
"@react-dev-inspector/vite-plugin": "^2.0.1",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-router-devtools": "^1.158.1",
"@tanstack/router-vite-plugin": "^1.158.1",
"@types/bun": "latest",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.3",
"autoprefixer": "^10.4.24",
"openapi-typescript": "^7.10.1",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",