加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.75 KB
一键复制 编辑 原始数据 按行查看 历史
H-zk 提交于 2024-02-02 11:46 . feat: 观看页 SDK UI 开源版 v1.1.0
{
"name": "polyv-web-live-watch-sdk",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "cross-env NODE_ENV=production vue-cli-service build",
"build-static": "cross-env VUE_APP_BUILD_MODE=STATIC npm run build",
"generate-icon": "polyv-icon generate",
"build-analyzer": "cross-env USE_ANALYZER=y npm run build",
"check": "vue-tsc --noEmit --skipLibCheck",
"lint:es": "cross-env NODE_ENV=production eslint . --ext .js,.ts,.vue",
"lint:style": "stylelint **/*.{css,scss,sass,vue}",
"lint": "npm run lint:es && npm run lint:style",
"lint-fix:es": "eslint . --ext .js,.ts,.vue --fix",
"lint-fix:style": "stylelint **/*.{css,scss,sass,vue} --fix",
"lint-fix": "npm run lint-fix:es && npm run lint-fix:style",
"precommit": "lint-staged",
"prepare": "husky install .husky"
},
"lint-staged": {
"*.{js,ts,vue}": [
"cross-env NODE_ENV=production eslint"
],
"*.{css,sass,scss,vue}": [
"stylelint"
]
},
"dependencies": {
"@just4/dom": "1.0.0",
"@just4/load-script": "1.0.0",
"@just4/querystring": "1.0.0",
"@just4/storage": "1.0.0",
"@just4/ua-info": "1.2.0",
"@just4/virtual-list": "0.12.0",
"@polyv/chat-sdk-ui-ask-question": "0.3.0-rc.3",
"@polyv/icons-vue": "1.2.0",
"@polyv/live-watch-sdk": "1.1.0",
"@polyv/polyv-ui": "2.29.0",
"@polyv/utils": "2.6.0",
"@polyv/web-view-bridge": "0.1.0-rc.1",
"@popperjs/core": "2.11.4",
"alloyfinger": "0.1.16",
"async-validator": "4.2.5",
"clipboard": "2.0.10",
"force-autoplay": "1.3.1",
"js-base64": "3.7.2",
"lodash-es": "4.17.21",
"mitt": "3.0.0",
"pinia": "2.0.34",
"svgaplayerweb": "2.3.1",
"vconsole": "3.3.4",
"vue": "2.7.14",
"vue-types": "4.2.1"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/eslint-parser": "7.21.3",
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@polyv/eslint-config": "0.6.0-beta.3",
"@polyv/icons-cli": "1.4.0",
"@types/lodash-es": "4.17.6",
"@types/socket.io-client": "1.4.36",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"@vue/cli-plugin-babel": "4.5.18",
"@vue/cli-service": "4.5.18",
"@vue/eslint-config-standard": "8.0.1",
"autoprefixer": "8.0.0",
"babel-loader": "8.2.5",
"babel-plugin-import": "1.13.3",
"babel-plugin-transform-remove-console": "6.9.4",
"browserslist": "4.21.10",
"core-js": "3.26.1",
"cross-env": "7.0.3",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.18.0",
"eslint-plugin-vue": "9.11.0",
"eslint-webpack-plugin": "2.7.0",
"fork-ts-checker-webpack-plugin": "6.5.2",
"html-webpack-tags-plugin": "2.0.17",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"sass": "1.52.2",
"sass-loader": "10.2.1",
"sass-resources-loader": "2.2.5",
"speed-measure-webpack-plugin": "1.5.0",
"style-loader": "2.0.0",
"stylelint": "13.13.1",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-recess-order": "2.6.0",
"stylelint-config-recommended": "5.0.0",
"stylelint-config-recommended-scss": "4.3.0",
"stylelint-scss": "3.21.0",
"stylelint-webpack-plugin": "2.4.0",
"ts-loader": "8.4.0",
"typescript": "4.7.3",
"vue-eslint-parser": "9.1.1",
"vue-loader": "15.10.1",
"vue-style-loader": "4.1.3",
"vue-tsc": "1.0.24",
"webpack-bundle-analyzer": "4.8.0"
},
"engines": {
"node": "^14.15.4 || >=16.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化