* upgrade deps * update whisper bin for linux * update whipser.cpp for win32 * fix ci in linux * upgrade whisper.cpp for armd darwin * upgrade whisper.cpp for x64 darwin * fix undefined error when lookup (#613) * Fix: use local timezone as default (#615) * use local timezone as default * refactor code * fix time display * Fix unhandled errors (#617) * fix undefined * prevent story preview unless url provided * refactor * Fix audible provider & add more YT channel (#618) * add more youtube channel * fix audible provider * fix youtube video card style * Feat: read & record through the transcription (#619) * may read & record fulltext of transcription * may delete & remove recording * may assess recording * fix pronunciation assessment result style * fix style * fix style * fix player confit * update locale & fix warning * upgrade langchain to v0.2.0 * ci: fix test on linux runner
22 lines
519 B
JSON
22 lines
519 B
JSON
{
|
|
"name": "1000-hours",
|
|
"devDependencies": {
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"markdown-it-ins": "^4.0.0",
|
|
"markdown-it-mark": "^4.0.0",
|
|
"markdown-it-mathjax3": "^4.3.2",
|
|
"markdown-it-sub": "^2.0.0",
|
|
"markdown-it-sup": "^2.0.0",
|
|
"mermaid": "^10.9.1",
|
|
"sass": "^1.77.2",
|
|
"vitepress": "^1.2.0",
|
|
"vitepress-plugin-mermaid": "^2.0.16",
|
|
"vue": "^3.4.27"
|
|
},
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview"
|
|
}
|
|
}
|