-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
53
54
55
{
"name": "d-patreon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@openzeppelin/contracts": "^4.6.0",
"@tanem/react-nprogress": "^5.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.14",
"axios": "^0.27.2",
"ethers": "^5.6.9",
"formik": "^2.2.9",
"ipfs-http-client": "^57.0.1",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-query": "^3.39.1",
"web3modal": "^1.9.8",
"yup": "^0.32.11"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/mocha": "^9.1.1",
"@types/node": "17.0.39",
"@types/react": "18.0.10",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.9.7",
"hardhat-gas-reporter": "^1.0.8",
"postcss": "^8.4.14",
"solidity-coverage": "^0.7.21",
"tailwindcss": "^3.1.2",
"ts-node": "^10.8.1",
"typechain": "^8.1.0",
"typescript": "4.7.2"
}
}