mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
897cc32194
Replace FontAwesome/CDN brand icons with local SVG-based Vue components in a new shared @memoh/icon package. Provider icon URLs in conf/providers YAML files are replaced with preset names, intercepted by ProviderIcon component on the frontend. SearchProviderLogo and ChannelIcon components are migrated to @memoh/icon. All icon containers now use a unified circular gray (rounded-full bg-muted) style. Adds wechat and matrix channel icons.
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@memoh/web",
|
|
"private": true,
|
|
"version": "0.5.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"start": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^7.0.0",
|
|
"@fortawesome/free-brands-svg-icons": "^7.0.0",
|
|
"@fortawesome/free-regular-svg-icons": "^7.0.0",
|
|
"@fortawesome/free-solid-svg-icons": "^7.0.0",
|
|
"@fortawesome/vue-fontawesome": "^3.1.1",
|
|
"@memoh/icon": "workspace:*",
|
|
"@memoh/sdk": "workspace:*",
|
|
"@memoh/ui": "workspace:*",
|
|
"@pinia/colada": "^0.21.1",
|
|
"@shikijs/transformers": "^4.0.1",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@tanstack/vue-table": "^8.21.3",
|
|
"@vee-validate/zod": "^4.15.1",
|
|
"@vueuse/core": "^14.1.0",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/addon-serialize": "^0.14.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"dotenv": "^17.2.3",
|
|
"echarts": "^6.0.0",
|
|
"katex": "^0.16.28",
|
|
"lucide-vue-next": "^0.562.0",
|
|
"markstream-vue": "0.0.7-beta.2",
|
|
"mermaid": "^11.12.2",
|
|
"modern-css-reset": "^1.4.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"shiki": "^3.21.0",
|
|
"stream-markdown": "^0.0.13",
|
|
"stream-monaco": "^0.0.18",
|
|
"tailwindcss": "^4.2.2",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vee-validate": "^4.15.1",
|
|
"vue": "^3.5.24",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-i18n": "^11.2.8",
|
|
"vue-router": "^4.6.4",
|
|
"vue-sonner": "^2.0.9",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@memoh/config": "workspace:*",
|
|
"@types/node": "^24.10.1",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^8.0.1",
|
|
"vue-tsc": "^3.1.4"
|
|
}
|
|
}
|