Files
ProxMenux/AppImage/package.json

81 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2025-09-28 19:40:23 +02:00
{
2025-11-11 19:20:59 +01:00
"name": "ProxMenux-Monitor",
"version": "1.2.2",
2025-09-28 23:09:31 +02:00
"description": "Proxmox System Monitoring Dashboard",
2025-09-28 19:40:23 +02:00
"private": true,
"scripts": {
2025-09-28 23:05:59 +02:00
"dev": "next dev",
2025-09-28 23:09:31 +02:00
"build": "next build",
"start": "next start",
2025-09-29 18:16:01 +02:00
"lint": "next lint",
2025-09-29 18:47:18 +02:00
"export": "next build"
2025-09-28 19:40:23 +02:00
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
"@radix-ui/react-aspect-ratio": "1.1.1",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-context-menu": "2.2.4",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-hover-card": "1.1.4",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-menubar": "1.1.4",
"@radix-ui/react-navigation-menu": "1.2.3",
"@radix-ui/react-popover": "1.1.4",
2025-09-28 23:09:31 +02:00
"@radix-ui/react-progress": "1.1.1",
2025-09-28 19:40:23 +02:00
"@radix-ui/react-radio-group": "1.2.2",
2025-09-28 23:09:31 +02:00
"@radix-ui/react-scroll-area": "1.2.2",
"@radix-ui/react-select": "2.1.4",
2025-09-28 19:40:23 +02:00
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slider": "1.2.2",
2025-09-28 23:09:31 +02:00
"@radix-ui/react-slot": "1.1.1",
2025-09-28 19:40:23 +02:00
"@radix-ui/react-switch": "1.1.2",
2025-09-28 23:09:31 +02:00
"@radix-ui/react-tabs": "1.1.2",
2025-09-28 19:40:23 +02:00
"@radix-ui/react-toast": "1.2.4",
"@radix-ui/react-toggle": "1.1.1",
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "1.1.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"date-fns": "4.1.0",
2026-05-20 18:14:32 +02:00
"dompurify": "^3.2.7",
2025-09-28 19:40:23 +02:00
"embla-carousel-react": "8.5.1",
2026-05-20 18:14:32 +02:00
"marked": "^15.0.7",
2025-09-28 23:09:31 +02:00
"geist": "^1.3.1",
2025-09-28 19:40:23 +02:00
"input-otp": "1.4.1",
"lucide-react": "^0.454.0",
Bump Next.js to 15.1.9 + doc nav handles in-page anchors + help_info_menu Three changes that fold into the v1.2.2 release PR: 1. AppImage: bump Next.js 15.1.6 -> 15.1.9 (CVE-2025-55182) GHSA-9qr9-h5gf-34mp / React2Shell is a pre-auth RCE in React Server Components when Server Functions deserialize attacker payloads. The ProxMenux Monitor ships Next.js in `output: "export"` mode behind Flask on :8008, so there is no runtime Next.js server and no "use server" directive in the source tree — the exploitable path is not reachable. Bumping to 15.1.9 anyway because OpenVAS and similar scanners flag the version string from the JS bundle regardless of architecture; raising the floor removes false-positive noise across every install. Reported by @rost43 in #219. 2. web/components/ui/doc-navigation.tsx: handle sidebar entries that point to in-page anchors. The Storage Share Manager sidebar has entries for `/docs/storage-share#host` and `/docs/storage-share#lxc-net` as section headers, but usePathname() does not include the hash so every visit collapsed to the parent page. As a result Next/Previous on /docs/storage-share stayed stuck at #host, and Next from .../lxc-mount-points/ pointed back at #host instead of #lxc-net. Read window.location.hash on mount (and on hashchange) and try the pathname+hash match before falling back to the pathname-only lookup. SSR hydrates with an empty hash and refreshes once mounted — brief render before hydration is the same as the previous behaviour, so no regression. 3. scripts/help_info_menu.sh: user-side improvement (mirrored from develop). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-01 22:31:12 +02:00
"next": "15.1.9",
2025-09-28 23:09:31 +02:00
"next-themes": "^0.4.6",
"react": "^19",
2025-09-28 19:40:23 +02:00
"react-day-picker": "9.8.0",
2025-09-28 23:09:31 +02:00
"react-dom": "^19",
2025-09-28 19:40:23 +02:00
"react-hook-form": "^7.60.0",
"react-resizable-panels": "^2.1.7",
2025-09-28 23:09:31 +02:00
"recharts": "2.15.4",
2025-12-01 01:07:41 +01:00
"socket.io-client": "^4.8.1",
2025-09-28 19:40:23 +02:00
"sonner": "^1.7.4",
2025-10-04 19:28:13 +02:00
"swr": "^2.2.5",
2025-09-28 23:09:31 +02:00
"tailwind-merge": "^3.3.1",
2025-09-28 19:40:23 +02:00
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.9",
2026-03-15 16:40:28 +01:00
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
2025-09-28 19:40:23 +02:00
"zod": "3.25.67"
},
"devDependencies": {
2026-05-20 18:14:32 +02:00
"@types/dompurify": "^3.0.5",
2025-09-28 19:40:23 +02:00
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
2025-09-29 22:59:10 +02:00
"autoprefixer": "^10.4.20",
2025-09-28 19:40:23 +02:00
"postcss": "^8.5",
2025-09-29 22:59:10 +02:00
"tailwindcss": "^3.4.1",
2025-09-28 19:40:23 +02:00
"typescript": "^5"
}
2025-09-28 23:09:31 +02:00
}