| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "name": "billd-live",
- "version": "0.0.1",
- "repository": {
- "type": "git",
- "url": "https://github.com/galaxy-s10/billd-live.git"
- },
- "author": "shuisheng <2274751790@qq.com>",
- "scripts": {
- "build": "webpack --config ./script/config/webpack.common.ts --env production",
- "commit": "cz",
- "copy": "node ./handleGiteeJenkins.js",
- "lint": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache",
- "lint:fix": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache --fix",
- "prepare": "husky install",
- "prettier": "prettier --write .",
- "push": "cz && standard-version",
- "release": "standard-version",
- "start": "cross-env webpack serve --config ./script/config/webpack.common.ts --env development",
- "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",
- "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",
- "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",
- "start:stats": "cross-env WEBPACK_ANALYZER_SWITCH=true webpack serve --config ./script/config/webpack.common.ts --env development",
- "typecheck": "tsc -p ./tsconfig.json --noEmit"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-customizable"
- },
- "cz-customizable": {
- "config": "./.cz-config.js"
- }
- },
- "dependencies": {
- "@vicons/ionicons5": "^0.12.0",
- "axios": "^1.2.1",
- "billd-html-webpack-plugin": "^1.0.1",
- "billd-scss": "^0.0.7",
- "billd-utils": "^0.0.12",
- "browser-tool": "^1.0.5",
- "flv.js": "^1.6.2",
- "js-cookie": "^3.0.5",
- "m3u8-parser": "^6.2.0",
- "mediainfo.js": "^0.1.9",
- "mediasoup-client": "^3.6.84",
- "msr": "^1.3.4",
- "naive-ui": "^2.34.3",
- "pinia": "^2.0.33",
- "qrcode": "^1.5.3",
- "socket.io-client": "^4.6.1",
- "unplugin-vue-components": "^0.24.1",
- "vconsole": "^3.15.0",
- "video.js": "^8.3.0",
- "vue": "^3.2.31",
- "vue-demi": "^0.13.11",
- "vue-router": "^4.0.13",
- "webrtc-adapter": "^8.2.2"
- },
- "devDependencies": {
- "@babel/core": "^7.14.0",
- "@babel/preset-env": "^7.14.2",
- "@commitlint/cli": "^16.0.1",
- "@commitlint/config-conventional": "^16.0.0",
- "@rushstack/eslint-patch": "^1.1.0",
- "@soda/friendly-errors-webpack-plugin": "^1.8.1",
- "@types/node": "^18.11.9",
- "@types/video.js": "^7.3.52",
- "@typescript-eslint/parser": "^5.8.1",
- "@vue/compiler-sfc": "^3.2.31",
- "@vue/eslint-config-prettier": "^7.0.0",
- "@vue/eslint-config-typescript": "^10.0.0",
- "@vue/preload-webpack-plugin": "^2.0.0",
- "babel-loader": "^8.2.2",
- "chalk": "^4",
- "commitizen": "^4.2.4",
- "compression-webpack-plugin": "^9.2.0",
- "copy-webpack-plugin": "^8.1.0",
- "core-js": "^3.17.2",
- "cross-env": "^7.0.3",
- "css-loader": "^6.7.1",
- "css-minimizer-webpack-plugin": "^3.0.0",
- "cz-conventional-changelog": "^3.3.0",
- "cz-customizable": "^7.0.0",
- "eslint": "^8.13.0",
- "eslint-plugin-import": "^2.27.5",
- "eslint-plugin-vue": "^8.5.0",
- "eslint-webpack-plugin": "^3.1.1",
- "file-loader": "^6.2.0",
- "fork-ts-checker-webpack-plugin": "^7.2.6",
- "html-webpack-plugin": "^5.5.0",
- "html-webpack-tags-plugin": "^3.0.1",
- "husky": "^7.0.0",
- "lint-staged": "^12.1.4",
- "mini-css-extract-plugin": "^2.6.0",
- "node-emoji": "^1.11.0",
- "portfinder": "^1.0.28",
- "postcss": "^8.4.8",
- "postcss-loader": "^6.2.1",
- "postcss-preset-env": "^7.4.2",
- "prettier": "^2.5.1",
- "sass": "^1.45.2",
- "sass-loader": "^12.4.0",
- "standard-version": "^9.3.2",
- "terser": "^5.7.0",
- "terser-webpack-plugin": "^5.3.6",
- "thread-loader": "^3.0.4",
- "ts-loader": "^9.2.7",
- "ts-node": "^10.9.1",
- "typescript": "^4.6.2",
- "vue-loader": "^17.0.0",
- "vue-style-loader": "^4.1.3",
- "webpack": "^5.68.0",
- "webpack-bundle-analyzer": "^4.4.1",
- "webpack-cli": "^4.9.2",
- "webpack-dev-server": "^4.7.2",
- "webpack-merge": "^5.7.3",
- "webpackbar": "^5.0.2",
- "windicss-webpack-plugin": "^1.7.7"
- }
- }
|