package.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "name": "billd-live",
  3. "version": "0.0.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/galaxy-s10/billd-live.git"
  7. },
  8. "author": "shuisheng <2274751790@qq.com>",
  9. "scripts": {
  10. "build": "webpack --config ./script/config/webpack.common.ts --env production",
  11. "build:beta": "webpack --config ./script/config/webpack.common.ts --env production",
  12. "build:prod": "webpack --config ./script/config/webpack.common.ts --env production",
  13. "copy": "ts-node ./deploy/handleGiteeJenkins.mjs",
  14. "cz": "cz",
  15. "deploy:beta": "node ./deploy/index.js --beta",
  16. "deploy:prod": "node ./deploy/index.js --prod",
  17. "lint": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache",
  18. "lint:fix": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache --fix",
  19. "oxclint": "pnpm dlx oxlint@latest",
  20. "prepare": "husky install",
  21. "prettier": "prettier --write .",
  22. "release": "standard-version",
  23. "start": "cross-env webpack serve --config ./script/config/webpack.common.ts --env development",
  24. "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",
  25. "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",
  26. "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",
  27. "start:stats": "cross-env WEBPACK_ANALYZER_SWITCH=true webpack serve --config ./script/config/webpack.common.ts --env development",
  28. "typecheck": "tsc -p ./tsconfig.json --noEmit"
  29. },
  30. "config": {
  31. "commitizen": {
  32. "path": "./node_modules/cz-conventional-changelog"
  33. },
  34. "cz-customizable": {
  35. "config": "./.cz-config.js"
  36. }
  37. },
  38. "dependencies": {
  39. "@vicons/ionicons5": "^0.12.0",
  40. "@vueuse/core": "^10.11.1",
  41. "@webav/av-recorder": "^0.3.3",
  42. "axios": "^1.2.1",
  43. "billd-deploy": "^1.0.25",
  44. "billd-html-webpack-plugin": "^1.0.6",
  45. "billd-scss": "^0.0.8",
  46. "billd-utils": "^0.0.22",
  47. "cos-js-sdk-v5": "^1.8.6",
  48. "fabric": "^5.3.0",
  49. "flv.js": "^1.6.2",
  50. "js-cookie": "^3.0.5",
  51. "jszip": "^3.10.1",
  52. "md-editor-v3": "^4.21.3",
  53. "mp4box": "^0.5.2",
  54. "mpegts.js": "^1.7.3",
  55. "naive-ui": "^2.34.4",
  56. "pinia": "^2.0.33",
  57. "pinia-plugin-persistedstate": "^3.2.0",
  58. "qiniu-js": "^3.4.2",
  59. "qrcode": "^1.5.3",
  60. "socket.io-client": "^4.8.0",
  61. "socket.io-msgpack-parser": "^3.0.2",
  62. "spark-md5": "^3.0.2",
  63. "video.js": "^8.3.0",
  64. "vue": "^3.3.4",
  65. "vue-demi": "^0.13.11",
  66. "vue-i18n": "9",
  67. "vue-lazyload": "^3.0.0",
  68. "vue-router": "^4.0.13",
  69. "webrtc-adapter": "^8.2.2"
  70. },
  71. "devDependencies": {
  72. "@babel/core": "^7.14.0",
  73. "@babel/preset-env": "^7.14.2",
  74. "@commitlint/cli": "^16.0.1",
  75. "@commitlint/config-conventional": "^16.0.0",
  76. "@rushstack/eslint-patch": "^1.1.0",
  77. "@soda/friendly-errors-webpack-plugin": "^1.8.1",
  78. "@swc/core": "^1.3.84",
  79. "@types/fabric": "^5.3.3",
  80. "@types/node": "^18.11.9",
  81. "@types/video.js": "^7.3.52",
  82. "@vue/compiler-sfc": "^3.3.4",
  83. "@vue/eslint-config-prettier": "^8.0.0",
  84. "@vue/eslint-config-typescript": "^11.0.3",
  85. "@vue/preload-webpack-plugin": "^2.0.0",
  86. "babel-loader": "^8.2.2",
  87. "chalk": "^4",
  88. "commitizen": "^4.2.4",
  89. "compression-webpack-plugin": "^9.2.0",
  90. "copy-webpack-plugin": "^8.1.0",
  91. "core-js": "^3.17.2",
  92. "cross-env": "^7.0.3",
  93. "crypto-js": "^4.2.0",
  94. "css-loader": "^6.7.1",
  95. "css-minimizer-webpack-plugin": "^3.0.0",
  96. "cz-conventional-changelog": "^3.3.0",
  97. "cz-customizable": "^7.0.0",
  98. "esbuild-loader": "^4.0.2",
  99. "eslint": "^8.13.0",
  100. "eslint-import-resolver-typescript": "^3.5.5",
  101. "eslint-plugin-import": "^2.28.0",
  102. "eslint-webpack-plugin": "^3.1.1",
  103. "file-loader": "^6.2.0",
  104. "fork-ts-checker-webpack-plugin": "^7.2.6",
  105. "html-webpack-plugin": "^5.5.0",
  106. "html-webpack-tags-plugin": "^3.0.1",
  107. "husky": "^7.0.0",
  108. "lint-staged": "^12.1.4",
  109. "mini-css-extract-plugin": "^2.6.0",
  110. "node-emoji": "^1.11.0",
  111. "oxlint": "^0.9.9",
  112. "portfinder": "^1.0.28",
  113. "postcss": "^8.4.8",
  114. "postcss-loader": "^6.2.1",
  115. "postcss-preset-env": "^7.4.2",
  116. "prettier": "^3.0.1",
  117. "sass": "^1.45.2",
  118. "sass-loader": "^12.4.0",
  119. "standard-version": "^9.3.2",
  120. "swc-loader": "^0.2.3",
  121. "terser": "^5.7.0",
  122. "terser-webpack-plugin": "^5.3.6",
  123. "thread-loader": "^3.0.4",
  124. "trash": "^8.1.1",
  125. "ts-loader": "^9.2.7",
  126. "ts-node": "^10.9.1",
  127. "typescript": "^5.1.6",
  128. "unplugin-vue-components": "^0.24.1",
  129. "vconsole": "^3.15.0",
  130. "vue-loader": "^17.2.2",
  131. "vue-style-loader": "^4.1.3",
  132. "webpack": "^5.68.0",
  133. "webpack-bundle-analyzer": "^4.4.1",
  134. "webpack-cli": "^4.9.2",
  135. "webpack-dev-server": "^4.7.2",
  136. "webpack-merge": "^5.7.3",
  137. "webpackbar": "^5.0.2",
  138. "windicss-webpack-plugin": "^1.7.7"
  139. }
  140. }