mirror of
https://github.com/Whispergate/Hecate
synced 2026-06-06 16:57:58 +00:00
31 lines
763 B
JSON
31 lines
763 B
JSON
{
|
|
"name": "hecate",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Hecate — WhisperGate custom UI for Mythic C2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext ts,tsx"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.10.0",
|
|
"graphql": "^16.8.1",
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0",
|
|
"react-router-dom": "^6.23.0",
|
|
"zustand": "^4.5.2",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-fit": "^0.8.0",
|
|
"xterm-addon-web-links": "^0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
} |