-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1002 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
39
40
{
"name": "governance-metrics-dashboard",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.7",
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@nivo/sankey": "^0.80.0",
"@nivo/sunburst": "^0.80.0",
"@types/dompurify": "^2.3.3",
"@types/react-dom": "^18.0.6",
"dompurify": "^2.3.8",
"ethers": "^5.5.4",
"luxon": "^2.3.2",
"next": "^13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"swr": "^1.2.1"
},
"devDependencies": {
"@types/luxon": "^2.3.1",
"@types/node": "17.0.18",
"@types/react": "^18.0.15",
"eslint": "8.9.0",
"eslint-config-next": "^13.2.3",
"typescript": "4.5.5"
}
}