skills/prototypes/pi-web-ui-lan/package.json
dan 131fb86852 feat(prototypes): add pi-web-ui-lan prototype
LAN-accessible web UI for pi agent interaction.
2026-01-24 09:40:43 -08:00

23 lines
512 B
JSON

{
"name": "pi-web-ui-lan",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:lan": "vite --host 0.0.0.0 --port 5173",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0 --port 5173"
},
"dependencies": {
"@mariozechner/pi-agent-core": "^0.49.3",
"@mariozechner/pi-ai": "^0.49.3",
"@mariozechner/pi-web-ui": "^0.49.3",
"lit": "^3.3.1"
},
"devDependencies": {
"typescript": "^5.7.3",
"vite": "^7.1.6"
}
}