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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user