-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.19 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
{
"name": "voice-thingy-with-braintrust-neon",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"schema": "tsx ./schema.tsx",
"relay": "tsx ./relay-server/index.js",
"fmt": "prettier --write '**/*' --ignore-unknown"
},
"dependencies": {
"@neondatabase/serverless": "^0.10.3",
"@openai/realtime-api-beta": "github:openai/openai-realtime-api-beta",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"driver.js": "^1.3.1",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-feather": "^2.0.10",
"sonner": "^1.7.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/ws": "^8.5.13",
"autoprefixer": "^9.8.8",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}