{ "name": "billd-live", "version": "0.0.1", "repository": { "type": "git", "url": "https://github.com/galaxy-s10/billd-live.git" }, "author": "shuisheng <2274751790@qq.com>", "scripts": { "build": "webpack --config ./script/config/webpack.common.ts --env production", "build:beta": "webpack --config ./script/config/webpack.common.ts --env production", "build:prod": "webpack --config ./script/config/webpack.common.ts --env production", "copy": "ts-node ./deploy/handleGiteeJenkins.mjs", "cz": "cz", "deploy:beta": "node ./deploy/index.js --beta", "deploy:prod": "node ./deploy/index.js --prod", "lint": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache", "lint:fix": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache --fix", "prepare": "husky install", "prettier": "prettier --write .", "release": "standard-version", "start": "cross-env webpack serve --config ./script/config/webpack.common.ts --env development", "start:beta": "cross-env VUE_APP_RELEASE_PROJECT_ENV=beta VUE_APP_RELEASE_PROJECT_NAME=billd-live webpack serve --config ./script/config/webpack.common.ts --env development", "start:preview": "cross-env VUE_APP_RELEASE_PROJECT_ENV=preview VUE_APP_RELEASE_PROJECT_NAME=billd-live webpack serve --config ./script/config/webpack.common.ts --env development", "start:prod": "cross-env VUE_APP_RELEASE_PROJECT_ENV=prod VUE_APP_RELEASE_PROJECT_NAME=billd-live webpack serve --config ./script/config/webpack.common.ts --env production", "start:stats": "cross-env WEBPACK_ANALYZER_SWITCH=true webpack serve --config ./script/config/webpack.common.ts --env development", "typecheck": "tsc -p ./tsconfig.json --noEmit" }, "config": { "commitizen": { "path": "./node_modules/cz-customizable" }, "cz-customizable": { "config": "./.cz-config.js" } }, "dependencies": { "@vicons/ionicons5": "^0.12.0", "@webav/av-recorder": "^0.3.3", "axios": "^1.2.1", "billd-deploy": "^1.0.23", "billd-html-webpack-plugin": "^1.0.6", "billd-scss": "^0.0.8", "billd-utils": "^0.0.22", "fabric": "^5.3.0", "flv.js": "^1.6.2", "js-cookie": "^3.0.5", "mp4box": "^0.5.2", "mpegts.js": "^1.7.3", "naive-ui": "^2.34.4", "pinia": "^2.0.33", "pinia-plugin-persistedstate": "^3.2.0", "qiniu": "^7.11.0", "qrcode": "^1.5.3", "socket.io-client": "^4.7.2", "socket.io-msgpack-parser": "^3.0.2", "spark-md5": "^3.0.2", "video.js": "^8.3.0", "vue": "^3.3.4", "vue-demi": "^0.13.11", "vue-i18n": "9", "vue-router": "^4.0.13", "webrtc-adapter": "^8.2.2" }, "devDependencies": { "@babel/core": "^7.14.0", "@babel/preset-env": "^7.14.2", "@commitlint/cli": "^16.0.1", "@commitlint/config-conventional": "^16.0.0", "@rushstack/eslint-patch": "^1.1.0", "@soda/friendly-errors-webpack-plugin": "^1.8.1", "@swc/core": "^1.3.84", "@types/fabric": "^5.3.3", "@types/node": "^18.11.9", "@types/video.js": "^7.3.52", "@vue/compiler-sfc": "^3.3.4", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^11.0.3", "@vue/preload-webpack-plugin": "^2.0.0", "babel-loader": "^8.2.2", "chalk": "^4", "commitizen": "^4.2.4", "compression-webpack-plugin": "^9.2.0", "copy-webpack-plugin": "^8.1.0", "core-js": "^3.17.2", "cross-env": "^7.0.3", "crypto-js": "^4.2.0", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^3.0.0", "cz-conventional-changelog": "^3.3.0", "cz-customizable": "^7.0.0", "esbuild-loader": "^4.0.2", "eslint": "^8.13.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.28.0", "eslint-webpack-plugin": "^3.1.1", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.6", "html-webpack-plugin": "^5.5.0", "html-webpack-tags-plugin": "^3.0.1", "husky": "^7.0.0", "lint-staged": "^12.1.4", "mini-css-extract-plugin": "^2.6.0", "node-emoji": "^1.11.0", "portfinder": "^1.0.28", "postcss": "^8.4.8", "postcss-loader": "^6.2.1", "postcss-preset-env": "^7.4.2", "prettier": "^3.0.1", "sass": "^1.45.2", "sass-loader": "^12.4.0", "standard-version": "^9.3.2", "swc-loader": "^0.2.3", "terser": "^5.7.0", "terser-webpack-plugin": "^5.3.6", "thread-loader": "^3.0.4", "trash": "^8.1.1", "ts-loader": "^9.2.7", "ts-node": "^10.9.1", "typescript": "^5.1.6", "unplugin-vue-components": "^0.24.1", "vconsole": "^3.15.0", "vue-loader": "^17.2.2", "vue-style-loader": "^4.1.3", "webpack": "^5.68.0", "webpack-bundle-analyzer": "^4.4.1", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.2", "webpack-merge": "^5.7.3", "webpackbar": "^5.0.2", "windicss-webpack-plugin": "^1.7.7" } }