{ "name": "frappe-ui-frontend", "private": true, "version": "0.0.0", "scripts": { "dev": "vite --host", "build": "vite build", "preview": "vite preview" }, "dependencies": { "dayjs": "^1.11.6", "feather-icons": "^4.28.0", "frappe-ui": "^0.1.22", "lucide-vue-next": "^0.259.0", "markdown-it": "^14.0.0", "pinia": "^2.0.33", "tailwindcss": "^3.2.7", "socket.io-client": "^4.7.2", "vue": "^3.2.25", "vue-router": "^4.0.12" }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.0", "autoprefixer": "^10.4.2", "postcss": "^8.4.5", "vite": "^5.0.11" } }