-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 KB
/
package.json
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": {
"build": "bunx next build",
"clean": "git clean -xdf",
"dev": "bunx next dev",
"lint": "bunx @biomejs/biome check --write .",
"start": "bunx next start"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.7",
"@headlessui/react": "^2.1.2",
"@vercel/analytics": "^1.3.1",
"@xenova/transformers": "^2.17.2",
"axios": "^1.7.2",
"next": "^14.2.5",
"onnxruntime-web": "^1.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"webpack": "^5.93.0"
},
"repository": "[email protected]:huuquyet/PhoWhisper-next",
"bugs": {
"url": "https://github.com/huuquyet/PhoWhisper-next/issues",
"email": "[email protected]"
},
"homepage": "https://hf.co/spaces/huuquyet/PhoWhisper-next",
"license": "MIT",
"keywords": [
"PhoWhisper",
"Transformers.js",
"Next.js",
"speech-regconition",
"vietnamese",
"vinai",
"onnx-models",
"whisper"
]
}