36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "web-player",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "A local-first browser AI video editor for voiceovers, captions, talking avatars, and multi-track timeline export.",
|
|
"license": "MIT",
|
|
"homepage": "https://video-editor.ai-creator.top/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MartinDelophy/ai-video-editor.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MartinDelophy/ai-video-editor/issues"
|
|
},
|
|
"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",
|
|
"fflate": "^0.8.3",
|
|
"kokoro-js": "^1.2.1",
|
|
"onnxruntime-web": "^1.27.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"vite": "6.4.2"
|
|
}
|
|
}
|