package.json 5.1 KB

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