-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
51
52
{
"name": "nft-game",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@appliedblockchain/chainlink-plugins-fund-link": "^0.0.3",
"@chainlink/contracts": "^0.3.1",
"@ethersproject/providers": "^5.5.2",
"@ethersproject/units": "^5.5.0",
"@hookform/resolvers": "^2.8.5",
"@next-auth/mongodb-adapter": "^1.0.1",
"@openzeppelin/contracts": "^4.4.2",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@web3-react/core": "^6.1.9",
"@web3-react/frame-connector": "^6.0.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.8",
"daisyui": "^1.22.0",
"dotenv": "^11.0.0",
"ethers": "^5.5.3",
"mongodb": "^4.3.1",
"next": "12.0.7",
"next-auth": "^4.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.22.5",
"web3": "^1.6.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"chai": "^4.3.4",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.8.2",
"postcss": "^8.4.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.2.0",
"tailwindcss": "^3.0.12",
"typescript": "4.5.4"
}
}