telepresence and animation menus

This commit is contained in:
2026-04-19 22:55:40 +03:00
parent 07f26e3906
commit 9b4cff9af1
7 changed files with 1349 additions and 361 deletions

7
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"dotenv": "^17.4.2",
"express": "^4.18.2",
"golden-layout": "^2.6.0",
"ws": "^8.14.2"
}
},
@@ -371,6 +372,12 @@
"node": ">= 0.4"
}
},
"node_modules/golden-layout": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/golden-layout/-/golden-layout-2.6.0.tgz",
"integrity": "sha512-sIVQCiRWOymHbVD1Aw/T9/ijbPYAVGBlgGYd1N9MRKfcyBNSpjr87Vg9nSHm+RCT8ELrvK8IJYJV0QRJuVUkCQ==",
"license": "MIT"
},
"node_modules/gopd": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",