{ "name": "@lilith/status-dashboard-frontend", "version": "1.0.0", "private": true, "description": "Public status page for lilith-platform health monitoring", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui" }, "dependencies": { "@lilith/health-client": "workspace:*", "@lilith/ui-theme": "workspace:*", "@lilith/ui-admin": "workspace:*", "@lilith/ui-primitives": "workspace:*", "@lilith/ui-data": "workspace:*", "@lilith/ui-feedback": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^7.11.0", "socket.io-client": "^4.6.0", "styled-components": "^6.1.8" }, "devDependencies": { "@playwright/test": "^1.49.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-v8": "^2.1.9", "autoprefixer": "^10.4.16", "jsdom": "^25.0.1", "postcss": "^8.4.32", "tailwindcss": "^3.4.0", "typescript": "^5.1.3", "vite": "^5.0.0", "vitest": "^2.1.9" } }