-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
53
{
"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.9",
"@headlessui/react": "^2.2.0",
"@vercel/analytics": "^1.4.1",
"@xenova/transformers": "^2.17.2",
"axios": "^1.7.8",
"next": "^15.0.3",
"onnxruntime-web": "^1.20.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"webpack": "^5.96.1"
},
"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",
"Next.js",
"speech-regconition",
"vietnamese",
"vinai",
"onnx-models",
"whisper"
]
}