mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
- Updated SongList.vue to enable default sorting with a boolean flag. - Modified TempComponent.vue to include useNotification for better user feedback. - Refined useLiveRequest.ts to enforce type safety on song request settings. - Adjusted RTCClient.ts to improve event handling and connection logic. - Enhanced useVTsuruHub.ts to ensure SignalR connection is awaited during initialization. - Improved ManageLayout.vue by reorganizing menu options for better user experience. - Added folder scanning functionality in SongListManageView.vue for importing songs from local directories. - Implemented OBS notification system in various OBS-related components for real-time updates. - Removed outdated documentation files related to local question saving functionality. - Introduced a new store useOBSNotification.ts to manage OBS notifications effectively.
103 lines
3.1 KiB
JSON
103 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.21.2",
|
|
"@hyperdx/cli": "^0.1.0",
|
|
"@microsoft/signalr": "^9.0.6",
|
|
"@microsoft/signalr-protocol-msgpack": "^9.0.6",
|
|
"@mixer/postmessage-rpc": "^1.1.4",
|
|
"@oneidentity/zstd-js": "^1.0.3",
|
|
"@tauri-apps/api": "^2.8.0",
|
|
"@tauri-apps/plugin-autostart": "^2.5.0",
|
|
"@tauri-apps/plugin-http": "^2.5.2",
|
|
"@tauri-apps/plugin-log": "^2.7.0",
|
|
"@tauri-apps/plugin-notification": "^2.3.1",
|
|
"@tauri-apps/plugin-opener": "^2.5.0",
|
|
"@tauri-apps/plugin-os": "^2.3.1",
|
|
"@tauri-apps/plugin-process": "^2.3.0",
|
|
"@tauri-apps/plugin-store": "^2.4.0",
|
|
"@tauri-apps/plugin-updater": "^2.9.0",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/md5": "^2.3.5",
|
|
"@types/vue-cropperjs": "^4.1.6",
|
|
"@vicons/fluent": "^0.13.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vueuse/core": "^13.9.0",
|
|
"@vueuse/integrations": "^13.9.0",
|
|
"@vueuse/router": "^13.9.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"bilibili-live-danmaku": "^0.7.14",
|
|
"cropperjs": "^2.0.1",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^4.1.0",
|
|
"easy-speech": "^2.4.0",
|
|
"echarts": "^6.0.0",
|
|
"fast-xml-parser": "^5.2.5",
|
|
"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.53.0",
|
|
"naive-ui": "2.42.0",
|
|
"nanoid": "^5.1.6",
|
|
"peerjs": "^1.5.5",
|
|
"pinia": "^3.0.3",
|
|
"qrcode.vue": "^3.6.0",
|
|
"unplugin-auto-import": "^20.2.0",
|
|
"unplugin-vue-components": "^29.1.0",
|
|
"unplugin-vue-markdown": "^29.2.0",
|
|
"uuid": "^13.0.0",
|
|
"vite": "npm:rolldown-vite@latest",
|
|
"vite-plugin-monaco-editor-nls": "^3.0.1",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue": "3.5.22",
|
|
"vue-cropperjs": "^5.0.0",
|
|
"vue-echarts": "^8.0.0",
|
|
"vue-request": "^2.0.4",
|
|
"vue-router": "^4.5.1",
|
|
"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": "^5.4.1",
|
|
"@types/bun": "^1.2.23",
|
|
"@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.9",
|
|
"eslint": "^9.36.0",
|
|
"eslint-plugin-oxlint": "^1.19.0",
|
|
"oxlint": "^1.19.0",
|
|
"rollup-plugin-visualizer": "^6.0.4",
|
|
"stylus": "^0.64.0",
|
|
"typescript": "^5.9.2",
|
|
"vite-plugin-cdn-import": "^1.0.1",
|
|
"vscode-loc": "git+https://github.com/microsoft/vscode-loc.git",
|
|
"vue-vine": "^1.7.6"
|
|
}
|
|
}
|