58 lines
2 KiB
JSON
Executable file
58 lines
2 KiB
JSON
Executable file
{
|
|
"name": "@conversation-assistant/frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:debug": "playwright test --debug",
|
|
"test:e2e:report": "playwright show-report",
|
|
"test:e2e:integration": "playwright test --config=playwright.e2e.config.ts",
|
|
"test:e2e:docker": "sh -c 'docker compose -f ../docker-compose.e2e.yml up --build --abort-on-container-exit --exit-code-from e2e-tests; c=$?; docker compose -f ../docker-compose.e2e.yml down -v; exit $c'"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/auth-provider": "workspace:*",
|
|
"@lilith/service-react-bootstrap": "^1.2.0",
|
|
"@lilith/types": "workspace:^",
|
|
"@lilith/ui-data": "^1.1.2",
|
|
"@lilith/ui-developer-fab": "workspace:*",
|
|
"@lilith/ui-feedback": "1.2.0",
|
|
"@lilith/ui-forms": "^1.1.6",
|
|
"@lilith/ui-messaging": "^1.1.1",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-theme": "1.3.3",
|
|
"@lilith/ui-utils": "^1.1.2",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"lucide-react": "^0.553.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-router-dom": "^6.30.3",
|
|
"styled-components": "^6.3.8",
|
|
"zustand": "^4.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/playwright-e2e-docker": "^2.0.2",
|
|
"@playwright/test": "^1.57.0",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^14.3.1",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/styled-components": "^5.1.36",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"@vitest/ui": "^4.0.17",
|
|
"jsdom": "^23.2.0",
|
|
"msw": "^2.12.7",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^5.4.21",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
}
|