feat: add RoomIllustrationReact component and update TypeScript configuration

- Introduced a new React component  in  that wraps the  element.
- Updated TypeScript configuration to change module resolution from \node\ to \bundler\ and included a new JavaScript file for type checking.
- Updated  to add new dependencies including , , and others for improved functionality and compatibility.
This commit is contained in:
2026-04-22 16:49:03 +05:45
parent 39ead94535
commit daaa5bd7ad
14 changed files with 3474 additions and 27 deletions

View File

@@ -47,9 +47,15 @@
"react": "^18.0.0"
},
"dependencies": {
"@types/pako": "^2.0.4",
"@types/three": "^0.184.0",
"axios": "^1.15.2",
"javascript-obfuscator": "^5.4.1",
"lit": "^3.2.0",
"rollup-plugin-obfuscator": "^1.1.0"
"pako": "^2.1.0",
"pure-rand": "^8.4.0",
"rollup-plugin-obfuscator": "^1.1.0",
"three": "^0.184.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",