-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.75 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "zerofi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@lens-protocol/react": "^1.3.1",
"@lens-protocol/react-web": "^1.3.1",
"@lens-protocol/wagmi": "^2.1.1",
"@openzeppelin/contracts": "^4.9.6",
"@privy-io/react-auth": "^1.40.3",
"@privy-io/wagmi-connector": "^0.1.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@rainbow-me/rainbowkit": "^1.0.11",
"@supabase/supabase-js": "^2.36.0",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@worldcoin/idkit": "^0.5.1",
"autoprefixer": "10.4.16",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"ds-test": "github:dapphub/ds-test",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"ethers": "^5.7.2",
"forge-std": "github:foundry-rs/forge-std",
"lucide-react": "^0.279.0",
"next": "14.2.10",
"nodemon": "^3.0.1",
"postcss": "8.4.47",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "5.2.2",
"viem": "^1.12.1",
"wagmi": "^1.4.2"
}
}