chore: add three.js dependency for 3D aircraft model

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
itsrubberduck
2026-02-20 18:28:32 +01:00
parent 3b13e2448a
commit 4493642d4d
2 changed files with 75 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
"nuxt-mongoose": "^1.0.6",
"openai": "^6.22.0",
"pinia": "^3.0.4",
"three": "^0.183.1",
"vue": "^3.5.28",
"vue-router": "^5.0.2",
"vuetify": "^3.11.8",
@@ -39,6 +40,7 @@
"packageManager": "yarn@4.9.4",
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.28",
"@types/three": "^0.183.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"