2026-02-06 09:01:35 +07:00
|
|
|
{
|
|
|
|
|
"name": "web-dashboard",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-02-09 05:46:54 +07:00
|
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
2026-02-09 08:16:21 +07:00
|
|
|
"@radix-ui/react-switch": "^1.1.2",
|
2026-02-09 05:46:54 +07:00
|
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
2026-02-06 09:01:35 +07:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2026-02-09 05:46:54 +07:00
|
|
|
"date-fns": "^4.1.0",
|
|
|
|
|
"geist": "^1.7.0",
|
2026-02-06 09:01:35 +07:00
|
|
|
"lucide-react": "^0.563.0",
|
2026-02-09 05:46:54 +07:00
|
|
|
"mermaid": "^11.12.2",
|
2026-02-06 09:01:35 +07:00
|
|
|
"next": "16.1.6",
|
|
|
|
|
"radix-ui": "^1.4.3",
|
|
|
|
|
"react": "19.2.3",
|
|
|
|
|
"react-dom": "19.2.3",
|
2026-02-09 05:46:54 +07:00
|
|
|
"react-markdown": "^10.1.0",
|
2026-02-06 09:01:35 +07:00
|
|
|
"recharts": "^2.15.4",
|
2026-02-09 05:46:54 +07:00
|
|
|
"remark-gfm": "^4.0.1",
|
2026-02-06 09:01:35 +07:00
|
|
|
"tailwind-merge": "^3.4.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.1.6",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"tw-animate-css": "^1.4.0",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|