package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. "commit": "cz",
  12. "copy": "node ./handleGiteeJenkins.js",
  13. "lint": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache",
  14. "lint:fix": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache --fix",
  15. "prepare": "husky install",
  16. "prettier": "prettier --write .",
  17. "push": "cz && standard-version",
  18. "release": "standard-version",
  19. "start": "cross-env webpack serve --config ./script/config/webpack.common.ts --env development",
  20. "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",
  21. "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",
  22. "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",
  23. "start:stats": "cross-env WEBPACK_ANALYZER_SWITCH=true webpack serve --config ./script/config/webpack.common.ts --env development",
  24. "typecheck": "tsc -p ./tsconfig.json --noEmit"
  25. },
  26. "config": {
  27. "commitizen": {
  28. "path": "./node_modules/cz-customizable"
  29. },
  30. "cz-customizable": {
  31. "config": "./.cz-config.js"
  32. }
  33. },
  34. "dependencies": {
  35. "axios": "^1.2.1",
  36. "billd-deploy": "^1.0.16",
  37. "billd-html-webpack-plugin": "^1.0.1",
  38. "billd-scss": "^0.0.6",
  39. "billd-utils": "^0.0.9",
  40. "browser-tool": "^1.0.5",
  41. "flv.js": "^1.6.2",
  42. "mediasoup-client": "^3.6.84",
  43. "msr": "^1.3.4",
  44. "pinia": "^2.0.11",
  45. "qrcode": "^1.5.3",
  46. "socket.io-client": "^4.6.1",
  47. "vconsole": "^3.15.0",
  48. "vue": "^3.2.31",
  49. "vue-demi": "^0.13.11",
  50. "vue-router": "^4.0.13",
  51. "webrtc-adapter": "^8.2.2"
  52. },
  53. "devDependencies": {
  54. "@babel/core": "^7.14.0",
  55. "@babel/preset-env": "^7.14.2",
  56. "@commitlint/cli": "^16.0.1",
  57. "@commitlint/config-conventional": "^16.0.0",
  58. "@rushstack/eslint-patch": "^1.1.0",
  59. "@soda/friendly-errors-webpack-plugin": "^1.8.1",
  60. "@types/node": "^18.11.9",
  61. "@typescript-eslint/parser": "^5.8.1",
  62. "@vue/compiler-sfc": "^3.2.31",
  63. "@vue/eslint-config-prettier": "^7.0.0",
  64. "@vue/eslint-config-typescript": "^10.0.0",
  65. "@vue/preload-webpack-plugin": "^2.0.0",
  66. "babel-loader": "^8.2.2",
  67. "chalk": "^4",
  68. "commitizen": "^4.2.4",
  69. "compression-webpack-plugin": "^9.2.0",
  70. "copy-webpack-plugin": "^8.1.0",
  71. "core-js": "^3.17.2",
  72. "cross-env": "^7.0.3",
  73. "css-loader": "^6.7.1",
  74. "css-minimizer-webpack-plugin": "^3.0.0",
  75. "cz-conventional-changelog": "^3.3.0",
  76. "cz-customizable": "^7.0.0",
  77. "eslint": "^8.13.0",
  78. "eslint-plugin-import": "^2.27.5",
  79. "eslint-plugin-vue": "^8.5.0",
  80. "eslint-webpack-plugin": "^3.1.1",
  81. "file-loader": "^6.2.0",
  82. "fork-ts-checker-webpack-plugin": "^7.2.6",
  83. "html-webpack-plugin": "^5.5.0",
  84. "html-webpack-tags-plugin": "^3.0.1",
  85. "husky": "^7.0.0",
  86. "lint-staged": "^12.1.4",
  87. "mini-css-extract-plugin": "^2.6.0",
  88. "node-emoji": "^1.11.0",
  89. "portfinder": "^1.0.28",
  90. "postcss": "^8.4.8",
  91. "postcss-loader": "^6.2.1",
  92. "postcss-preset-env": "^7.4.2",
  93. "prettier": "^2.5.1",
  94. "sass": "^1.45.2",
  95. "sass-loader": "^12.4.0",
  96. "standard-version": "^9.3.2",
  97. "terser": "^5.7.0",
  98. "terser-webpack-plugin": "^5.3.6",
  99. "thread-loader": "^3.0.4",
  100. "ts-loader": "^9.2.7",
  101. "ts-node": "^10.9.1",
  102. "typescript": "^4.6.2",
  103. "vue-loader": "^17.0.0",
  104. "vue-style-loader": "^4.1.3",
  105. "webpack": "^5.68.0",
  106. "webpack-bundle-analyzer": "^4.4.1",
  107. "webpack-cli": "^4.9.2",
  108. "webpack-dev-server": "^4.7.2",
  109. "webpack-merge": "^5.7.3",
  110. "webpackbar": "^5.0.2",
  111. "windicss-webpack-plugin": "^1.7.7"
  112. }
  113. }