-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
{
"name": "syscoin-bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"firebase:dev": "firebase emulators:start"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/stepper": "^2.2.0",
"@download/blockies": "^1.0.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@eth-optimism/sdk": "3.0.0",
"@reduxjs/toolkit": "^1.9.5",
"@usedapp/core": "^1.2.13",
"@usedapp/wallet-connect-v2-connector": "^1.0.3",
"@web3-react/core": "^8.2.0",
"@web3-react/metamask": "^8.2.1",
"@web3modal/ethereum": "^2.6.2",
"@web3modal/react": "^2.6.2",
"axios": "^0.27.2",
"ethereum-blockies": "^0.1.1",
"ethers": "legacy-v5",
"framer-motion": "^10.2.4",
"next": "13.4.8",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.31.3",
"react-icons": "^4.9.0",
"react-query": "^3.39.1",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
"swr": "^2.1.3",
"usehooks-ts": "^2.9.1",
"web3-core": "^4.0.2"
},
"devDependencies": {
"@types/node": "17.0.32",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"firebase-tools": "^11.0.1",
"typescript": "4.6.4"
}
}