d3ro-voice/site/package.json
Yun Chan 57c17d0977
Some checks failed
deploy-site / deploy (push) Failing after 13m48s
fix(desktop): recommend the model the app actually uses
The Ollama setup guide still led with two retired models while the app already
defaults to the newer one, so a fresh setup would install a model the app does
not use. The guide now recommends the same model as the rest of the app and
lists current lightweight alternatives.
2026-09-18 17:15:37 +09:00

25 lines
582 B
JSON

{
"name": "d3ro-voice-site",
"private": true,
"version": "1.3.5",
"type": "module",
"scripts": {
"dev": "vite --port 5199 --host",
"build": "tsc -b && vite build",
"preview": "vite preview --port 5199 --host"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.0",
"vite": "^6.0.0"
}
}