Scaffold LogicSRC and CommandBoard plugins

This commit is contained in:
Anthony Ettinger 2026-06-06 11:24:02 +00:00
parent 59927e140c
commit 5c9ea821f6
67 changed files with 5958 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"name": "@logicsrc/commandboard-web",
"version": "0.1.0",
"description": "CommandBoard.run PWA shell.",
"type": "module",
"scripts": {
"build": "node scripts/check-assets.js",
"dev": "vite --host 0.0.0.0"
},
"dependencies": {
"@vitejs/plugin-react": "^5.1.1",
"vite": "^7.2.6",
"typescript": "^5.9.3"
},
"devDependencies": {}
}