Started migration of frontend to Vue

This commit is contained in:
Yeicor
2024-02-08 20:59:50 +01:00
parent 56c097aea3
commit 458726d472
11 changed files with 268 additions and 69 deletions

View File

@@ -11,11 +11,13 @@
"dependencies": {
"@google/model-viewer": "^3.4.0",
"three": "^0.160.1",
"three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo"
"three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo",
"vue": "^3.4.16"
},
"devDependencies": {
"@parcel/optimizer-data-url": "2.11.0",
"@parcel/transformer-inline-string": "2.11.0",
"@parcel/transformer-vue": "2.11.0",
"@types/three": "^0.160.0",
"buffer": "^5.5.0||^6.0.0",
"parcel": "^2.11.0"