{ "name": "devfront", "private": true, "version": "0.0.0", "type": "module", "engines": { "node": ">=24.0.0" }, "scripts": { "dev": "vite --host 127.0.0.1", "build": "tsc -b && vite build", "lint": "biome check .", "preview": "vite preview", "test": "playwright test", "test:unit": "vitest run", "test:roles": "playwright test tests/devfront-role-switch-report.spec.ts", "test:ui": "playwright test --ui" }, "dependencies": { "@radix-ui/react-avatar": "^1.1.4", "@radix-ui/react-scroll-area": "^1.1.2", "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-switch": "^1.1.2", "@tanstack/react-query": "^5.66.8", "@tanstack/react-query-devtools": "^5.66.8", "axios": "^1.7.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.563.0", "oidc-client-ts": "^3.4.1", "react": "^19.2.0", "react-dom": "^19.2.0", "react-hook-form": "^7.71.1", "react-oidc-context": "^3.3.0", "react-router-dom": "^6.28.2", "tailwind-merge": "^3.4.0", "zod": "^3.24.1" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@playwright/test": "^1.58.0", "@types/node": "^24.10.1", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "autoprefixer": "^10.4.23", "jsdom": "^28.1.0", "postcss": "^8.5.6", "tailwindcss": "^3.4.14", "tailwindcss-animate": "^1.0.7", "typescript": "~5.9.3", "vite": "^8.0.3", "vitest": "^4.1.5" } }