{ "name": "@lilith/streaming-standalone", "private": true, "type": "module", "scripts": { "dev": "vite", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui" }, "dependencies": { "msw": "^2.12.7", "react": "^19.1.0", "react-dom": "^19.1.0", "@lilith/ui-router": "^1.3.2", "@lilith/ui-styled-components": "^6.3.9", "@lilith/ui-motion": "^2.2.0", "tslib": "^2.8.1" }, "devDependencies": { "@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", "@playwright/test": "^1.52.0" } }