-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 968 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 968 Bytes
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
{
"name": "voice-agent-genai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@clerk/nextjs": "^6.35.3",
"@openai/agents": "^0.0.17",
"@openai/agents-realtime": "^0.0.17",
"@vercel/speed-insights": "^1.3.1",
"axios": "^1.12.2",
"cloudinary": "^2.7.0",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.16",
"js-tiktoken": "^1.0.21",
"lucide-react": "^0.544.0",
"mongoose": "^8.20.1",
"multer": "^2.0.2",
"next": "^16.0.7",
"openai": "^6.9.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/react": "19.1.13",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"tailwindcss": "^4"
}
}