{ "name": "@urbanlifeline/platform", "version": "1.0.0", "type": "module", "private": true, "scripts": { "dev": "vite --port 5001 --host", "build": "vue-tsc && vite build", "preview": "vite preview --port 5001" }, "dependencies": { "vue": "^3.5.13", "vue-router": "^4.5.0", "pinia": "^2.2.8", "element-plus": "^2.9.1", "@vueuse/core": "^11.3.0", "axios": "^1.7.9" }, "devDependencies": { "@types/node": "^22.0.0", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", "typescript": "^5.7.2", "vite": "^6.0.3", "vue-tsc": "^2.2.0" } }