-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 910 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
35
36
37
38
{
"name": "explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prod": "next build && next export"
},
"dependencies": {
"ansi-regex": "^6.0.1",
"bootstrap": "5.2.0",
"bootstrap-select": "^1.13.18",
"ethers": "5.7.0",
"graphql": "16.6.0",
"graphql-request": "^4.3.0",
"next": "^12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.0.8",
"react-json-pretty": "^2.2.0",
"react-responsive": "9.0.0-beta.10",
"react-responsive-modal": "^6.2.0",
"reactstrap": "9.1.4",
"recharts": "^2.1.13",
"sass": "^1.54.5",
"trim-newlines": "4.0.2",
"unescape-js": "^1.1.4",
"via": "0.0.1"
},
"devDependencies": {
"@types/node": "^18.7.13",
"@types/react": "18.0.17",
"eslint": "8.22.0",
"typescript": "4.8.2"
}
}