package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. "@vicons/ionicons5": "^0.12.0",
  36. "axios": "^1.2.1",
  37. "billd-html-webpack-plugin": "^1.0.5",
  38. "billd-scss": "^0.0.7",
  39. "billd-utils": "^0.0.15",
  40. "browser-tool": "^1.0.5",
  41. "fabric": "^5.3.0",
  42. "flv.js": "^1.6.2",
  43. "js-cookie": "^3.0.5",
  44. "localforage": "^1.10.0",
  45. "mpegts.js": "^1.7.3",
  46. "naive-ui": "^2.34.4",
  47. "pinia": "^2.0.33",
  48. "pinia-plugin-persistedstate": "^3.2.0",
  49. "qrcode": "^1.5.3",
  50. "socket.io-client": "^4.6.1",
  51. "video.js": "^8.3.0",
  52. "vue": "^3.3.4",
  53. "vue-demi": "^0.13.11",
  54. "vue-router": "^4.0.13",
  55. "webrtc-adapter": "^8.2.2",
  56. "worker-timers": "^7.0.74"
  57. },
  58. "devDependencies": {
  59. "@babel/core": "^7.14.0",
  60. "@babel/preset-env": "^7.14.2",
  61. "@commitlint/cli": "^16.0.1",
  62. "@commitlint/config-conventional": "^16.0.0",
  63. "@rushstack/eslint-patch": "^1.1.0",
  64. "@soda/friendly-errors-webpack-plugin": "^1.8.1",
  65. "@swc/core": "^1.3.84",
  66. "@types/fabric": "^5.3.3",
  67. "@types/node": "^18.11.9",
  68. "@types/video.js": "^7.3.52",
  69. "@vue/compiler-sfc": "^3.3.4",
  70. "@vue/eslint-config-prettier": "^8.0.0",
  71. "@vue/eslint-config-typescript": "^11.0.3",
  72. "@vue/preload-webpack-plugin": "^2.0.0",
  73. "babel-loader": "^8.2.2",
  74. "chalk": "^4",
  75. "commitizen": "^4.2.4",
  76. "compression-webpack-plugin": "^9.2.0",
  77. "copy-webpack-plugin": "^8.1.0",
  78. "core-js": "^3.17.2",
  79. "cross-env": "^7.0.3",
  80. "css-loader": "^6.7.1",
  81. "css-minimizer-webpack-plugin": "^3.0.0",
  82. "cz-conventional-changelog": "^3.3.0",
  83. "cz-customizable": "^7.0.0",
  84. "esbuild-loader": "^4.0.2",
  85. "eslint": "^8.13.0",
  86. "eslint-import-resolver-typescript": "^3.5.5",
  87. "eslint-plugin-import": "^2.28.0",
  88. "eslint-webpack-plugin": "^3.1.1",
  89. "file-loader": "^6.2.0",
  90. "fork-ts-checker-webpack-plugin": "^7.2.6",
  91. "html-webpack-plugin": "^5.5.0",
  92. "html-webpack-tags-plugin": "^3.0.1",
  93. "husky": "^7.0.0",
  94. "lint-staged": "^12.1.4",
  95. "mini-css-extract-plugin": "^2.6.0",
  96. "node-emoji": "^1.11.0",
  97. "portfinder": "^1.0.28",
  98. "postcss": "^8.4.8",
  99. "postcss-loader": "^6.2.1",
  100. "postcss-preset-env": "^7.4.2",
  101. "prettier": "^3.0.1",
  102. "sass": "^1.45.2",
  103. "sass-loader": "^12.4.0",
  104. "standard-version": "^9.3.2",
  105. "swc-loader": "^0.2.3",
  106. "terser": "^5.7.0",
  107. "terser-webpack-plugin": "^5.3.6",
  108. "thread-loader": "^3.0.4",
  109. "ts-loader": "^9.2.7",
  110. "ts-node": "^10.9.1",
  111. "typescript": "^5.1.6",
  112. "unplugin-vue-components": "^0.24.1",
  113. "vconsole": "^3.15.0",
  114. "vue-loader": "^17.2.2",
  115. "vue-style-loader": "^4.1.3",
  116. "webpack": "^5.68.0",
  117. "webpack-bundle-analyzer": "^4.4.1",
  118. "webpack-cli": "^4.9.2",
  119. "webpack-dev-server": "^4.7.2",
  120. "webpack-merge": "^5.7.3",
  121. "webpackbar": "^5.0.2",
  122. "windicss-webpack-plugin": "^1.7.7"
  123. }
  124. }