{ "name": "billing-ui", "private": true, "version": "0.0.0", "scripts": { "dev": "vite", "build": "vite build --base=/assets/frappe/billing/ && yarn copy-html-entry", "copy-html-entry": "cp ../frappe/public/billing/index.html ../frappe/www/billing.html", "serve": "vite preview" }, "dependencies": { "frappe-ui": "^v0.1.72", "tailwindcss": "^3.3.3", "vue": "^3.4.12" }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "autoprefixer": "^10.4.14", "postcss": "^8.4.5", "vite": "^4" } }