-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "safezen-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@superfluid-finance/sdk-core": "^0.4.2",
"@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.8",
"axios": "^0.27.2",
"ethereumjs-units": "^0.2.0",
"ethers": "^5.6.5",
"ipfs-http-client": "^56.0.3",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-dropdown": "^1.10.0",
"react-icons": "^4.3.1",
"react-select": "^5.3.2",
"web3": "^1.7.3"
},
"devDependencies": {
"@types/node": "16.11.10",
"@types/react": "^17.0.38",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"sass": "^1.51.0",
"typescript": "4.5.2"
},
"overrides": {
"@walletconnect/ethereum-provider": "1.7.5",
"@walletconnect/jsonrpc-provider": "1.0.0"
}
}