{ "name": "@uncaged/dashboard-frontend", "private": true, "version": "1.0.0", "type": "module", "description": "Uncaged Dashboard frontend - a real-time web interface for monitoring command execution", "repository": { "type": "git", "url": "https://git.shazhou.work/uncaged/worker-dashboard.git", "directory": "packages/frontend" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "test": "vitest run --passWithNoTests", "test:ci": "vitest run --passWithNoTests" }, "dependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^7.6.1" }, "devDependencies": { "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "@vitejs/plugin-react": "^4.4.1", "typescript": "^5.7.0", "vite": "^6.3.0" } }