-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
49
50
{
"name": "nft_marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"backend": "nodemon ./backend/server.js ",
"server": "nodemon ./backend/index.js"
},
"dependencies": {
"@next/font": "13.1.6",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@openzeppelin/contracts": "^4.8.1",
"@walletconnect/web3-provider": "^1.8.0",
"axios": "^1.3.3",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"chai": "^4.3.7",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"express": "^4.18.2",
"hardhat": "^2.12.7",
"http": "^0.0.1-security",
"ipfs-http-client": "^60.0.0",
"mongodb": "^5.7.0",
"mongoose": "^7.4.0",
"mysql2": "^3.2.0",
"next": "13.1.6",
"nodemon": "^2.0.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.9.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"web3": "^1.8.2",
"web3modal": "^1.9.12"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}