forked from Consensys/quorum-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "quorum-explorer-next",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev -p 25000",
"build": "next build",
"start": "NODE_OPTIONS='-r next-logger' next start -p 25000",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"@metamask/detect-provider": "^1.2.0",
"@uiw/react-textarea-code-editor": "^2.0.2",
"axios": "^0.26.1",
"chakra-react-select": "^3.1.2",
"ethers": "^5.6.5",
"framer-motion": "^6.2.8",
"fs": "^0.0.1-security",
"net": "^1.0.2",
"next": "12.1.0",
"next-auth": "^4.10.3",
"next-logger": "^3.0.1",
"next-remove-imports": "^1.0.6",
"pino-pretty": "^7.6.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"solc": "^0.8.15",
"web3": "^1.8.1",
"web3js-quorum": "^21.7.0-rc1"
},
"devDependencies": {
"@types/node": "17.0.22",
"@types/react": "17.0.41",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}