{ "name": "@nexus-terminal/frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview" }, "dependencies": { "axios": "^1.8.4", "monaco-editor": "^0.52.2", "pinia": "^3.0.2", "pinia-plugin-persistedstate": "^4.2.0", "vite-plugin-monaco-editor": "^1.1.0", "vue": "^3.3.0", "vue-i18n": "^9.14.4", "vue-router": "^4.5.0", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", "xterm-addon-web-links": "^0.9.0" }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.0", "typescript": "^5.0.0", "vite": "^4.4.0", "vue-tsc": "^1.8.0" } }