-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 772 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 772 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
{
"name": "nftmarketplacefrontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.51.15",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"@web3modal/wagmi": "^5.0.11",
"axios": "^1.7.4",
"ether": "^0.0.9",
"ethers": "^6.13.2",
"framer-motion": "^11.2.12",
"ipfs-http-client": "^60.0.1",
"next": "^14.2.6",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-icons": "^5.2.1",
"react-toastify": "^10.0.5",
"toastr": "^2.1.4",
"viem": "^2.19.4",
"wagmi": "^2.12.5",
"web3modal": "^1.9.12"
}
}