Files
harbor-net/apps/windows-client/package.json

28 lines
634 B
JSON

{
"name": "vpn-proxy-windows-client",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Standalone Windows desktop proxy management app for VPN Proxy.",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "^5.8.0",
"vite": "^7.0.0"
}
}