Needs fixing , animator UI

This commit is contained in:
2026-05-12 00:30:45 +03:00
parent 9b4cff9af1
commit 3910255f30
9 changed files with 7934 additions and 0 deletions

38
package-lock.json generated
View File

@@ -8,12 +8,44 @@
"name": "re-commander",
"version": "1.0.0",
"dependencies": {
"@theatre/core": "^0.7.2",
"@theatre/studio": "^0.7.2",
"dotenv": "^17.4.2",
"express": "^4.18.2",
"golden-layout": "^2.6.0",
"ws": "^8.14.2"
}
},
"node_modules/@theatre/core": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@theatre/core/-/core-0.7.2.tgz",
"integrity": "sha512-IDQa/6WY7mIJAtsSd4EgNcM0IUZkl+FrqZ8DdYiCVTFap9ARDNmrngJOeFjJOsnnaHlc5GdEB/jj7fsjbIrAzQ==",
"license": "Apache-2.0",
"dependencies": {
"@theatre/dataverse": "0.7.2"
}
},
"node_modules/@theatre/dataverse": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@theatre/dataverse/-/dataverse-0.7.2.tgz",
"integrity": "sha512-YyfoyX7EyhFUY2OM5fsM0LPrs1SdgLwpiTMkkvTIoZLdOwvQhstjYq4Yz/8ZncJlRoTWvakfmgvCaBN+QuBYxg==",
"license": "Apache-2.0",
"dependencies": {
"lodash-es": "^4.17.21"
}
},
"node_modules/@theatre/studio": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@theatre/studio/-/studio-0.7.2.tgz",
"integrity": "sha512-p6LTKzJWVlcHkpGzIlNHh9AkGbB3E+0q9Pjxv+OJoTDe1IK+CMKW695Wp+1//lB4vfC9qShe4z/p+Zaj1q8KtA==",
"license": "AGPL-3.0-only",
"dependencies": {
"@theatre/dataverse": "0.7.2"
},
"peerDependencies": {
"@theatre/core": "*"
}
},
"node_modules/accepts": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
@@ -461,6 +493,12 @@
"node": ">= 0.10"
}
},
"node_modules/lodash-es": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
"integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
"license": "MIT"
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",