-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "voice-words",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@google/generative-ai": "^0.3.1",
"@mui/material": "^5.15.12",
"@mui/x-charts": "^6.19.5",
"@upstash/redis": "^1.34.3",
"@vercel/blob": "^0.18.0",
"@vercel/kv": "^1.0.1",
"@vercel/postgres": "^0.7.2",
"jotai": "^2.7.0",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"next": "14.1.3",
"next-auth": "^4.24.7",
"node-cloudflare-r2": "^0.1.5",
"p-retry": "^6.2.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"swr": "^2.2.5"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8",
"prettier": "3.2.5",
"tailwindcss": "^3.3.0"
}
}