-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1003 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
36
37
38
39
40
41
{
"name": "livepeer-framer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"frog-dev": "frog dev"
},
"dependencies": {
"@airstack/frog": "^0.0.8",
"@livepeer/react": "^4.1.11",
"@nextui-org/react": "^2.2.10",
"@privy-io/react-auth": "^1.59.5",
"@tableland/sdk": "^6.0.0",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
"@vercel/og": "^0.6.2",
"autoprefixer": "10.4.19",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"ethers": "^5.7.2",
"frames.js": "^0.9.5",
"frog": "latest",
"hono": "^4",
"livepeer": "^3.0.2",
"next": "14.2.0",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"tailwindcss": "3.4.1",
"typescript": "5.4.3",
"viem": "^2.9.15"
}
}