- Клиентская часть Vue 3 + Vite - Серверная часть Node.js + WebSocket - Система авторизации и смен - Управление игровыми портами - Поддержка тем (светлая/темная) - Адаптивный дизайн 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|