{ "name": "digital-human-merged", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@bddh/starling-realtime-client": "^2.0.9", "crypto-js": "^4.2.0", "element-plus": "^2.9.7", "uuid": "^9.0.1", "vue": "^3.5.13" }, "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/uuid": "^9.0.8", "@vitejs/plugin-legacy": "^5.4.3", "@vitejs/plugin-vue": "^5.2.1", "sass": "^1.97.3", "terser": "^5.48.0", "typescript": "^5.7.3", "vite": "^5.4.11", "vitest": "^4.1.8" } }