-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 894 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
{
"name": "bookie_bot",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-tailwind/react": "^2.1.9",
"@rainbow-me/rainbowkit": "^2.1.4",
"@reduxjs/toolkit": "1.9.6",
"@tanstack/react-query": "^5.51.11",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"crypto": "^1.0.1",
"ethers": "^6.13.2",
"flowbite-react": "^0.10.1",
"next": "^14.2.3",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.0",
"react-modal": "^3.16.1",
"react-redux": "8.1.2",
"react-toastify": "^10.0.5",
"tailwindcss": "^3.4.10",
"toast-react": "^1.0.0",
"viem": "2.17.0",
"wagmi": "^2.12.0"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.3.0",
"typescript": "5.4.2"
}
}