Юзер указал что вся документация opensource-репо должна быть на русском. Также: - .env.example комменты на русском - package.json description на русском - Описания org и repo в Gitea обновлены через API
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "rublox-player",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "Open-source веб-плеер игр Рублокса — платформы создания 3D-игр в стиле Roblox. Babylon.js 7 + React 18 + Vite 5.",
|
|
"keywords": [
|
|
"rublox",
|
|
"game-player",
|
|
"babylonjs",
|
|
"3d",
|
|
"webgl",
|
|
"react",
|
|
"vite",
|
|
"multiplayer",
|
|
"colyseus"
|
|
],
|
|
"homepage": "https://rublox.pro",
|
|
"bugs": {
|
|
"url": "https://git.rublox.pro/rublox/player/issues",
|
|
"email": "security@rublox.pro"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@git.rublox.pro:2222/rublox/player.git"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Иванкова Виктория Сергеевна (ИП)",
|
|
"email": "maksimivankov26@yandex.ru",
|
|
"url": "https://rublox.pro"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .js,.jsx --max-warnings 200",
|
|
"format": "prettier --write \"src/**/*.{js,jsx,json,md,css}\"",
|
|
"format:check": "prettier --check \"src/**/*.{js,jsx,json,md,css}\""
|
|
},
|
|
"dependencies": {
|
|
"@babylonjs/core": "7.54.3",
|
|
"@babylonjs/loaders": "7.54.3",
|
|
"axios": "1.8.4",
|
|
"colyseus.js": "0.16.22",
|
|
"jwt-decode": "4.0.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-router-dom": "7.4.0",
|
|
"socket.io-client": "^4.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@vitejs/plugin-react": "4.3.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"prettier": "^3.2.5",
|
|
"vite": "5.4.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|