{ "name": "digital-human-interview", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@types/crypto-js": "^4.2.2", "crypto-js": "^4.2.0", "lottie-web": "^5.12.2", "socket.io-client": "^4.7.2", "video.js": "^8.6.1", "vue": "^3.4.38", "vue-router": "^4.2.5" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.3", "autoprefixer": "^10.4.16", "postcss": "^8.4.31", "tailwindcss": "^3.3.5", "typescript": "^5.5.3", "vite": "^5.4.2", "vue-tsc": "^2.1.4" } }