{ "name": "web-ui", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@fontsource/inter": "^5.2.8", "@fontsource/jetbrains-mono": "^5.2.8", "@guolao/vue-monaco-editor": "^1.6.0", "@tailwindcss/vite": "^4.1.18", "@tanstack/vue-table": "^8.21.3", "@vueuse/core": "^14.1.0", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "apexcharts": "^5.3.6", "chart.js": "^4.5.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lucide-react": "^0.562.0", "lucide-vue-next": "^0.562.0", "monaco-editor": "^0.52.0", "pako": "^2.1.0", "radix-vue": "^1.9.17", "reka-ui": "^2.6.1", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.18", "vaul-vue": "^0.4.1", "vue": "^3.5.24", "vue-chartjs": "^5.3.3", "vue-router": "^4.6.4", "vue-sonner": "^2.0.9", "vue3-apexcharts": "^1.10.0", "xterm": "^5.3.0" }, "devDependencies": { "@types/node": "^24.10.1", "@types/pako": "^2.0.4", "@vitejs/plugin-vue": "^6.0.1", "@vue/tsconfig": "^0.8.1", "tw-animate-css": "^1.4.0", "typescript": "~5.9.3", "vite": "^7.2.4", "vite-plugin-static-copy": "^2.3.0", "vue-tsc": "^3.1.4" }, "overrides": { "vite-plugin-static-copy": { "vite": "$vite" } } }