game designer

This commit is contained in:
2025-03-20 17:17:50 +02:00
parent 73ca07bcc0
commit 14f97924d3
11 changed files with 291 additions and 83 deletions
+12 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pronature-platform",
"version": "0.0.0",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pronature-platform",
"version": "0.0.0",
"version": "0.2.0",
"dependencies": {
"@mdi/font": "7.4.47",
"@vitejs/plugin-basic-ssl": "^1.1.0",
@@ -25,6 +25,7 @@
"roboto-fontface": "*",
"sharp": "^0.33.5",
"three": "^0.169.0",
"three-viewport-gizmo": "^2.2.0",
"uuid": "^11.0.2",
"vue": "^3.5.13",
"vuetify": "^3.7.16"
@@ -6623,6 +6624,15 @@
"integrity": "sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==",
"license": "MIT"
},
"node_modules/three-viewport-gizmo": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/three-viewport-gizmo/-/three-viewport-gizmo-2.2.0.tgz",
"integrity": "sha512-Jo9Liur1rUmdKk75FZumLU/+hbF+RtJHi1qsKZpntjKlCYScK6tjbYoqvJ9M+IJphrlQJF5oReFW7Sambh0N4Q==",
"license": "MIT",
"peerDependencies": {
"three": ">=0.162.0 <1.0.0"
}
},
"node_modules/through": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",