-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 970 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 970 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
{
"name": "deepwork",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"setup:dev": "ts-node scripts/setup-dev.ts",
"hookdeck": "hookdeck",
"hookdeck:login": "hookdeck login",
"hookdeck:project-select": "hookdeck project use",
"hookdeck:listen": "hookdeck listen 3000 openai-webhook --path /api/webhooks/openai"
},
"dependencies": {
"@hookdeck/sdk": "^0.4.0",
"@vercel/kv": "^3.0.0",
"next": "15.4.6",
"next-auth": "^4.24.11",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"swr": "^2.3.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.9",
"@types/react": "^19",
"@types/react-dom": "^19",
"hookdeck-cli": "^1.0.2",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}