mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-05 06:45:35 +02:00
Merge pull request #445 from ricktonoli/patch-1
Added canvas, needed by prismarine-viewer
This commit is contained in:
commit
b59996fc1d
1 changed files with 4 additions and 3 deletions
|
@ -5,6 +5,8 @@
|
||||||
"@google/generative-ai": "^0.2.1",
|
"@google/generative-ai": "^0.2.1",
|
||||||
"@huggingface/inference": "^2.8.1",
|
"@huggingface/inference": "^2.8.1",
|
||||||
"@mistralai/mistralai": "^1.1.0",
|
"@mistralai/mistralai": "^1.1.0",
|
||||||
|
"canvas": "^3.1.0",
|
||||||
|
"express": "^4.18.2",
|
||||||
"google-translate-api-x": "^10.7.1",
|
"google-translate-api-x": "^10.7.1",
|
||||||
"groq-sdk": "^0.5.0",
|
"groq-sdk": "^0.5.0",
|
||||||
"minecraft-data": "^3.78.0",
|
"minecraft-data": "^3.78.0",
|
||||||
|
@ -20,11 +22,10 @@
|
||||||
"prismarine-viewer": "^1.32.0",
|
"prismarine-viewer": "^1.32.0",
|
||||||
"replicate": "^0.29.4",
|
"replicate": "^0.29.4",
|
||||||
"ses": "^1.9.1",
|
"ses": "^1.9.1",
|
||||||
"vec3": "^0.1.10",
|
|
||||||
"yargs": "^17.7.2",
|
|
||||||
"socket.io": "^4.7.2",
|
"socket.io": "^4.7.2",
|
||||||
"socket.io-client": "^4.7.2",
|
"socket.io-client": "^4.7.2",
|
||||||
"express": "^4.18.2"
|
"vec3": "^0.1.10",
|
||||||
|
"yargs": "^17.7.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "patch-package",
|
"postinstall": "patch-package",
|
||||||
|
|
Loading…
Add table
Reference in a new issue