platform-codebase/features/threat-intelligence/frontend-showcase/package.json
Lilith c31a209543 deps-upgrade(frontend): ⬆️ Update frontend dependencies to include latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 19:09:16 -08:00

31 lines
826 B
JSON

{
"name": "@lilith/threat-intel-showcase",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"e2e": "npx playwright test"
},
"dependencies": {
"@lilith/ui-accessibility": "^1.1.4",
"@lilith/ui-layout": "^1.1.0",
"@lilith/ui-primitives": "^1.2.10",
"@lilith/ui-styled-components": "^6.3.8",
"@lilith/ui-theme": "^1.3.5",
"@lilith/ui-typography": "^1.1.0",
"@tanstack/react-query": "^5.90.19",
"date-fns": "^4.1.0",
"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"
}
}