liveh5-nuxt/package.json
xingyy 2cc2da264b feat(liveRoom): 优化直播播放器功能和错误处理
- 添加播放器错误处理逻辑,弹窗提示用户是否重新获取直播内容
- 实现重新获取直播内容的功能
- 优化直播加载中的显示效果
- 移除未使用的计数器和取消静音功能
- 简化 package.json 中的脚本命令
-
2025-02-24 15:39:20 +08:00

81 lines
2.0 KiB
JSON

{
"name": "nuxt-vant-mobile",
"type": "module",
"version": "0.3.0",
"packageManager": "pnpm@9.15.1",
"scripts": {
"build": "nuxt build",
"dev": "cross-env ENV_FILE=.env.test nuxt dev",
"dev:prod": "cross-env ENV_FILE=.env.prod nuxt dev",
"build:test": "cross-env ENV_FILE=.env.test nuxt build",
"build:prod": "cross-env ENV_FILE=.env.prod nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "vue-tsc --noEmit",
"release": "bumpp --commit --push --tag",
"start": "cross-env ENV_FILE=.env.prod nuxt start"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@nuxtjs/i18n": "^9.1.1",
"@vue-office/pdf": "^2.0.10",
"@vueuse/core": "^12.4.0",
"aliyun-aliplayer": "^2.28.5",
"axios": "^1.7.9",
"countup.js": "^2.8.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"mammoth": "^1.9.0",
"nuxt": "^3.15.0",
"pinyin": "4.0.0-alpha.2",
"qrcode": "^1.5.4",
"segmentit": "^2.0.3",
"tslib": "^2.6.0",
"vconsole": "^3.15.1",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-pdf-embed": "^2.1.2",
"vue-router": "^4.5.0",
"vue-signature-pad": "^3.0.2"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@unocss/nuxt": "0.65.2",
"@unocss/preset-rem-to-px": "0.65.2",
"@vant/nuxt": "^1.0.6",
"bumpp": "^9.9.2",
"cross-env": "^7.0.3",
"ipx": "^3.0.1",
"postcss-mobile-forever": "^4.3.1",
"sass": "^1.83.1",
"sass-loader": "^16.0.4",
"sharp": "^0.33.5",
"typescript": "~5.7.2",
"vant": "^4.9.15"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"meow": "^12.x",
"@intlify/shared": "^11.0.0"
}
},
"allowedDeprecatedVersions": {
"glob": "*",
"are-we-there-yet": "2",
"gauge": "3",
"inflight": "1",
"npmlog": "5",
"rimraf": "3"
}
},
"resolutions": {
"vite": "^6.0.5"
},
"browserslist": [
"defaults"
]
}