Template
mirror of
https://github.com/lexogrine/dota2-react-hud.git
synced 2026-09-17 04:58:31 +02:00
added camera system
This commit is contained in:
+8
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lexogrine_dota2_hud",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"homepage": "./",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@@ -14,8 +14,10 @@
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-scripts": "4.0.0",
|
||||
"simple-peer": "^9.11.0",
|
||||
"socket.io-client": "^4.1.3",
|
||||
"typescript": "3.6.4"
|
||||
"typescript": "3.6.4",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"scripts": {
|
||||
@@ -44,9 +46,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/history": "^4.7.5",
|
||||
"@types/simple-peer": "^9.11.3",
|
||||
"@types/socket.io-client": "^1.4.32",
|
||||
"@types/uuid": "^8.3.3",
|
||||
"internal-ip": "^6.2.0",
|
||||
"npm-build-zip": "^1.0.2",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"npm-build-zip": "^1.0.2",
|
||||
"open": "^8.0.2",
|
||||
"sass": "^1.32.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user