-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 934 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
{
"name": "flashbots-searcher",
"description": "Generalized UI for running a Flashbots Searcher",
"author": "Andreas Bigger <abigger@nascent.xyz>",
"private": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.5",
"@chakra-ui/react": "^1.4.2",
"@chakra-ui/theme-tools": "1.1.2",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@flashbots/ethers-provider-bundle": "^0.4.1",
"dotenv": "^10.0.0",
"ethers": "^5.4.7",
"framer-motion": "^4.0.3",
"material-react-toastify": "^1.0.1",
"next": "latest",
"react": "^17.0.2",
"react-console-emulator": "^5.0.1",
"react-dom": "^17.0.2",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@types/node": "^14.6.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"typescript": "4.3.2"
}
}