{ "name": "world-component", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { "axios": "^1.4.0", "ramda": "^0.29.0", "three": "^0.153.0", "three-orbitcontrols-ts": "^0.1.2", "vue": "^3.3.4", "vue-facing-decorator": "^2.1.20" }, "devDependencies": { "@types/three": "^0.152.1", "@vitejs/plugin-vue": "^4.2.3", "typescript": "^5.1.5", "vite": "^4.3.9", "vue-tsc": "^1.8.3" } }