-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
{
"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/genai": "^1.3.0",
"@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"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}