* add user settings * fix user setting * migrate dict settings * migrate hotkeys * fix hotkey setting * update library settings * migrate gpt Engine * use user setting key enum * migrate openai * migrate more settings * migrate whisper config * migrate whisper * refactor * clean up * migrate profile * migrate recorder config * refactor * refactor * fix e2e * add api status * fix e2e * fix app init * fetch apiUrl before fetch user * update stt engine enums * update enums * update enums * refactor login flow * Fix warning * Login from remembered users * fix e2e * refactor * add unauthorized alert * feat: 🎸 dict import update (#1040) * rectified. according to Issues. * issue #1025 * feat: add Vietnamese language to support (#1043) * feat: add vietnamese language to support * fix: update Vietnamese language name to native form --------- Co-authored-by: Ryan <trongdv@coccoc.com> * upgrade deps * update locales --------- Co-authored-by: divisey <18656007202@163.com> Co-authored-by: xiaolai <lixiaolai@gmail.com> Co-authored-by: ryan <69750456+ryangwn@users.noreply.github.com> Co-authored-by: Ryan <trongdv@coccoc.com>
22 lines
518 B
JSON
22 lines
518 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": "^11.1.0",
|
|
"sass": "^1.78.0",
|
|
"vitepress": "^1.3.4",
|
|
"vitepress-plugin-mermaid": "^2.0.16",
|
|
"vue": "^3.5.3"
|
|
},
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview"
|
|
}
|
|
}
|