-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 KB
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": "a-frame-in-100-lines",
"version": "0.11.0",
"scripts": {
"build": "rm -rf .next && next build",
"dev": "next dev",
"format": "prettier --log-level warn --write .",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "https://twitter.com/Zizzamia",
"license": "MIT",
"dependencies": {
"@airstack/airstack-react": "^0.6.3",
"@airstack/frames": "^1.1.4",
"@airstack/node": "^0.0.6",
"@api/neynar": "file:.api/apis/neynar",
"@coinbase/onchainkit": "0.11.0",
"@neynar/nodejs-sdk": "^1.20.1",
"@vercel/og": "^0.6.2",
"bufferutil": "^4.0.8",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"firebase": "^10.11.0",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"utf-8-validate": "^6.0.3",
"viem": "^2.7.1"
},
"devDependencies": {
"@types/node": "^20.11.8",
"@types/react": "18.2.48",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
}
}