五色花h5播放器
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.

27 lines
566 B

2 months ago
{
"private": true,
"author": "",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"antd": "^5.20.6",
"axios": "^1.7.7",
"hls.js": "^1.5.15",
"react-audio-player": "^0.17.0",
"react-player": "^2.16.0",
"umi": "^4.3.20",
"video.js": "^8.17.4",
"videojs-contrib-hls.js": "^3.2.0"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"typescript": "^5.0.3"
}
}