-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
39
40
41
42
{
"name": "a-frame-in-100-lines",
"version": "0.9.4",
"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://warpcast.com/crazzywizard",
"license": "MIT",
"dependencies": {
"@coinbase/onchainkit": "^0.9.5",
"@vercel/og": "^0.6.2",
"@xmtp/frames-validator": "^0.5.2",
"@zoralabs/protocol-sdk": "^0.11.2",
"bufferutil": "^4.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.341.0",
"next": "13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^10.0.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"utf-8-validate": "^6.0.3",
"viem": "^2.9.6",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/node": "^20.11.8",
"@types/react": "18.2.48",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
}
}