package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "name": "billd-live",
  3. "version": "0.0.0",
  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-conventional-changelog"
  29. }
  30. },
  31. "dependencies": {
  32. "axios": "^1.2.1",
  33. "billd-deploy": "^1.0.13",
  34. "billd-html-webpack-plugin": "^1.0.0",
  35. "billd-scss": "^0.0.6",
  36. "billd-utils": "^0.0.9",
  37. "browser-tool": "^1.0.5",
  38. "flv.js": "^1.6.2",
  39. "pinia": "^2.0.11",
  40. "socket.io-client": "^4.6.1",
  41. "vconsole": "^3.15.0",
  42. "vue": "^3.2.31",
  43. "vue-demi": "^0.13.11",
  44. "vue-router": "^4.0.13",
  45. "webrtc-adapter": "^8.2.2"
  46. },
  47. "devDependencies": {
  48. "@babel/core": "^7.14.0",
  49. "@babel/preset-env": "^7.14.2",
  50. "@commitlint/cli": "^16.0.1",
  51. "@commitlint/config-conventional": "^16.0.0",
  52. "@rushstack/eslint-patch": "^1.1.0",
  53. "@soda/friendly-errors-webpack-plugin": "^1.8.1",
  54. "@types/node": "^18.11.9",
  55. "@typescript-eslint/parser": "^5.8.1",
  56. "@vue/compiler-sfc": "^3.2.31",
  57. "@vue/eslint-config-prettier": "^7.0.0",
  58. "@vue/eslint-config-typescript": "^10.0.0",
  59. "@vue/preload-webpack-plugin": "^2.0.0",
  60. "babel-loader": "^8.2.2",
  61. "chalk": "^4",
  62. "commitizen": "^4.2.4",
  63. "compression-webpack-plugin": "^9.2.0",
  64. "copy-webpack-plugin": "^8.1.0",
  65. "core-js": "^3.17.2",
  66. "cross-env": "^7.0.3",
  67. "css-loader": "^6.7.1",
  68. "css-minimizer-webpack-plugin": "^3.0.0",
  69. "cz-conventional-changelog": "^3.3.0",
  70. "eslint": "^8.13.0",
  71. "eslint-plugin-import": "^2.27.5",
  72. "eslint-plugin-vue": "^8.5.0",
  73. "eslint-webpack-plugin": "^3.1.1",
  74. "file-loader": "^6.2.0",
  75. "fork-ts-checker-webpack-plugin": "^7.2.6",
  76. "html-webpack-plugin": "^5.5.0",
  77. "html-webpack-tags-plugin": "^3.0.1",
  78. "husky": "^7.0.0",
  79. "lint-staged": "^12.1.4",
  80. "mini-css-extract-plugin": "^2.6.0",
  81. "node-emoji": "^1.11.0",
  82. "portfinder": "^1.0.28",
  83. "postcss": "^8.4.8",
  84. "postcss-loader": "^6.2.1",
  85. "postcss-preset-env": "^7.4.2",
  86. "prettier": "^2.5.1",
  87. "sass": "^1.45.2",
  88. "sass-loader": "^12.4.0",
  89. "standard-version": "^9.3.2",
  90. "terser": "^5.7.0",
  91. "terser-webpack-plugin": "^5.3.6",
  92. "thread-loader": "^3.0.4",
  93. "ts-loader": "^9.2.7",
  94. "ts-node": "^10.9.1",
  95. "typescript": "^4.6.2",
  96. "vue-loader": "^17.0.0",
  97. "vue-style-loader": "^4.1.3",
  98. "webpack": "^5.68.0",
  99. "webpack-bundle-analyzer": "^4.4.1",
  100. "webpack-cli": "^4.9.2",
  101. "webpack-dev-server": "^4.7.2",
  102. "webpack-merge": "^5.7.3",
  103. "webpackbar": "^5.0.2",
  104. "windicss-webpack-plugin": "^1.7.7"
  105. }
  106. }