forked from builders-garden/open-frames-starter-onchainkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 877 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
{
"name": "a-frame-in-100-lines",
"version": "0.13.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",
"debug": "frames"
},
"keywords": [],
"author": "https://twitter.com/Zizzamia",
"license": "MIT",
"dependencies": {
"@coinbase/onchainkit": "0.14.1",
"@frames.js/debugger": "^0.3.3",
"@xmtp/frames-validator": "^0.6.2",
"bufferutil": "^4.0.8",
"next": "13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"satori": "^0.10.14",
"sharp": "^0.32.6",
"utf-8-validate": "^6.0.4",
"viem": "^2.7.1"
},
"devDependencies": {
"@types/node": "^20.11.8",
"@types/react": "18.2.48",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
}
}