zhibo/archive/extras/live-streaming/client/package.json

24 lines
575 B
JSON

{
"name": "live-streaming-client",
"version": "1.0.0",
"private": true,
"dependencies": {
"axios": "^1.6.2",
"flv.js": "^1.6.2",
"hls.js": "^1.4.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.0",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"proxy": "http://localhost:3001",
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version"]
}
}