-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "nft-marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "next lint",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.4.1",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"eslint": "^8.5.0",
"ethers": "^5.5.3",
"ipfs-http-client": "^50.1.2",
"next": "12.0.7",
"react": "17.0.2",
"react-bootstrap": "^2.1.1",
"react-dom": "17.0.2",
"react-loader-spinner": "^5.0.8",
"react-toastify": "^8.1.0",
"solidity-coverage": "^0.7.17",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@nomiclabs/hardhat-ganache": "^2.0.1",
"autoprefixer": "^10.4.0",
"eslint-config-next": "12.0.7",
"hardhat": "^2.8.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7"
},
"description": "The app will be a fully functional NFT marketplace where you can list, sell and track your nft's. The smart contracts were programmed in Solidity with Next.js running the front and backend. Styling with TailwindCSS and Bootstrap.",
"main": "config.js",
"directories": {
"test": "test"
},
"author": "",
"license": "ISC"
}