-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "fixie-voice-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"test": "tsc -p .",
"start": "next start",
"lint": "next lint --max-warnings 0",
"lint:fix": "yarn lint --fix",
"format": "prettier --write .",
"format:check": "prettier . --check"
},
"dependencies": {
"@deepgram/sdk": "^2.4.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@octokit/graphql": "^5.0.6",
"@ozymandiasthegreat/vad": "^2.0.7",
"@soniox/soniox-node": "^1.2.2",
"@tailwindcss/forms": "^0.5.3",
"@vercel/analytics": "^1.1.1",
"ai": "^2.1.8",
"autoprefixer": "10.4.14",
"aws4fetch": "^1.0.17",
"classnames": "^2.3.2",
"dotenv": "^16.4.4",
"eslint": "8.42.0",
"eslint-config-next": "^14.0.1",
"fixie-web": "1.0.9",
"livekit-client": "^1.14.4",
"lodash": "^4.17.21",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"mpg123-decoder": "^0.4.9",
"next": "^14.0.1",
"playht": "^0.9.6",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-swipeable": "^7.0.1",
"remark-gfm": "^3.0.1",
"request": "2.79.0",
"sentence-splitter": "^4.2.1",
"tailwindcss": "3.3.2",
"typescript": "^5.1.3",
"word-error-rate": "^0.0.7"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@next/eslint-plugin-next": "^14.0.1",
"@types/aws4": "^1.11.3",
"@types/lodash": "^4.14.195",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "^18.2.7",
"@types/request": "^2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint-config-nth": "^2.0.1",
"prettier": "^3.1.1"
}
}