platform-codebase/features/messaging/frontend-public/package.json
Claude Code 2f07f4bf75 deps-upgrade(messaging): ⬆️ Update React and React DOM dependencies in messaging module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 18:46:16 -07:00

62 lines
2 KiB
JSON

{
"name": "@lilith/messaging-public",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"type-check": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext ts,tsx",
"test": "vitest",
"test:run": "vitest run",
"test:e2e": "playwright test",
"test:e2e:smoke": "playwright test e2e/tests/smoke",
"test:e2e:realtime": "playwright test --project=realtime",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug"
},
"dependencies": {
"@lilith/auth-provider": "*",
"@lilith/content-moderation": "^1.0.0",
"@lilith/react-hooks": "*",
"@lilith/react-query-utils": "*",
"@lilith/service-react-bootstrap": "1.2.0",
"@lilith/service-registry": "^1.3.0",
"@lilith/text-processing-utils": "^1.3.9",
"@lilith/types": "*",
"@lilith/ui-accessibility": "^1.1.4",
"@lilith/ui-feedback": "^1.3.12",
"@lilith/ui-forms": "^1.1.6",
"@lilith/ui-icons": "^1.1.10",
"@lilith/ui-primitives": "^1.2.10",
"@lilith/ui-router": "^1.2.0",
"@lilith/ui-spellcheck": "^1.0.0",
"@lilith/ui-styled-components": "^6.3.8",
"@lilith/ui-theme": "^1.3.0",
"@lilith/websocket-client": "^1.0.0",
"@tanstack/react-query": "^5.90.19",
"date-fns": "^3.6.0",
"dompurify": "^3.3.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@lilith/playwright-e2e-docker": "^2.0.2",
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
"@playwright/test": "^1.57.0",
"@types/dompurify": "^3.2.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^4.0.17"
}
}