Files
2026-05-26 21:44:06 +02:00

36 lines
1.0 KiB
JSON

{
"name": "hecate",
"version": "0.1.0",
"private": true,
"description": "Hecate — WhisperGate custom UI for Mythic C2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@apollo/client": "^3.14.0",
"@xterm/xterm": "^5.5.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links":"^0.11.0",
"@xyflow/react": "^12.10.0",
"graphql": "^16.8.1",
"graphql-ws": "^5.16.0",
"js-yaml": "^4.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.0.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "^5.9.0",
"vite": "^6.0.0"
}
}