-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 1000 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
{
"name": "comp.vote",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "NODE_OPTIONS=\"--openssl-legacy-provider\" next dev",
"build": "NODE_OPTIONS=\"--openssl-legacy-provider\" next build",
"start": "NODE_OPTIONS=\"--openssl-legacy-provider\" next start"
},
"dependencies": {
"@compound-finance/comet-extension": "^0.0.11",
"@davatar/react": "^1.8.1",
"@ethersproject/providers": "^5.5.2",
"@metamask/eth-sig-util": "^4.0.0",
"@vercel/analytics": "^1.2.2",
"@openzeppelin/defender-relay-client": "^1.48.0",
"@walletconnect/web3-provider": "^1.6.6",
"axios": "^0.21.0",
"dayjs": "^1.9.6",
"mongodb": "^3.6.3",
"next": "10.2.3",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hamburger-menu": "^1.2.1",
"react-spinners": "^0.10.2",
"sass": "^1.29.0",
"unstated-next": "^1.1.0",
"web3": "1.7.3",
"web3modal": "^1.9.2"
}
}