1 Star 2 Fork 3

POLYV/polyv-web-interactions-receive-sdk-ui-webview

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.93 KB
一键复制 编辑 原始数据 按行查看 历史
lightlin 提交于 2025-12-05 20:09 +08:00 . chore: 更新开源项目
{
"name": "@polyv/interactions-receive-sdk-ui-webview",
"version": "1.9.0",
"keywords": [
"polyv",
"live",
"receive"
],
"description": "Default UI components to show Polyv live interactions",
"homepage": "https://www.polyv.net/",
"private": true,
"files": [
"lib/**/*"
],
"scripts": {
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack serve --config build/webpack.dev.config.js",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production BUILD_ENV=prod webpack-cli build --config build/webpack.prod.config.js"
},
"dependencies": {
"@just4/ajax": "^0.4.0-beta.2",
"@polyv/interactions-launch-sdk": "0.27.0-feature-force-check-in.4",
"@polyv/interactions-launch-sdk-ui-default": "0.27.0-feature-force-check-in.4",
"@polyv/interactions-receive-sdk": "1.22.1",
"@polyv/interactions-receive-sdk-ui-default": "1.22.0",
"@polyv/utils": "^1.6.1",
"@polyv/web-view-bridge": "0.1.0-rc.1",
"clipboard": "~2.0.11",
"jraiser": "~3.1.5",
"lodash-es": "~4.17.21",
"md5": "2.3.0",
"sha256": "^0.2.0",
"string-template": "^1.0.0",
"svgaplayerweb": "^2.3.2",
"vue": "~2.6.12"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-json-strings": "^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "~7.25.2",
"@polyv/eslint-config": "^0.1.1",
"ali-oss-upload-cli": "^1.4.1",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-loader": "8.2.5",
"copy-webpack-plugin": "^6.4.1",
"core-js": "3.26.1",
"cross-env": "7.0.3",
"css-loader": "^5.2.5",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-sonarjs": "^0.7.0",
"eslint-plugin-vue": "^7.9.0",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"node-polyfill-webpack-plugin": "^4.0.0",
"postcss": "^8.3.0",
"postcss-loader": "^4.3.0",
"rimraf": "^3.0.2",
"sass": "1.52.2",
"sass-loader": "10.2.1",
"style-loader": "^2.0.0",
"stylelint": "13.13.1",
"stylelint-config-recommended": "5.0.0",
"stylelint-config-recommended-scss": "4.3.0",
"stylelint-scss": "3.21.0",
"stylelint-webpack-plugin": "2.4.0",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"vue-loader": "15.10.1",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.6.14",
"webpack": "~5.72.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "~4.10.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/polyv_ef/polyv-web-interactions-receive-sdk-ui-webview.git
git@gitee.com:polyv_ef/polyv-web-interactions-receive-sdk-ui-webview.git
polyv_ef
polyv-web-interactions-receive-sdk-ui-webview
polyv-web-interactions-receive-sdk-ui-webview
master

搜索帮助