socktop-webterm/package.json
jasonwitty 6e48c095ab Initial commit: Socktop WebTerm with k3s deployment
- Multi-architecture Docker image (ARM64 + AMD64)
- Kubernetes manifests for 3-replica deployment
- Traefik ingress configuration
- NGINX Proxy Manager integration
- ConfigMap-based configuration
- Automated build and deployment scripts
- Session monitoring tools
2025-11-28 01:31:33 -08:00

7 lines
92 B
JSON

{
"dependencies": {
"@xterm/xterm": "^5.3.0",
"@xterm/addon-fit": "^0.10.0"
}
}