summary history files

frontend/package.json
{
  "name": "frontend",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "type-check": "vue-tsc --noEmit",
    "build-check": "vue-tsc --noEmit && vite build",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "@xterm/addon-fit": "^0.10.0",
    "@xterm/addon-web-links": "^0.11.0",
    "@xterm/xterm": "^5.5.0",
    "js-yaml": "^4.1.0",
    "vue": "^3.2.37"
  },
  "devDependencies": {
    "@types/node": "^22.13.8",
    "@vitejs/plugin-vue": "^3.2.0",
    "@vue/cli-plugin-typescript": "^5.0.8",
    "@vue/runtime-core": "^3.5.13",
    "@vue/tsconfig": "^0.7.0",
    "typescript": "^5.8.2",
    "vite": "^3.0.7"
  }
}