mirror of
https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git
synced 2026-08-12 07:55:33 -06:00
20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"name": "microwakeword-trainer-ui",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"vue": "3.5.40"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "6.0.8",
|
|
"typescript": "5.9.3",
|
|
"vite": "8.2.0",
|
|
"vue-tsc": "3.3.9"
|
|
}
|
|
}
|