Files
vtsuru.live/package.json
Megghy 5db66e3861 feat: 更新依赖和组件,优化功能实现
- 更新package.json中的TypeScript版本
- 删除不再使用的message_render_content.txt文件
- 在VEditor.vue中移除未使用的常量导入
- 在OBSComponentStoreView.vue中修复用户信息的属性引用
- 在SvgInspector.vue中删除不再使用的组件
- 在PointManage.vue中优化商品模型和表单验证逻辑
- 在WebFetcherOBS.vue中修复webfetcher类型的引用
- 在DefaultIndexTemplate.vue中更新封面配置项类型
2025-05-17 15:58:53 +08:00

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.9.0-dev.20250512",
"vue-vine": "^0.4.4"
}
}