-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 722 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 722 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
{
"name": "farhack-matchmaker",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"deploy": "vercel",
"build": "next build",
"start": "next start",
"lint": "next lint",
"bot": "npm run build && pm2 start ecosystem.config.cjs"
},
"dependencies": {
"@neynar/nodejs-sdk": "^1.21.2",
"@vercel/kv": "^1.0.1",
"effect": "^3.1.2",
"frog": "latest",
"hono": "^4",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/node-cron": "^3.0.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"node-cron": "^3.0.3",
"typescript": "^5",
"vercel": "^32.4.1"
}
}