-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "whisper-web",
"description": "ML-powered speech recognition for Vietnamese directly in your browser, built with Transformers.js",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite preview --host",
"clean": "git clean -xdf",
"lint": "bunx @biomejs/biome check --write ."
},
"dependencies": {
"@headlessui/react": "^2.2.7",
"@vercel/analytics": "^1.5.0",
"@xenova/transformers": "^2.17.2",
"axios": "^1.11.0",
"onnxruntime-web": "^1.22.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.13",
"@types/bun": "^1.2.21",
"@types/node": "^24.3.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"vite": "^7.1.4",
"vite-plugin-pwa": "^1.0.3",
"vite-tsconfig-paths": "^5.1.4"
},
"repository": "git@github.com:huuquyet/PhoWhisper-next",
"bugs": {
"url": "https://github.com/huuquyet/PhoWhisper-next/issues",
"email": "huuquyetng@gmail.com"
},
"homepage": "https://hf.co/spaces/huuquyet/PhoWhisper-next",
"license": "MIT",
"keywords": [
"PhoWhisper",
"Transformers.js",
"Vite",
"speech-regconition",
"vietnamese",
"vinai",
"onnx-models",
"whisper"
]
}