forked from PopPunkLLC/GasliteDrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "airdrop-by-gaslite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"wagmi": "wagmi generate",
"pretty": "npx prettier . --write"
},
"dependencies": {
"@abstract-foundation/agw-client": "^1.4.2",
"@abstract-foundation/agw-react": "^1.5.4",
"@iconify/react": "^4.1.0",
"@privy-io/cross-app-connect": "^0.1.5",
"@rainbow-me/rainbowkit": "^2.2.4",
"@react-hookz/web": "^23.1.0",
"@sentry/nextjs": "^7.93.0",
"@tanstack/react-query": "^5.67.1",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vercel/kv": "^1.0.0",
"@wagmi/cli": "~0.1.3",
"@wagmi/connectors": "^5.7.8",
"@wagmi/core": "^2.16.5",
"alchemy-sdk": "^2.10.1",
"autoprefixer": "10.4.15",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.1",
"lodash": "^4.17.21",
"next": "13.4.19",
"postcss": "^8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-papaparse": "^4.1.0",
"sonner": "^0.1.1",
"tailwindcss": "3.3.3",
"twitter-api-sdk": "^1.2.1",
"typescript": "5.2.2",
"viem": "~2.23.5",
"wagmi": "^2.14.12",
"zod": "^3.20.2"
},
"devDependencies": {
"prettier": "^3.5.3"
}
}