-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chainlink/contracts": "^0.5.1",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@openzeppelin/contracts": "^4.8.0",
"@rainbow-me/rainbowkit": "^0.8.0",
"axios": "^1.1.3",
"chai": "^4.3.7",
"ethers": "^5.7.2",
"file-saver": "^2.0.5",
"hardhat": "^2.12.2",
"moralis": "^2.7.1",
"next": "13.0.2",
"next-auth": "^4.16.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.56.0",
"wagmi": "^0.8.5",
"web3.storage": "^4.4.0",
"web3modal": "^1.9.9"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2"
}
}