mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
- 升级核心依赖:@hyperdx/browser、@microsoft/signalr、@tauri-apps 系列插件、@vueuse 系列、vue、vue-router 等至最新版本 - 新增 obs-websocket-js 依赖用于 OBS 集成 - 添加 EventFetcher 功能总开关,支持完全禁用事件收集功能 - 优化弹幕客户端配置界面,增加功能说明和状态提示 - 改进首页布局,添加快速入口导航 - 在客户端布局中新增直播管理菜单项
102 lines
3.1 KiB
JSON
102 lines
3.1 KiB
JSON
{
|
|
"name": "vtsuru.live",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bunx --bun vite",
|
|
"build": "vite build",
|
|
"lint": "oxlint && eslint .",
|
|
"lint:fix": "oxlint --fix && eslint . --fix",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@hyperdx/browser": "^0.22.0",
|
|
"@hyperdx/cli": "^0.1.0",
|
|
"@microsoft/signalr": "^10.0.0",
|
|
"@microsoft/signalr-protocol-msgpack": "^10.0.0",
|
|
"@mixer/postmessage-rpc": "^1.1.4",
|
|
"@oneidentity/zstd-js": "^1.0.3",
|
|
"@tauri-apps/api": "^2.9.0",
|
|
"@tauri-apps/plugin-autostart": "^2.5.1",
|
|
"@tauri-apps/plugin-http": "^2.5.4",
|
|
"@tauri-apps/plugin-log": "^2.7.1",
|
|
"@tauri-apps/plugin-notification": "^2.3.3",
|
|
"@tauri-apps/plugin-opener": "^2.5.2",
|
|
"@tauri-apps/plugin-os": "^2.3.2",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-store": "^2.4.1",
|
|
"@tauri-apps/plugin-updater": "^2.9.0",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/md5": "^2.3.6",
|
|
"@vicons/fluent": "^0.13.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vueuse/core": "^14.0.0",
|
|
"@vueuse/integrations": "^14.0.0",
|
|
"@vueuse/router": "^14.0.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"bilibili-live-danmaku": "^0.7.14",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^4.1.0",
|
|
"easy-speech": "^2.4.0",
|
|
"echarts": "^6.0.0",
|
|
"fast-xml-parser": "^5.3.2",
|
|
"file-saver": "^2.0.5",
|
|
"grapheme-splitter": "^1.0.4",
|
|
"html2canvas": "^1.4.1",
|
|
"idb-keyval": "^6.2.2",
|
|
"jszip": "^3.10.1",
|
|
"linqts": "^3.2.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"mitt": "^3.0.1",
|
|
"monaco-editor": "^0.54.0",
|
|
"naive-ui": "2.43.2",
|
|
"nanoid": "^5.1.6",
|
|
"obs-websocket-js": "^5.0.7",
|
|
"peerjs": "^1.5.5",
|
|
"pinia": "^3.0.4",
|
|
"qrcode.vue": "^3.6.0",
|
|
"unplugin-auto-import": "^20.2.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"unplugin-vue-markdown": "^29.2.0",
|
|
"uuid": "^13.0.0",
|
|
"vite": "npm:rolldown-vite@7.2.5",
|
|
"vite-plugin-monaco-editor-nls": "^3.0.1",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue": "3.5.24",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-img-cutter": "^3.0.7",
|
|
"vue-request": "^2.0.4",
|
|
"vue-router": "^4.6.3",
|
|
"vue-toastification": "^1.7.14",
|
|
"vue-turnstile": "^1.0.11",
|
|
"vue3-aplayer": "^1.7.3",
|
|
"vue3-marquee": "^4.2.2",
|
|
"vueuc": "^0.4.65",
|
|
"worker-timers": "^8.0.25",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^6.2.0",
|
|
"@types/bun": "^1.3.2",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/jszip": "^3.4.1",
|
|
"@types/uuid": "^11.0.0",
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
"@vue-vine/eslint-config": "^1.1.11",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-oxlint": "^1.28.0",
|
|
"oxlint": "^1.28.0",
|
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
"stylus": "^0.64.0",
|
|
"typescript": "^5.9.3",
|
|
"vite-plugin-cdn-import": "^1.0.1",
|
|
"vscode-loc": "git+https://github.com/microsoft/vscode-loc.git",
|
|
"vue-vine": "^1.7.23"
|
|
}
|
|
}
|