{ "name": "@thebet365/agent", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite --port 5175", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "axios": "^1.7.9", "element-plus": "^2.9.3", "vue": "^3.5.13", "vue-router": "^4.5.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", "typescript": "^5.7.3", "vite": "^6.0.11", "vue-tsc": "^2.2.0" } }