-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 896 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
{
"name": "PiNFT",
"version": "1.0.0",
"description": "Decentralized Marketplace for Non-Fungible Tokens (NFTs)",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
},
"keywords": ["NFT", "marketplace", "decentralized", "PiNFT", "non-fungible tokens"],
"author": "KOSASIH",
"license": "Apache 2.0",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.3.0",
"redux": "^4.1.2",
"redux-thunk": "^2.3.0",
"ethers": "^5.4.0",
"web3-react": "^6.1.0",
"web3-provider": "^1.2.0",
"@ethersproject/providers": "^5.4.0",
"ipfs-http-client": "^56.0.0",
"buffer": "^6.0.3",
"openzeppelin-sdk": "^2.8.0",
"erc721": "^4.0.0"
},
"devDependencies": {
"react-scripts": "^4.0.3"
}
}