forked from galaxy-s10/billd-live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "billd-live",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/galaxy-s10/billd-live.git"
},
"author": "shuisheng <[email protected]>",
"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.5",
"billd-scss": "^0.0.8",
"billd-utils": "^0.0.19",
"fabric": "^5.3.0",
"flv.js": "^1.6.2",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"mpegts.js": "^1.7.3",
"msr": "^1.3.4",
"naive-ui": "^2.34.4",
"pinia": "^2.0.33",
"pinia-plugin-persistedstate": "^3.2.0",
"qrcode": "^1.5.3",
"socket.io-client": "^4.7.2",
"spark-md5": "^3.0.2",
"video.js": "^8.3.0",
"vue": "^3.3.4",
"vue-demi": "^0.13.11",
"vue-router": "^4.0.13",
"webrtc-adapter": "^8.2.2",
"worker-timers": "^7.0.74"
},
"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",
"@swc/core": "^1.3.84",
"@types/fabric": "^5.3.3",
"@types/node": "^18.11.9",
"@types/video.js": "^7.3.52",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@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",
"crypto-js": "^4.2.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.0.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"esbuild-loader": "^4.0.2",
"eslint": "^8.13.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.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": "^3.0.1",
"sass": "^1.45.2",
"sass-loader": "^12.4.0",
"standard-version": "^9.3.2",
"swc-loader": "^0.2.3",
"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": "^5.1.6",
"unplugin-vue-components": "^0.24.1",
"vconsole": "^3.15.0",
"vue-loader": "^17.2.2",
"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"
}
}