-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.16 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
{
"name": "b-client",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "rm -rf node_modules/.vite && vite --host --mode=development",
"build:test": "tsc && vite build --mode=test",
"build:prod": "tsc && vite build --mode=prod",
"preview": "vite preview"
},
"dependencies": {
"@antv/g2": "^5.1.20",
"@videojs-player/react": "^1.0.0",
"ahooks": "^3.7.5",
"antd": "^5.1.7",
"axios": "^1.3.1",
"dayjs": "^1.11.7",
"flv.js": "^1.6.2",
"i18next": "^23.4.1",
"i18next-browser-languagedetector": "^7.1.0",
"lodash": "^4.17.21",
"mobx": "^6.10.0",
"mobx-react-lite": "^4.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.3",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"socket.io-client": "^4.7.4",
"tcplayer.js": "^5.1.0",
"uuid": "^9.0.0",
"video.js": "7.x"
},
"devDependencies": {
"@ant-design/icons": "^5.0.1",
"@babel/core": "^7.21.0",
"@babel/parser": "^7.21.2",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/socket.io-client": "^3.0.0",
"@types/uuid": "^9.0.2",
"@types/video.js": "^7.3.57",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitejs/plugin-react-swc": "^3.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"less": "^4.1.3",
"node-ssh": "^13.1.0",
"postcss": "^8.4.21",
"postcss-preset-env": "^8.0.1",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.9.2",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-imp": "^2.4.0",
"vite-plugin-svgr": "^3.2.0"
}
}