-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "v1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.1.2",
"@splinetool/react-spline": "^2.2.6",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@web3-storage/w3up-client": "^12.2.1",
"autoprefixer": "10.4.16",
"axios": "^1.5.1",
"bn.js": "^5.2.1",
"clipboard-copy": "^4.0.1",
"dotenv": "^16.3.1",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"ethers": "^5.7.2",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"next": "13.5.2",
"pino-pretty": "^11.0.0",
"postcss": "8.4.30",
"react": "^18.2.0",
"react-calendar": "^4.6.0",
"react-dom": "18.2.0",
"react-hooks-global-state": "^2.1.0",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"react-toggle-button": "^2.2.0",
"swiper": "^11.0.4",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"viem": "^1.16.5",
"wagmi": "^1.4.3",
"web3.storage": "^4.5.5",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@types/bn.js": "^5.1.2"
}
}