forked from hahahumble/speechgpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.51 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": "speechgpt",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\""
},
"dependencies": {
"@aws-sdk/client-polly": "^3.303.0",
"@aws-sdk/client-transcribe-streaming": "^3.303.0",
"@aws-sdk/polly-request-presigner": "^3.303.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"@reduxjs/toolkit": "^1.9.3",
"@tippyjs/react": "^4.2.6",
"@types/react-speech-recognition": "^3.9.1",
"aws-sdk": "^2.1348.0",
"axios": "^1.3.4",
"classnames": "^2.3.2",
"highlight.js": "^11.7.0",
"i18next": "^22.4.13",
"microsoft-cognitiveservices-speech-sdk": "^1.26.0",
"openai": "^3.2.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-speech-to-text": "^0.8.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.2.0",
"react-markdown": "^8.0.6",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"react-scroll": "^1.8.9",
"react-textarea-autosize": "^8.4.1"
},
"devDependencies": {
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@types/react-scroll": "^1.8.6",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prettier": "2.8.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.3",
"vite": "^4.2.1"
}
}