-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 855 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 855 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^0.12.1",
"@react-google-maps/api": "^2.18.1",
"axios": "^1.3.4",
"crypto": "^1.0.1",
"ethers": "^5.7.2",
"fetch": "^1.1.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-modal": "^3.16.1",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"swr": "^2.1.0",
"use-places-autocomplete": "^4.0.0",
"wagmi": "^0.12.1",
"web3": "^1.8.2"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}