-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 934 Bytes
/
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
{
"name": "1116",
"version": "1.0.0",
"main": "server/server.ts",
"scripts": {
"dev:frontend": "vite",
"dev:backend": "ts-node-dev server/server.ts",
"dev": "concurrently \"npm run dev:frontend\" \"npm run dev:backend\"",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@daily-co/realtime-ai-daily": "^0.2.1",
"@openai/realtime-api-beta": "github:openai/openai-realtime-api-beta",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"morgan": "^1.10.0",
"realtime-ai": "^0.2.1"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/morgan": "^1.9.9",
"@types/node": "^22.9.0",
"concurrently": "^9.1.0",
"eslint": "^9.15.0",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}