-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 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
{
"name": "CezarX",
"author": "CezarX",
"license": "GPL-3.0-or-later",
"scripts": {
"start": "next",
"build": "next build && next export"
},
"dependencies": {
"@ethersproject/providers": "^5.0.24",
"@ethersproject/units": "^5.0.11",
"@web3-react/core": "^6.1.9",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "latest",
"@web3-react/walletconnect-connector": "^6.1.9",
"@web3-react/walletlink-connector": "^6.1.9",
"babel-plugin-styled-components": "^1.12.0",
"ethereumjs-units": "^0.2.0",
"evergreen-ui": "^5.1.2",
"next": "^10.0.9",
"react": ">=16.8",
"react-copy-to-clipboard": "^5.0.3",
"react-countdown": "^2.3.1",
"react-dom": ">=16.8",
"react-router-dom": "^5.2.0",
"styled-components": "^5.2.1",
"typescript": "^4.2.3"
},
"devDependencies": {
"@types/react": "^17.0.3"
}
}