Adds the desktop web assistant app (Vite + React) with OpenClaw bridge proxy and exposes it on the local network (host: 0.0.0.0, port 5174). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
474 B
JSON
25 lines
474 B
JSON
{
|
|
"name": "homeai-desktop",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"tailwindcss": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"vite": "^8.0.0-beta.13"
|
|
},
|
|
"overrides": {
|
|
"vite": "^8.0.0-beta.13"
|
|
}
|
|
}
|