mirror of
https://github.com/Whispergate/Hecate
synced 2026-06-06 16:57:58 +00:00
34 lines
966 B
JSON
34 lines
966 B
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.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-web-links":"^0.11.0",
|
|
"graphql": "^16.8.1",
|
|
"graphql-ws": "^5.16.0",
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0",
|
|
"react-router-dom": "^6.23.0",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"typescript": "^5.4.0",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|