24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"name": "web-player",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 127.0.0.1",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 127.0.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@diffusionstudio/vits-web": "^1.0.3",
|
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
|
"@ffmpeg/util": "^0.12.2",
|
|
"@huggingface/transformers": "^3.8.1",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@vitejs/plugin-react": "5.0.4",
|
|
"kokoro-js": "^1.2.1",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"vite": "6.4.2"
|
|
}
|
|
}
|