{ "name": "@lilith/client-intel-showcase", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "typecheck": "tsc --noEmit", "e2e": "npx playwright test" }, "dependencies": { "@lilith/client-intel-shared": "*", "@lilith/ui-feedback": "^1.0.0", "@lilith/ui-forms": "^1.0.0", "@lilith/ui-layout": "^1.1.0", "@lilith/ui-motion": "^1.0.0", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-router": "^1.0.0", "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-theme": "^1.3.5", "@tanstack/react-query": "^5.90.19", "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@lilith/playwright-e2e-docker": "^2.0.2", "@playwright/test": "^1.52.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.5.2", "typescript": "^5.9.3", "vite": "^7.3.1" } }