mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
merge to bun
This commit is contained in:
87
package.json
87
package.json
@@ -4,68 +4,69 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev": "bunx --bun vite",
|
||||
"build": "vite build",
|
||||
"lint": "vite lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/signalr": "^8.0.0",
|
||||
"@microsoft/signalr-protocol-msgpack": "^8.0.0",
|
||||
"@types/node": "^20.12.7",
|
||||
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
||||
"@microsoft/signalr": "^8.0.7",
|
||||
"@microsoft/signalr-protocol-msgpack": "^8.0.7",
|
||||
"@types/node": "^22.8.2",
|
||||
"@typescript-eslint/eslint-plugin": "^8.12.1",
|
||||
"@vicons/fluent": "^0.12.0",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"@vueuse/core": "^10.9.0",
|
||||
"@vueuse/router": "^10.9.0",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"@vue/cli": "^5.0.8",
|
||||
"@vueuse/core": "^11.1.0",
|
||||
"@vueuse/router": "^11.1.0",
|
||||
"@wangeditor/editor": "^5.1.23",
|
||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||
"date-fns": "^3.6.0",
|
||||
"easy-speech": "^2.3.1",
|
||||
"echarts": "^5.5.0",
|
||||
"eslint": "^9.1.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-oxlint": "^0.2.9",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"fast-xml-parser": "^4.3.6",
|
||||
"date-fns": "^4.1.0",
|
||||
"easy-speech": "^2.4.0",
|
||||
"echarts": "^5.5.1",
|
||||
"eslint": "^9.13.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-oxlint": "^0.10.1",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"fast-xml-parser": "^4.5.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"grapheme-splitter": "^1.0.4",
|
||||
"html2canvas": "^1.4.1",
|
||||
"linqts": "^1.15.0",
|
||||
"linqts": "^2.0.0",
|
||||
"mitt": "^3.0.1",
|
||||
"music-metadata-browser": "^2.5.10",
|
||||
"pinia": "^2.1.7",
|
||||
"prettier": "^3.2.5",
|
||||
"qrcode.vue": "^3.4.1",
|
||||
"music-metadata-browser": "^2.5.11",
|
||||
"pinia": "^2.2.4",
|
||||
"prettier": "^3.3.3",
|
||||
"qrcode.vue": "^3.5.1",
|
||||
"queue-typescript": "^1.0.1",
|
||||
"unplugin-vue-markdown": "^0.26.2",
|
||||
"uuid": "^9.0.1",
|
||||
"vite": "^5.2.10",
|
||||
"uuid": "^11.0.2",
|
||||
"vite": "^5.4.10",
|
||||
"vite-svg-loader": "^5.1.0",
|
||||
"vue": "3.4.21",
|
||||
"vue-echarts": "^6.6.10",
|
||||
"vue": "3.5.12",
|
||||
"vue-echarts": "^7.0.3",
|
||||
"vue-request": "^2.0.4",
|
||||
"vue-router": "^4.3.2",
|
||||
"vue-turnstile": "^1.0.8",
|
||||
"vue-router": "^4.4.5",
|
||||
"vue-turnstile": "^1.0.11",
|
||||
"vue3-aplayer": "^1.7.3",
|
||||
"vue3-marquee": "^4.2.0",
|
||||
"vueuc": "^0.4.58",
|
||||
"worker-timers": "^7.1.7",
|
||||
"vue3-marquee": "^4.2.2",
|
||||
"vueuc": "^0.4.64",
|
||||
"worker-timers": "^8.0.10",
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.0.2",
|
||||
"@types/eslint": "^8.56.10",
|
||||
"@eslint/eslintrc": "^3.1.0",
|
||||
"@types/bun": "^1.1.12",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@types/obs-studio": "^2.17.2",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"@typescript-eslint/parser": "^7.7.0",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@typescript-eslint/parser": "^8.12.1",
|
||||
"@vicons/ionicons5": "^0.12.0",
|
||||
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||||
"@vue/eslint-config-typescript": "^13.0.0",
|
||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||||
"@vue/eslint-config-typescript": "^14.1.3",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-vue": "^9.25.0",
|
||||
"naive-ui": "^2.38.1",
|
||||
"stylus": "^0.63.0",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"packageManager": "yarn@4.0.2"
|
||||
}
|
||||
"eslint-plugin-vue": "^9.30.0",
|
||||
"naive-ui": "^2.40.1",
|
||||
"stylus": "^0.64.0",
|
||||
"typescript": "^5.6.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user