-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 951 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": "faucet.neptunemutual.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@binance-chain/bsc-connector": "^1.0.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/constants": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.1",
"@fontsource/inter": "4.5.1",
"@fontsource/poppins": "4.5.0",
"@fontsource/sora": "4.5.0",
"@headlessui/react": "^1.4.2",
"@neptunemutual/sdk": "^0.3.6-beta",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"bignumber.js": "^9.0.2",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7"
}
}