Add English to Katakana and Romaji conversion support

This commit is contained in:
2025-06-11 22:04:43 +09:00
parent 653425bf34
commit a77a8aa9bd
10 changed files with 378 additions and 11 deletions

View File

@ -22,6 +22,8 @@
"cheerio": "^1.0.0",
"ffmpeg-static": "^5.2.0",
"hono": "^4.7.11",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-mecab": "^1.0.1",
"openai": "^4.104.0",
"puppeteer": "^24.10.0",
"react": "^19.1.0",
@ -29,6 +31,7 @@
"react-helmet-async": "^2.0.5",
"react-router-dom": "^7.6.2",
"rss-parser": "^3.13.0",
"wanakana": "^5.3.1",
"xml2js": "^0.6.2"
},
"type": "module",