forked from NilayGanvit/AFB3_NFT-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 940 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
38
{
"name": "nft-marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.0",
"@pinata/sdk": "^1.1.26",
"alchemy-sdk": "^2.0.1",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"globally": "^0.0.0",
"ipfs-http-client": "^57.0.3",
"next": "^12.2.0",
"node-fetch": "^3.2.10",
"pinata-ipfs-http-client": "^42.0.2",
"postcss": "^8.4.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web3modal": "^1.9.8"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"chai": "^4.2.0",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.10.1",
"tailwindcss": "^3.1.5"
}
}