{ "name": "astrbot-dashboard", "version": "1.0.0", "private": true, "author": "CodedThemes", "scripts": { "dev": "node scripts/subset-mdi-font.mjs && vite --host", "subset-icons": "node scripts/subset-mdi-font.mjs", "build:t2i-shiki-runtime": "node scripts/build-t2i-shiki-runtime.mjs", "build": "node scripts/subset-mdi-font.mjs && vue-tsc --noEmit && vite build", "build-stage": "node scripts/subset-mdi-font.mjs && vue-tsc --noEmit && vite build --base=/vue/free/stage/", "build-prod": "node scripts/subset-mdi-font.mjs && vue-tsc --noEmit && vite build --base=/vue/free/", "preview": "vite preview --port 5050", "typecheck": "vue-tsc --noEmit", "lint": "biome check --write", "lint:check": "biome check", "lint:unsafe": "biome check --write --unsafe", "postinstall": "node scripts/patch-dompurify.mjs" }, "dependencies": { "@guolao/vue-monaco-editor": "^1.6.0", "@hey-api/client-axios": "^0.9.1", "@lucide/vue": "^1.23.0", "@tiptap/starter-kit": "3.20.5", "@tiptap/vue-3": "3.20.5", "apexcharts": "5.10.4", "axios": "1.13.6", "axios-mock-adapter": "^2.1.0", "chance": "1.1.13", "d3": "^7.9.0", "date-fns": "4.1.0", "dompurify": "^3.3.3", "event-source-polyfill": "^1.0.31", "highlight.js": "^11.11.1", "js-md5": "^0.8.3", "katex": "^0.16.44", "lodash": "4.18.1", "markdown-it": "^14.1.1", "markstream-vue": "1.0.5-beta.0", "mermaid": "^11.14.0", "monaco-editor": "^0.55.1", "pinia": "^3.0.4", "pinyin-pro": "^3.28.0", "qrcode": "^1.5.4", "shiki": "^3.23.0", "stream-markdown": "^0.0.16", "vee-validate": "4.15.1", "vite-plugin-vuetify": "2.1.3", "vue": "3.5.31", "vue-i18n": "^11.3.0", "vue-router": "5.0.4", "vue3-apexcharts": "1.11.1", "vue3-print-nb": "0.1.4", "vuetify": "4.0.4", "yup": "1.7.1" }, "devDependencies": { "@biomejs/biome": "2.4.13", "@mdi/font": "7.4.47", "@types/chance": "1.1.7", "@types/markdown-it": "^14.1.2", "@types/node": "^25.5.2", "@vitejs/plugin-vue": "6.0.5", "@vue/tsconfig": "^0.9.1", "sass": "1.98.0", "sass-loader": "16.0.7", "subset-font": "^2.5.0", "typescript": "~6.0.2", "vite": "8.0.5", "vite-plugin-webfont-dl": "^3.12.0", "vue-tsc": "^3.2.6" }, "overrides": { "flatted": "3.4.2", "immutable": "4.3.8", "lodash-es": "4.18.1", "minimatch": "3.1.4", "dompurify": "^3.3.3" } }