-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 829 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
{
"name": "gm",
"private": true,
"type": "module",
"scripts": {
"build": "npx @airstack/frog vercel-build",
"dev": "npx @airstack/frog dev",
"deploy": "vercel --prod",
"deploy:preview": "vercel"
},
"dependencies": {
"@airstack/frog": "^0.0.8",
"@farcaster/hub-nodejs": "^0.11.9",
"@types/node": "^20.12.8",
"@types/node-fetch": "^2.6.11",
"@vercel/kv": "^1.0.1",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"frog": "^0.11.4",
"hono": "^4.3.11",
"node-fetch": "^3.3.2",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"vite": "^5.2.11"
},
"author": {
"name": "Yoseph Kurnia Soenggoro",
"url": "https://github.com/yosephks"
},
"devDependencies": {
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vercel": "^33.7.0"
}
}