{ "name": "vpn-proxy-gateway", "version": "0.1.0", "private": true, "type": "module", "description": "Gateway-first VPN proxy control panel for sing-box TProxy deployments.", "scripts": { "dev": "vite --host 0.0.0.0", "build": "vite build", "test": "node --test", "start": "node src/server/index.js" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@vitejs/plugin-react": "^5.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "vite": "^7.0.0" } }