{ "name": "cloud-portal-ui", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build --base=/assets/cloud_portal/frontend/ && yarn copy-html-entry", "copy-html-entry": "cp ../cloud_portal/public/frontend/index.html ../cloud_portal/www/portal.html", "serve": "vite preview" }, "dependencies": { "@vitejs/plugin-vue": "^4.2.3", "frappe-ui": "0.1.265", "vite": "^4.4.9", "vue": "^3.5.13", "vue-router": "^4.2.2" }, "devDependencies": { "autoprefixer": "^10.4.14", "postcss": "^8.4.5", "tailwindcss": "^3.4.15" } }