cli/cmd/core-demo/public/package.json
Snider 9ef000853e feat: add lthn-desktop as default GUI and restructure build targets
- Set lthn-desktop as the default gui build target (port 9247)
- Add core-demo GUI with Vite frontend (port 9245)
- Configure core-gui on port 9246 to avoid conflicts
- Update .gitignore for lthn-desktop and core-demo artifacts
- Include lthn-desktop Angular frontend with Monaco editor and Claude panel
- Add frontend.old directory preserving original lthn-desktop pages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 14:40:33 +00:00

17 lines
352 B
JSON

{
"name": "core-app",
"version": "0.0.0",
"scripts": {
"start": "vite",
"build": "vite build",
"build:dev": "vite build --mode development"
},
"dependencies": {
"@tailwindplus/elements": "^1.0.18",
"@wailsio/runtime": "^3.0.0-alpha.72"
},
"devDependencies": {
"tailwindcss": "^4.1.14",
"vite": "^7.1.12"
}
}