{ "name": "proxmoxpanel-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview" }, "dependencies": { "vue": "^3.5.13", "vue-router": "^4.5.0", "pinia": "^2.3.0", "vue-i18n": "^11.0.0", "@xterm/xterm": "^5.5.0", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-attach": "^0.11.0", "@codemirror/state": "^6.5.1", "@codemirror/view": "^6.36.3", "@codemirror/commands": "^6.8.0", "@codemirror/language": "^6.10.8", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.10", "@codemirror/lang-python": "^6.1.7", "@codemirror/lang-markdown": "^6.3.2", "@codemirror/theme-one-dark": "^6.1.2", "vue-draggable-plus": "^0.6.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", "typescript": "^5.7.3", "vite": "^6.3.3", "vue-tsc": "^2.2.10" } }