{ "name": "oci-portal-dash", "private": true, "version": "0.8.2", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "typecheck": "vue-tsc --noEmit", "lint": "eslint . --fix", "test": "vitest run", "format": "prettier --write src/" }, "dependencies": { "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-go": "^6.0.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-javascript": "^6.2.5", "@codemirror/lang-json": "^6.0.2", "@codemirror/lang-markdown": "^6.5.1", "@codemirror/lang-python": "^6.2.1", "@codemirror/lang-sql": "^6.10.0", "@codemirror/lang-xml": "^6.1.0", "@codemirror/lang-yaml": "^6.1.3", "@codemirror/legacy-modes": "^6.5.3", "@novnc/novnc": "^1.7.0", "@prettier/plugin-xml": "^3.4.2", "@vue-office/docx": "^1.6.3", "@vue-office/excel": "^1.7.14", "@vue-office/pdf": "^2.0.10", "@vue-office/pptx": "^1.0.1", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", "codemirror": "^6.0.2", "dompurify": "^3.4.12", "echarts": "^6.1.0", "highlight.js": "^11.11.1", "marked": "^18.0.6", "marked-highlight": "^2.2.4", "naive-ui": "^2.41.0", "pinia": "^2.3.0", "vue": "^3.5.13", "vue-echarts": "^8.0.1", "vue-router": "^4.5.0" }, "devDependencies": { "@iconify-json/catppuccin": "^1.2.17", "@tailwindcss/vite": "^4.0.0", "@tsconfig/node22": "^22.0.0", "@types/node": "^22.10.7", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.3.0", "@vue/tsconfig": "^0.7.0", "eslint": "^9.18.0", "eslint-plugin-vue": "^9.32.0", "happy-dom": "^20.11.0", "prettier": "^3.9.5", "tailwindcss": "^4.0.0", "typescript": "~5.7.3", "vite": "^6.0.7", "vite-plugin-pwa": "^1.3.0", "vitest": "^4.1.10", "vue-tsc": "^2.2.0" } }