kthulu/codebase/apps/web/package.json
Lilith 19785c9783 deps-upgrade(web): ⬆️ Update web dependencies and regenerate lockfile for compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 00:32:28 -08:00

29 lines
693 B
JSON

{
"name": "@kthulu/web",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@lilith/react-terminal-themes": "^1.0.0",
"@lilith/react-terminal-ui": "^1.0.0",
"@tanstack/react-query": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"styled-components": "^6.3.11"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.5.0",
"typescript": "^5.8.0",
"vite": "^6.0.0",
"vitest": "^3.1.0"
}
}