mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
92 lines
2.7 KiB
JSON
92 lines
2.7 KiB
JSON
{
|
|
"name": "vtsuru.live",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bunx --bun vite",
|
|
"build": "vite build",
|
|
"lint": "vite lint",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@guolao/vue-monaco-editor": "^1.5.5",
|
|
"@hyperdx/browser": "^0.21.2",
|
|
"@hyperdx/cli": "^0.1.0",
|
|
"@microsoft/signalr": "^8.0.7",
|
|
"@microsoft/signalr-protocol-msgpack": "^8.0.7",
|
|
"@mixer/postmessage-rpc": "^1.1.4",
|
|
"@oneidentity/zstd-js": "^1.0.3",
|
|
"@tauri-apps/api": "^2.5.0",
|
|
"@tauri-apps/plugin-autostart": "^2.3.0",
|
|
"@tauri-apps/plugin-http": "^2.4.3",
|
|
"@tauri-apps/plugin-log": "^2.4.0",
|
|
"@tauri-apps/plugin-notification": "^2.2.2",
|
|
"@tauri-apps/plugin-opener": "^2.2.6",
|
|
"@tauri-apps/plugin-os": "^2.2.1",
|
|
"@tauri-apps/plugin-process": "^2.2.1",
|
|
"@tauri-apps/plugin-store": "^2.2.0",
|
|
"@tauri-apps/plugin-updater": "^2.7.1",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/md5": "^2.3.5",
|
|
"@vicons/fluent": "^0.13.0",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vueuse/core": "^13.1.0",
|
|
"@vueuse/integrations": "^13.1.0",
|
|
"@vueuse/router": "^13.1.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"bilibili-live-ws": "^6.3.1",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^4.1.0",
|
|
"easy-speech": "^2.4.0",
|
|
"echarts": "^5.6.0",
|
|
"eslint-plugin-oxlint": "^0.16.8",
|
|
"fast-xml-parser": "^5.2.1",
|
|
"file-saver": "^2.0.5",
|
|
"grapheme-splitter": "^1.0.4",
|
|
"html2canvas": "^1.4.1",
|
|
"idb-keyval": "^6.2.1",
|
|
"linqts": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"mitt": "^3.0.1",
|
|
"monaco-editor": "^0.52.2",
|
|
"naive-ui": "^2.41.0",
|
|
"nanoid": "^5.1.5",
|
|
"peerjs": "^1.5.4",
|
|
"pinia": "^3.0.2",
|
|
"qrcode.vue": "^3.6.0",
|
|
"unplugin-auto-import": "^19.1.2",
|
|
"unplugin-vue-components": "^28.5.0",
|
|
"unplugin-vue-markdown": "^28.3.1",
|
|
"uuid": "^11.1.0",
|
|
"vite": "6.3.4",
|
|
"vite-plugin-oxlint": "^1.3.1",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue": "3.5.13",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-request": "^2.0.4",
|
|
"vue-router": "^4.5.1",
|
|
"vue-turnstile": "^1.0.11",
|
|
"vue3-aplayer": "^1.7.3",
|
|
"vue3-marquee": "^4.2.2",
|
|
"vueuc": "^0.4.64",
|
|
"worker-timers": "^8.0.20",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.11",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
"@vue-vine/eslint-config": "^0.2.19",
|
|
"eslint": "^9.26.0",
|
|
"eslint-plugin-vue": "^10.1.0",
|
|
"stylus": "^0.64.0",
|
|
"typescript": "^5.8.3",
|
|
"vue-vine": "^0.4.4"
|
|
}
|
|
}
|