-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
{
"name": "airdrop-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.4.1",
"@react-three/drei": "^9.99.7",
"@react-three/fiber": "^8.15.19",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^5.24.1",
"@types/three": "^0.162.0",
"@web3auth/base": "^8.0.0",
"@web3auth/ethereum-provider": "^8.0.1",
"@web3auth/modal": "^8.0.1",
"@web3auth/no-modal": "^8.0.1",
"@web3auth/openlogin-adapter": "^8.0.1",
"@web3auth/wallet-services-plugin": "^8.0.1",
"@web3auth/web3auth-wagmi-connector": "^6.0.0",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"color-convert": "^2.0.1",
"framer-motion": "^11.0.8",
"next": "^14.2.3",
"react": "^18",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-markdown": "^9.0.1",
"react-otp-input": "^3.1.1",
"react-qr-code": "^2.0.12",
"react-redux": "^8.1.2",
"react-yandex-metrika": "^2.6.0",
"redux": "^4.2.1",
"tailwind-merge": "^2.2.1",
"three": "^0.162.0",
"usehooks-ts": "^2.14.0",
"viem": "^2.13.1",
"wagmi": "^2.9.7"
},
"devDependencies": {
"@types/color-convert": "^2.0.3",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.3.0",
"typescript": "^5.4.5"
}
}