Initial commit: Vue.js тир управления система

- Клиентская часть Vue 3 + Vite
- Серверная часть Node.js + WebSocket
- Система авторизации и смен
- Управление игровыми портами
- Поддержка тем (светлая/темная)
- Адаптивный дизайн

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-19 12:24:22 +03:00
commit 3e90269b0b
158 changed files with 29364 additions and 0 deletions

19
server/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "old_server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production node index.js",
"dev": "NODE_ENV=development node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"node-internet-radio": "^0.2.1",
"serialport": "^13.0.0",
"ws": "^8.18.2"
}
}