使用React基于WebSocket的聊天程序,普通文本消息,文件,图片,视频消息,语音消息,视频通话,屏幕共享等。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

46 lines
1.0 KiB

{
"name": "chat-room",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"antd": "^4.16.13",
"axios": "^0.24.0",
"js-audio-recorder": "^1.0.7",
"protobufjs": "^6.11.2",
"socket.io-client": "^4.3.2",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^7.2.6",
"redux-thunk": "^2.4.0",
"react-router-dom": "^5.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"proto": "npx pbjs -t json-module -w commonjs -o src/chat/proto/proto.js src/chat/proto/*.proto"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}