-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.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.4",
"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": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@metamask/detect-provider": "^1.2.0",
"@uiw/react-textarea-code-editor": "^2.1.1",
"axios": "^1.4.0",
"chakra-react-select": "^4.6.0",
"ethers": "^5.6.5",
"framer-motion": "^6.2.8",
"fs": "^0.0.1-security",
"net": "^1.0.2",
"next": "13.5.4",
"next-auth": "^4.22.1",
"next-logger": "^3.0.1",
"next-remove-imports": "^1.0.6",
"pino-pretty": "^7.6.1",
"react": "18.2.0",
"react-dom":"18.2.0",
"solc": "^0.8.15",
"web3": "^1.8.1",
"web3js-quorum": "^22.4.0"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.2.6",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"typescript": "4.6.2"
}
}