Build MVP with Pi installer and atomic updates

This commit is contained in:
2026-07-31 18:17:27 +02:00
parent e575ed2b2f
commit c52def7c37
35 changed files with 7762 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "@pi-car/web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1",
"lint": "eslint src vite.config.ts",
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests",
"build": "tsc --noEmit && vite build"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"vite": "^7.0.6"
}
}