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