{ "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": { "@vitejs/plugin-vue": "^4.2.3", "@stripe/stripe-js": "^1.3.0", "@vueuse/core": "^11.2.0", "frappe-ui": "^v0.1.72", "tailwindcss": "^3.3.3", "vite": "^4.4.9", "vue": "^3.4.12", "vue-router": "^4.2.2" }, "devDependencies": { "autoprefixer": "^10.4.14", "postcss": "^8.4.5" } }