Files
pi-gui/ui/package.json
T

34 lines
816 B
JSON

{
"name": "pi-status-ui",
"private": true,
"version": "0.1.0",
"description": "Standalone desktop client for Pi Status Bridge",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "ssh://git@git.commumedia.org:2222/alex/pi-gui.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:release": "tauri build --no-bundle"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2"
},
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"@tauri-apps/cli": "^2"
}
}