{ "name": "mateclaw-ui", "version": "1.7.0-SNAPSHOT", "private": true, "type": "module", "description": "MateClaw - Personal AI Assistant Web Console", "scripts": { "dev": "vite", "build": "bash ../scripts/check-snowflake-precision.sh && node --max-old-space-size=6144 ./node_modules/vue-tsc/bin/vue-tsc.js --noEmit && node --max-old-space-size=6144 ./node_modules/vite/bin/vite.js build", "preview": "vite preview", "lint": "eslint src --ext .ts,.vue --fix && bash ../scripts/check-snowflake-precision.sh", "lint:precision": "bash ../scripts/check-snowflake-precision.sh", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", "@google/model-viewer": "^4.2.0", "@guolao/vue-monaco-editor": "^1.6.0", "@intlify/core-base": "9.14.4", "@vue-flow/background": "^1.3.2", "@vue-flow/controls": "^1.1.3", "@vue-flow/core": "^1.48.2", "@vue-flow/minimap": "^1.5.4", "axios": "^1.7.9", "cytoscape": "^3.32.0", "cytoscape-cose-bilkent": "^4.1.0", "dagre": "^0.8.5", "dayjs": "^1.11.13", "dompurify": "^3.3.3", "echarts": "^6.0.0", "element-plus": "^2.9.1", "highlight.js": "^11.11.1", "katex": "^0.16.45", "marked": "^15.0.6", "marked-highlight": "^2.2.3", "mermaid": "^11.14.0", "monaco-editor": "^0.55.1", "pinia": "^3.0.1", "pixelarticons": "2.1.0", "vue": "^3.5.13", "vue-i18n": "9.14.4", "vue-router": "^4.5.0" }, "devDependencies": { "@tailwindcss/vite": "^4.2.2", "@types/dagre": "^0.7.54", "@types/katex": "^0.16.8", "@vitejs/plugin-vue": "^6.0.5", "@vue/tsconfig": "^0.7.0", "autoprefixer": "^10.4.20", "eslint": "^9.18.0", "eslint-plugin-vue": "^9.32.0", "happy-dom": "^20.9.0", "rollup-plugin-visualizer": "^7.0.1", "tailwindcss": "^4.0.6", "typescript": "~5.7.2", "vite": "^7.3.1", "vitest": "^4.1.7", "vue-tsc": "^3.2.6" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "vue-demi" ] } }