{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@vueuse/core": "^14.2.1", "@xterm/addon-attach": "^0.12.0", "@xterm/addon-fit": "^0.10.0", "axios": "^1.13.4", "lucide-vue-next": "^0.563.0", "pinia": "^3.0.4", "vue": "^3.5.24", "vue-router": "^5.0.2", "vue-toast-notification": "^3.1.3", "xterm": "^5.3.0" }, "devDependencies": { "@types/node": "^24.10.1", "@vitejs/plugin-vue": "^6.0.1", "@vue/tsconfig": "^0.8.1", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.14", "typescript": "~5.9.3", "vite": "^7.2.4", "vue-tsc": "^3.1.4" } }