companion/@applications/web/package.json
Claude Code d567559e1e deps-upgrade(web): ⬆️ Update web dependencies to latest versions in root and @applications/web packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-09 23:13:33 -07:00

39 lines
1.1 KiB
JSON

{
"name": "@companion/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 5850 --host",
"build": "vite build",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"preview": "vite preview --port 5850"
},
"dependencies": {
"@lilith/admin-shell": "^1.0.3-dev.2",
"@lilith/companion-client": "workspace:*",
"@lilith/ui-feedback": "^1.4.3",
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-primitives": "^1.2.19",
"@lilith/ui-router": "^1.3.2",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-theme": "^1.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.13.1"
},
"devDependencies": {
"@lilith/vite-plugin-pnpm-resolve": "^1.1.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.9.3",
"vite": "^6.0.0",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^2.1.9",
"workbox-core": "^7.4.0",
"workbox-precaching": "^7.4.0"
}
}